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

@ -4838,6 +4838,7 @@ fn parse_trigger_related_functions() {
order_by: None,
partition_by: None,
cluster_by: None,
clustered_by: None,
options: None,
strict: false,
copy_grants: false,