PokIsemaine commented on issue #15071: URL: https://github.com/apache/datafusion/issues/15071#issuecomment-2707977800
@alamb @jonahgao I have already made some progress on this part. If you don't mind, I would like to finish it. I want to use this update to become more familiar with DataFusion's code, and I would greatly appreciate any guidance you can offer. Here are some sqlparser Pull Requests that involve modifications to DataFusion, which you can use as references: Changelog: https://github.com/apache/datafusion-sqlparser-rs/blob/main/changelog/0.55.0.md OrderBy: https://github.com/apache/datafusion-sqlparser-rs/pull/1724 SQLExpr::Case: https://github.com/apache/datafusion-sqlparser-rs/pull/1733 ColumnDef Collation: https://github.com/apache/datafusion-sqlparser-rs/pull/1731 DataType: https://github.com/apache/datafusion-sqlparser-rs/pull/1739 EXECUTE: https://github.com/apache/datafusion-sqlparser-rs/pull/1717 CreateTable: https://github.com/apache/datafusion-sqlparser-rs/pull/1664 QualifiedWildcard https://github.com/apache/datafusion-sqlparser-rs/pull/1680 TypedString: https://github.com/apache/datafusion-sqlparser-rs/pull/1739 SelectFlavor: https://github.com/apache/datafusion-sqlparser-rs/pull/1713 StartTransaction: https://github.com/apache/datafusion-sqlparser-rs/pull/1718 -- 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]
