Re: [I] Upgrade to sqlparser 0.55.0 [datafusion]

2025-03-23 Thread via GitHub
jonahgao closed issue #15071: Upgrade to sqlparser 0.55.0 URL: https://github.com/apache/datafusion/issues/15071 -- 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,

Re: [I] Upgrade to sqlparser 0.55.0 [datafusion]

2025-03-09 Thread via GitHub
jonahgao commented on issue #15071: URL: https://github.com/apache/datafusion/issues/15071#issuecomment-2708885625 > Do we need to distinguish between `Inner/Join`, `Left/LeftOuter`, and `Right/RightOuter` in `JoinType`, like this? I think we don't need to distinguish them as they

Re: [I] Upgrade to sqlparser 0.55.0 [datafusion]

2025-03-08 Thread via GitHub
PokIsemaine commented on issue #15071: URL: https://github.com/apache/datafusion/issues/15071#issuecomment-2708645397 I want to discuss `JoinType`: JoinOperator - https://github.com/apache/datafusion-sqlparser-rs/pull/1692 - https://github.com/apache/datafusion-sqlparser-rs/pul

Re: [I] Upgrade to sqlparser 0.55.0 [datafusion]

2025-03-07 Thread via GitHub
jonahgao commented on issue #15071: URL: https://github.com/apache/datafusion/issues/15071#issuecomment-2708037360 Thank you @PokIsemaine for your work. Assigned this issue to you ❤️ -- This is an automated message from the Apache Git Service. To respond to the message, please log on to G

Re: [I] Upgrade to sqlparser 0.55.0 [datafusion]

2025-03-07 Thread via GitHub
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 Dat

Re: [I] Upgrade to sqlparser 0.55.0 [datafusion]

2025-03-07 Thread via GitHub
jonahgao commented on issue #15071: URL: https://github.com/apache/datafusion/issues/15071#issuecomment-2707862584 take -- 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 u

[I] Upgrade to sqlparser 0.55.0 [datafusion]

2025-03-07 Thread via GitHub
alamb opened a new issue, #15071: URL: https://github.com/apache/datafusion/issues/15071 ### Is your feature request related to a problem or challenge? The new version of sqlparser has been released: https://crates.io/crates/sqlparser/0.55.0 Datafusion is still on sqlpars