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

Copy function isSearchableType from Spark because signature changed in 3.0.1 #632

Merged
merged 1 commit into from
Aug 31, 2020

Conversation

tgravescs
Copy link
Collaborator

Spark backported a change for ORC predicate pushdown should work with case-insensitive analysis:
apache/spark@6c88d7c

This broke the plugin with Spark 3.0.1 because they changed the isSearchableType from protected to private. To fix for now copy that function into our source base.

I had already filed an issue to fix this for Spark 3.1.0 with issue: #576. So we can add support for 3.0.1 under that as well. I figured that could wait for 0.3 but if we want this sooner we should change target of it.

Signed-off-by: Thomas Graves tgraves@nvidia.com

3.0.1

Signed-off-by: Thomas Graves <tgraves@nvidia.com>
@tgravescs
Copy link
Collaborator Author

build

@jlowe jlowe added bug Something isn't working build Related to CI / CD or cleanly building SQL part of the SQL/Dataframe plugin labels Aug 31, 2020
@tgravescs
Copy link
Collaborator Author

test failure is in Pspark310tests. Looks like spark 3.1.0 changed something unrelated - apache/spark@806140d

@tgravescs
Copy link
Collaborator Author

build

@tgravescs tgravescs merged commit dba95b3 into NVIDIA:branch-0.2 Aug 31, 2020
pxLi pushed a commit to pxLi/spark-rapids that referenced this pull request Sep 1, 2020
NVIDIA#632)

3.0.1

Signed-off-by: Thomas Graves <tgraves@nvidia.com>

Co-authored-by: Thomas Graves <tgraves@nvidia.com>
nartal1 pushed a commit to nartal1/spark-rapids that referenced this pull request Jun 9, 2021
NVIDIA#632)

3.0.1

Signed-off-by: Thomas Graves <tgraves@nvidia.com>

Co-authored-by: Thomas Graves <tgraves@nvidia.com>
nartal1 pushed a commit to nartal1/spark-rapids that referenced this pull request Jun 9, 2021
NVIDIA#632)

3.0.1

Signed-off-by: Thomas Graves <tgraves@nvidia.com>

Co-authored-by: Thomas Graves <tgraves@nvidia.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working build Related to CI / CD or cleanly building SQL part of the SQL/Dataframe plugin
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants