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

Spark 3.4: Relax constraints in SparkPartitioningAwareScan #7423

Merged

Conversation

aokolnychyi
Copy link
Contributor

This PR simplifies SparkPartitioningAwareScan as SPARK-41398 is part of 3.4. We no longer have to ensure the same set of keys is reported back to Spark after runtime filtering. No new tests are needed as existing tests would fail without this logic.

@github-actions github-actions bot added the spark label Apr 24, 2023
Copy link
Contributor

@singhpk234 singhpk234 left a comment

Choose a reason for hiding this comment

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

LGTM, Thanks @aokolnychyi !

Great to see spark itself adding an empty partition for filtered out grouping key rather than we explicitly adding an empty TaskGroup for it !!!!

@aokolnychyi aokolnychyi merged commit a13115d into apache:master Apr 25, 2023
24 checks passed
@aokolnychyi
Copy link
Contributor Author

Thanks, @singhpk234 @RussellSpitzer!

coufon pushed a commit to coufon/iceberg that referenced this pull request Apr 28, 2023
manisin pushed a commit to Snowflake-Labs/iceberg that referenced this pull request May 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants