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

FileSourceScanExec can have logicalRelation parameter on some distributions #190

Merged
merged 2 commits into from
Jun 17, 2020

Conversation

tgravescs
Copy link
Collaborator

@tgravescs tgravescs commented Jun 16, 2020

This handles some distributions of Spark having an extra LogicalRelation parameter for FileSourceScanExec. We aren't sure what this is used for but all of our testing so far, this has worked. We use reflection to determine the number of parameters it takes.

Tested with unit tests and integration tests and manually.

@tgravescs
Copy link
Collaborator Author

build

…ourceScanExec.scala

Co-authored-by: Jason Lowe <jlowe@nvidia.com>
@jlowe
Copy link
Member

jlowe commented Jun 16, 2020

build

@sameerz sameerz added the feature request New feature or request label Jun 17, 2020
@tgravescs tgravescs merged commit c50fcbd into NVIDIA:branch-0.1 Jun 17, 2020
@jlowe jlowe added this to the Jun 8 - Jun 19 milestone Jun 17, 2020
nartal1 pushed a commit to nartal1/spark-rapids that referenced this pull request Jun 9, 2021
…utions (NVIDIA#190)

* FileSourceScanExec can have logicalRelation parameter on some
distributions

* Update sql-plugin/src/main/scala/org/apache/spark/sql/rapids/GpuFileSourceScanExec.scala

Co-authored-by: Jason Lowe <jlowe@nvidia.com>

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

* FileSourceScanExec can have logicalRelation parameter on some
distributions

* Update sql-plugin/src/main/scala/org/apache/spark/sql/rapids/GpuFileSourceScanExec.scala

Co-authored-by: Jason Lowe <jlowe@nvidia.com>

Co-authored-by: Thomas Graves <tgraves@nvidia.com>
Co-authored-by: Jason Lowe <jlowe@nvidia.com>
tgravescs pushed a commit to tgravescs/spark-rapids that referenced this pull request Nov 30, 2023
Signed-off-by: spark-rapids automation <70000568+nvauto@users.noreply.github.com>
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.

3 participants