Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP: Update to sqlparser-rs 0.52.0 pre-release #13282

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

alamb
Copy link
Contributor

@alamb alamb commented Nov 6, 2024

Which issue does this PR close?

N/A

Rationale for this change

Related to apache/datafusion-sqlparser-rs#1423

I am testing out the upgrade to make sure we haven't broken something seriously

What changes are included in this PR?

This PR pins DataFusion to the code in :

Makes API changes

Are these changes tested?

By CI

Are there any user-facing changes?

@alamb alamb changed the title chore: Update to sqlparser-rs 0.52.0 pre-release WIP: Update to sqlparser-rs 0.52.0 pre-release Nov 6, 2024
@github-actions github-actions bot added sql SQL Planner sqllogictest SQL Logic Tests (.slt) labels Nov 6, 2024
@@ -153,7 +153,7 @@ b 1 29 -18218 994303988 5983957848665088916 204 9489 3275293996 1485709125918647
c 2 1 18109 2033001162 -6513304855495910254 25 43062 1491205016 5863949479783605708 0.110830784 0.929409733247 6WfVFBVGJSQb7FhA7E0lBwdvjfZnSW

# can't distinct on *
query error DataFusion error: SQL error: ParserError\("Expected: an expression:, found: \*"\)
query error DataFusion error: SQL error: ParserError\("Expected: an expression, found: \*"\)
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

error messages improved wiht apache/datafusion-sqlparser-rs#1434

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
sql SQL Planner sqllogictest SQL Logic Tests (.slt)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant