-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
[sqlparser-0.21] Update planning of LIKE expressions #3194
[sqlparser-0.21] Update planning of LIKE expressions #3194
Conversation
Codecov Report
@@ Coverage Diff @@
## sqlparser-0.21 #3194 +/- ##
==================================================
- Coverage 85.87% 85.84% -0.04%
==================================================
Files 291 291
Lines 52885 52898 +13
==================================================
- Hits 45415 45410 -5
- Misses 7470 7488 +18
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
I think this one needs to be rebased |
5f4d736
to
49900e4
Compare
@alamb This is now rebased |
* Changes to planning for SHOW TABLES due to changes in sqlparser (#3193) * Update planning for LIKE due to changes in sqlparser (#3194) * rename array function to make_array (#3199) * [sqlparser-0.21] Update trimExpr members during planning (#3181) * Update sqlparser version to use main from git * Update SqlExpr::Trim struct to match latest sqlparser changes * use sqlparser 0.21 (#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]>
* 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?
Part of #3192
Rationale for this change
Keeping up with changes in sqlparser
What changes are included in this PR?
Like
is now a top-level expressionAre there any user-facing changes?
No