Skip to content

0.24.0 HQL support for CLUSTERED BY, INTO .. BUCKETS and more

Compare
Choose a tag to compare
@xnuinside xnuinside released this 04 Jan 15:15
· 204 commits to main since this release

Fixes:

HQL:

  1. More then 2 tblproperties now are parsed correctly #104

Common:

  1. 'set' in lower case now also parsed validly.
  2. Now names like 'schema', 'database', 'table' can be used as names in CREATE DABASE | SCHEMA | TABLESPACE | DOMAIN | TYPE statements and after INDEX and CONSTRAINT.
  3. Creation of empty tables also parsed correctly (like CREATE Table table;).

New Statements Support:

HQL:

  1. Added support for CLUSTERED BY - #103
  2. Added support for INTO ... BUCKETS
  3. CREATE REMOTE DATABASE | SCHEMA