corasaurus-hex commented on code in PR #2504:
URL: 
https://github.com/apache/datafusion-sqlparser-rs/pull/2504#discussion_r4012291154


##########
src/ast/ddl.rs:
##########
@@ -2991,6 +2991,8 @@ pub struct CreateTable {
     /// Hive: Table clustering column list.
     /// 
<https://cwiki.apache.org/confluence/display/Hive/LanguageManual+DDL#LanguageManualDDL-CreateTable>
     pub clustered_by: Option<ClusteredBy>,
+    /// DuckDB partition expressions, distinct from Hive partition columns.

Review Comment:
   fixed!



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to