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

Add Apache Spark 3.3.0-SNAPSHOT Shims #4012

Merged
merged 10 commits into from
Nov 3, 2021

Conversation

gerashegalov
Copy link
Collaborator

Closes #3863
Closes #3954

Signed-off-by: Gera Shegalov [email protected]

@gerashegalov gerashegalov changed the title Add Apache Spark 3.3.0-SNAPSHOT Add Apache Spark 3.3.0-SNAPSHOT [databricks] Nov 3, 2021
@gerashegalov
Copy link
Collaborator Author

build

Signed-off-by: Gera Shegalov <[email protected]>
}
}


Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit extra newline

@@ -63,7 +63,7 @@ case class GpuOrcScan(
super.description() + ", PushedFilters: " + seqToString(pushedFilters)
}

override def withFilters(
def withFilters(
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

so I think this is bad, meaning Spark changed this in SPARK-36351 and isn't calling withFilters anymore in 3.3.0. This implies we might not be getting the filters applied in Spark 3.3.0 because we don't implement the new api.
We need to at least file a follow on for this and point to both SPARK-36351 and this change to investigate to make sure we don't need to use those new API.

Signed-off-by: Gera Shegalov <[email protected]>
@gerashegalov
Copy link
Collaborator Author

build

Copy link
Collaborator

@tgravescs tgravescs left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

changes look fine pending filing the follow on issue for SPARK-36351

@gerashegalov gerashegalov merged commit 1441f30 into NVIDIA:branch-21.12 Nov 3, 2021
@gerashegalov gerashegalov deleted the gerashegalov/issue3863 branch November 3, 2021 23:50
@gerashegalov
Copy link
Collaborator Author

cc @pxLi

@gerashegalov gerashegalov changed the title Add Apache Spark 3.3.0-SNAPSHOT [databricks] Add Apache Spark 3.3.0-SNAPSHOT Shims Nov 3, 2021
@pxLi
Copy link
Member

pxLi commented Nov 4, 2021

cc @pxLi

thanks, I will add a nightly pipeline for spark33x~

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

As part of [SPARK-36536] CSVOptions.timestampFormat is removed. [FEA] Add Spark 3.3.0-SNAPSHOT Shim
5 participants