yoavcloud opened a new pull request, #1912: URL: https://github.com/apache/datafusion-sqlparser-rs/pull/1912
Expanded the support for `ALTER TABLE tbl ALTER COLUMN col TYPE <type>` to the Redshift dialect in addition to PostgreSQL. Generalized this option using the `supports_xxx` functions in the Dialect trait to maintain backwards compatibility with expected error messages in non-supporting dialects. Improve SQL output from Ast by introducing an option to determine if `SET DATA` appears before the `TYPE` keyword. -- 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: github-unsubscr...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org