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

[Feature Request][SPARK] Make Vacuum DRY RUN list all the files along with the the size of the files #3247

Open
2 of 8 tasks
rajeshparangi opened this issue Jun 10, 2024 · 1 comment
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@rajeshparangi
Copy link
Contributor

Feature request

Which Delta project/connector is this regarding?

  • Spark
  • Standalone
  • Flink
  • Kernel
  • Other (fill in here)

Overview

As of now, Vacuum dry run mode returns a dataframe containing a list of first 1000 files to be deleted. Instead, it's more useful to return all the eligible files to be deleted along with the size of these files.

Motivation

Today, users run Vacuum in dry run mode to understand the eligible files and the size of the data that is going to be deleted. By returning only a sample of 1000 files, users are not able to achieve their objective.

Further details

Willingness to contribute

The Delta Lake Community encourages new feature contributions. Would you or another member of your organization be willing to contribute an implementation of this feature?

  • Yes. I can contribute this feature independently.
  • Yes. I would be willing to contribute this feature with guidance from the Delta Lake community.
  • No. I cannot contribute this feature at this time.
@rajeshparangi rajeshparangi added the enhancement New feature or request label Jun 10, 2024
@scottsand-db scottsand-db added the good first issue Good for newcomers label Jun 11, 2024
@xzhseh
Copy link
Contributor

xzhseh commented Jul 12, 2024

Hi @rajeshparangi, I'd like to work on this issue, could you kindly assign it to me? Thanks!

cc @scottsand-db.

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

No branches or pull requests

3 participants