-
Notifications
You must be signed in to change notification settings - Fork 28.9k
[SPARK-12409][SPARK-12387][SPARK-12391][SQL][BACKPORT-1.6] Support AND/OR/IN/LIKE push-down filters for JDBC #16127
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
[SPARK-12409][SPARK-12387][SPARK-12391][SQL][BACKPORT-1.6] Support AND/OR/IN/LIKE push-down filters for JDBC #16127
Conversation
…D/OR/IN/LIKE push-down filters for JDBC This is rework from #10386 and add more tests and LIKE push-down support. Author: Takeshi YAMAMURO <[email protected]> Closes #10468 from maropu/SupportMorePushdownInJdbc. (cherry picked from commit 5c2682b)
|
This is the second commit for #16021. |
| assert(sql("SELECT * FROM foobar").collect().size === 3) | ||
| } | ||
|
|
||
| test("SELECT * WHERE (simple predicates)") { |
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.
We should update the whole content of this testcase.
|
Why are we adding features? I thought they were bug fixes. |
|
Ur, @rxin . We talked on #16021 about these 6 commits. |
|
The solution of the bug fix was the feature of predicate pushdown to PostgreSQL in latest branch. |
|
My comment was
|
|
Test build #69604 has finished for PR 16127 at commit
|
|
Just let me know if this is not what you expect. I will close this and #16021 immediately as I mentioned before. |
|
Test FAILed. |
|
Oh, my bad. |
|
I didn't actually look at the content. I thought they were bug fixes and as a result said we should backport them. The title and description of the original pr implied they were bug fixes. |
|
I see. If then, it's my fault. |
|
I will close this now. |
This is rework from #10386 and add more tests and LIKE push-down support.
Author: Takeshi YAMAMURO [email protected]
Closes #10468 from maropu/SupportMorePushdownInJdbc.
(cherry picked from commit 5c2682b)