Explorar el Código

GH-1660 [parser] shifting quoted_table_identifier file to calcite for using in other dialects also

ayush.goyal hace 4 años
padre
commit
569fcc3dcd

+ 0 - 0
desktop/core/src/desktop/js/parse/jison/sql/phoenix/quoted_table_identifier.jison → desktop/core/src/desktop/js/parse/jison/sql/calcite/quoted_table_identifier.jison


+ 2 - 2
desktop/core/src/desktop/js/parse/jison/sql/phoenix/structure.json

@@ -53,7 +53,7 @@
     "../generic/use/use.jison",
     "../generic/sql_error.jison",
     "../generic/sql_main.jison",
-    "quoted_table_identifier.jison",
+    "../calcite/quoted_table_identifier.jison",
     "../generic/sql_valueExpression.jison",
     "../generic/autocomplete_footer.jison"
   ],
@@ -109,7 +109,7 @@
     "../generic/update/update_table.jison",
     "../generic/use/use.jison",
     "../generic/sql_main.jison",
-    "quoted_table_identifier.jison",
+    "../calcite/quoted_table_identifier.jison",
     "../generic/sql_valueExpression.jison",
     "../generic/syntax_footer.jison"
   ]