delta-io/delta

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

已關閉

#3,247 建立於 2024年6月10日

 (5 則留言) (0 個反應) (1 位負責人)Scala (2,153 個分叉)batch import
enhancementgood first issuestale

倉庫指標

星標
 (8,939 顆星)
PR 合併指標
 (平均合併 7天 1小時) (30 天內合併 142 個 PR)

描述

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.

貢獻者指南