-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
Description
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 sqlparser 0.54.0:
Line 164 in 2458693
sqlparser = { version = "0.54.0", features = ["visitor"] } |
Describe the solution you'd like
I would like to upgrade datafusion to 0.55.0 of sqlparser
This one may be tricky due to the change in ObjectName
Describe alternatives you've considered
Here is an example showing how it was done last time
Additional context
No response
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed