romanoff commented on code in PR #2083:
URL: 
https://github.com/apache/datafusion-sqlparser-rs/pull/2083#discussion_r2493260871


##########
src/ast/ddl.rs:
##########
@@ -3559,6 +3583,8 @@ impl fmt::Display for AlterTable {
     fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result {
         if self.iceberg {
             write!(f, "ALTER ICEBERG TABLE ")?;
+        } else if self.dynamic {
+            write!(f, "ALTER DYNAMIC TABLE ")?;

Review Comment:
   Thank you. Addressed your comment.



-- 
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