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: support statistics files in RewriteTablePath #11929

Merged
merged 2 commits into from
Feb 8, 2025

Conversation

dramaticlly
Copy link
Contributor

Statistics files are helpful to determine the NDV for each columns in a table and can be collected via engines like trino or spark

This patch help support table statistics files as part of rewrite table path spark action.

@szehon-ho @flyrain if you want to take a look

Copy link

github-actions bot commented Feb 8, 2025

This pull request has been marked as stale due to 30 days of inactivity. It will be closed in 1 week if no further activity occurs. If you think that’s incorrect or this pull request requires a review, please simply write any comment. If closed, you can revive the PR at any time and @mention a reviewer or discuss it on the [email protected] list. Thank you for your contributions.

@github-actions github-actions bot added the stale label Feb 8, 2025
@dramaticlly
Copy link
Contributor Author

Not stale, will rebase

Copy link
Collaborator

@szehon-ho szehon-ho left a comment

Choose a reason for hiding this comment

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

Sorry this slipped, this mostly looks good, just small subjective code suggestions.

@szehon-ho szehon-ho merged commit d935460 into apache:main Feb 8, 2025
46 checks passed
@szehon-ho
Copy link
Collaborator

szehon-ho commented Feb 8, 2025

Merged, thanks @dramaticlly ! and @flyrain for additional review!

@dramaticlly
Copy link
Contributor Author

Thanks you @szehon-ho !

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

Successfully merging this pull request may close these issues.

3 participants