mirror of
https://github.com/apache/datafusion-sqlparser-rs.git
synced 2025-08-04 14:28:22 +00:00
Add support of parsing CLUSTERED BY clause for Hive (#1397)
This commit is contained in:
parent
222b7d127a
commit
7b4ac7ca9f
9 changed files with 166 additions and 36 deletions
|
@ -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(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue