-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Upgrade to sqlparser 0.21 #3200
Conversation
* Update sqlparser version to use main from git * Update SqlExpr::Trim struct to match latest sqlparser changes
Codecov Report
@@ Coverage Diff @@
## master #3200 +/- ##
==========================================
- Coverage 85.87% 85.85% -0.03%
==========================================
Files 291 291
Lines 52885 52905 +20
==========================================
+ Hits 45415 45419 +4
- Misses 7470 7486 +16
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
@alamb This is finally ready for merging 😓 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Thanks @andygrove @ayushdg ! |
Benchmark runs are scheduled for baseline = 929eb6d and contender = 3c911ff. 3c911ff is a master commit associated with this PR. Results will be available as each benchmark for each run completes. |
* Changes to planning for SHOW TABLES due to changes in sqlparser (apache#3193) * Update planning for LIKE due to changes in sqlparser (apache#3194) * rename array function to make_array (apache#3199) * [sqlparser-0.21] Update trimExpr members during planning (apache#3181) * Update sqlparser version to use main from git * Update SqlExpr::Trim struct to match latest sqlparser changes * use sqlparser 0.21 (apache#3202) Co-authored-by: Ayush Dattagupta <[email protected]>
* Changes to planning for SHOW TABLES due to changes in sqlparser (apache#3193) * Update planning for LIKE due to changes in sqlparser (apache#3194) * rename array function to make_array (apache#3199) * [sqlparser-0.21] Update trimExpr members during planning (apache#3181) * Update sqlparser version to use main from git * Update SqlExpr::Trim struct to match latest sqlparser changes * use sqlparser 0.21 (apache#3202) Co-authored-by: Ayush Dattagupta <[email protected]>
Which issue does this PR close?
Closes #3192
Closes #3205
Rationale for this change
What changes are included in this PR?
Are there any user-facing changes?