You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Spark SQL DDL is very similar to HQL, with a notable difference being that Spark SQL supports a USING clause in CREATE TABLE statements (see the DDL docs here).
The USING clause is importantly used for table definition in many storage formats provide APIs for Spark - for example, Apache Iceberg and Delta Lake
Describe the solution you'd like
Support Spark SQL DDL parsing, likely as a simple extension of HQL, with support for the USING clause
Describe alternatives you've considered
Potentially just support a USING clause in the HQL dialect parser
The text was updated successfully, but these errors were encountered:
@jpugliesi hi, I saw issue, sorry for the long answer and thanks for reporting this. But I sure that I cannot work on it in the nearest week. I think you know that is going on with Putins army.. we tries to leave country with family, I hope 2 weeks later I can work on it. sorry for the delay
Is your feature request related to a problem? Please describe.
Spark SQL DDL is very similar to HQL, with a notable difference being that Spark SQL supports a
USING
clause inCREATE TABLE
statements (see the DDL docs here).The
USING
clause is importantly used for table definition in many storage formats provide APIs for Spark - for example, Apache Iceberg and Delta LakeDescribe the solution you'd like
Support Spark SQL DDL parsing, likely as a simple extension of HQL, with support for the
USING
clauseDescribe alternatives you've considered
Potentially just support a
USING
clause in the HQL dialect parserThe text was updated successfully, but these errors were encountered: