HUE-9429 [editor] Extract and split DESCRIBE, INSERT, MERGE, SET and UPDATE for Hive and Presto
Review Request #15388 — Created Aug. 14, 2020 and submitted — Latest diff uploaded
Information | |
---|---|
johan | |
hue | |
master | |
Reviewers | |
hue | |
Amlesh1902, ranade, romain, Sreenath, yingc |
commit 57209e89ac7b91519025ce8abf52589d731bd725 Author: Johan Ahlen <johan@johanahlen.com> Date: Fri Aug 14 17:09:43 2020 +0200 HUE-9429 [editor] Extract and split DESCRIBE, INSERT, MERGE, SET and UPDATE for Hive and Presto :000000 100644 0000000000 85a75ea5d0 A desktop/core/src/desktop/js/parse/jison/sql/hive/describe/describe.jison :000000 100644 0000000000 ebf4303bbe A desktop/core/src/desktop/js/parse/jison/sql/hive/describe/describe_database.jison :000000 100644 0000000000 5818c27a8b A desktop/core/src/desktop/js/parse/jison/sql/hive/describe/describe_function.jison :100644 100644 ea50c68e27 8251638870 R059 desktop/core/src/desktop/js/parse/jison/sql/hive/sql_insert.jison desktop/core/src/desktop/js/parse/jison/sql/hive/insert/insert.jison :000000 100644 0000000000 16fd843193 A desktop/core/src/desktop/js/parse/jison/sql/hive/insert/insert_common.jison :000000 100644 0000000000 90dce50cf5 A desktop/core/src/desktop/js/parse/jison/sql/hive/merge/merge.jison :000000 100644 0000000000 cd34bad3cf A desktop/core/src/desktop/js/parse/jison/sql/hive/set/set_common.jison :100644 100644 6ff041a730 05d34c38f2 R073 desktop/core/src/desktop/js/parse/jison/sql/hive/sql_set.jison desktop/core/src/desktop/js/parse/jison/sql/hive/set/set_role.jison :100644 100644 a90ee92e03 d31393ad94 M desktop/core/src/desktop/js/parse/jison/sql/hive/sql_main.jison :100644 100644 4efab7e9b8 7666bf5a1d M desktop/core/src/desktop/js/parse/jison/sql/hive/structure.json :100644 100644 18dd53fb2b 18dd53fb2b R100 desktop/core/src/desktop/js/parse/jison/sql/hive/sql_update.jison desktop/core/src/desktop/js/parse/jison/sql/hive/update/update.jison :100644 100644 1a009bf3b8 a49644088c M desktop/core/src/desktop/js/parse/jison/sql/presto/sql_main.jison :100644 100644 9dc3b62053 de889e2c8b M desktop/core/src/desktop/js/parse/jison/sql/presto/structure.json :100644 100644 fae827eb6e 768965efd8 M desktop/core/src/desktop/js/parse/sql/hive/hiveAutocompleteParser.js :100644 100644 5295a9dc4b c75cd5e69f M desktop/core/src/desktop/js/parse/sql/hive/hiveSyntaxParser.js :100644 100644 4dd19ae29a 0d5fe13d3c M desktop/core/src/desktop/js/parse/sql/presto/prestoAutocompleteParser.js :100644 100644 d533f16e7f 56aa0d2f44 M desktop/core/src/desktop/js/parse/sql/presto/prestoSyntaxParser.js
Manual on Chrome