-
Notifications
You must be signed in to change notification settings - Fork 244
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
Fix No Matching column bug #1162
Fix No Matching column bug #1162
Conversation
/run-all-tests |
/run-all-tests |
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, should clean up some code.
ab7590b
to
89d2fcd
Compare
/run-all-tests |
/build |
/run-all-tests |
/build |
89d2fcd
to
788678c
Compare
/run-all-tests |
788678c
to
93f3c2e
Compare
/run-all-tests |
93f3c2e
to
3256ee0
Compare
/run-all-tests |
1 similar comment
/run-all-tests |
/build |
1 similar comment
/build |
/run-all-tests |
1 similar comment
/run-all-tests |
Codecov Report
@@ Coverage Diff @@
## release-2.1 #1162 +/- ##
================================================
- Coverage 53.36% 53.26% -0.1%
+ Complexity 1122 1119 -3
================================================
Files 153 153
Lines 7021 7021
Branches 819 819
================================================
- Hits 3747 3740 -7
- Misses 2902 2911 +9
+ Partials 372 370 -2
Continue to review full report at Codecov.
|
/run-all-tests |
feeba26
to
5b58a2d
Compare
/run-all-tests |
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
/run-all-tests tikv=v3.0.2 tidb=v3.0.2 pd=v3.0.2 |
(cherry picked from commit c8e9b34)
(cherry picked from commit c8e9b34)
What problem does this PR solve?
close #1161
What is changed and how it works?
This is a hotfix.
Add a config
spark.tispark.plan.allow_order_project_limit_pushdown
, default value = false.will solve this problem in #1163
Check List
Tests
Related changes