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

Adapt to storage-partitioned join additions in SPARK-37377 [databricks] #5144

Merged
merged 2 commits into from
Apr 5, 2022

Conversation

jlowe
Copy link
Member

@jlowe jlowe commented Apr 5, 2022

Fixes the build failures in Spark 3.3 caused by SPARK-37377. DataSourceRDD now expects a sequence-of-sequence-of-partitions and BatchScanExec similarly has changes that require both to be shimmed. In the process of shimming these, I went ahead and pulled in the changes from SPARK-35779 so we're better prepared to support runtime-filtering on scans, given we needed to shim GpuBatchScanExec anyway.

Signed-off-by: Jason Lowe <jlowe@nvidia.com>
@jlowe jlowe added the build Related to CI / CD or cleanly building label Apr 5, 2022
@jlowe jlowe added this to the Apr 4 - Apr 15 milestone Apr 5, 2022
@jlowe jlowe self-assigned this Apr 5, 2022
@jlowe
Copy link
Member Author

jlowe commented Apr 5, 2022

build

@jlowe jlowe changed the title Adapt to storage-partitioned join additions in SPARK-37377 Adapt to storage-partitioned join additions in SPARK-37377 [databricks] Apr 5, 2022
@jlowe
Copy link
Member Author

jlowe commented Apr 5, 2022

build

@jlowe jlowe merged commit f3a0d2c into NVIDIA:branch-22.06 Apr 5, 2022
@jlowe jlowe deleted the fix-330-build branch April 5, 2022 22:52
@sameerz sameerz added the audit_3.3.0 Audit related tasks for 3.3.0 label Apr 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
audit_3.3.0 Audit related tasks for 3.3.0 build Related to CI / CD or cleanly building
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants