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