Add support of parsing CLUSTERED BY clause for Hive (#1397)

This commit is contained in:
hulk 2024-09-01 19:21:26 +08:00 committed by GitHub
parent 222b7d127a
commit 7b4ac7ca9f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 166 additions and 36 deletions

View file

@ -741,6 +741,7 @@ fn test_duckdb_union_datatype() {
order_by: Default::default(),
partition_by: Default::default(),
cluster_by: Default::default(),
clustered_by: Default::default(),
options: Default::default(),
strict: Default::default(),
copy_grants: Default::default(),