delta-io/delta

[Kernel] Fix Pagination Log Segment Validation for Staged Commit File Renames

Open

#4927 aperta il 14 lug 2025

Vedi su GitHub
 (0 commenti) (0 reazioni) (0 assegnatari)Scala (2100 fork)batch import
buggood first issue

Metriche repository

Star
 (8807 star)
Metriche merge PR
 (Merge medio 7g 1h) (142 PR mergiate in 30 g)

Descrizione

Feature request

Which Delta project/connector is this regarding?

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

Overview

Currently, if a JSON file in the log segment changes from 9.uuid.json to 9.json, it’s treated as a log segment change, and an exception is thrown (since log segment changes aren’t allowed between page requests). However, this kind of file name change should be allowed, and we should not throw an exception in this case.

Motivation

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.

Guida contributor