delta-io/delta

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

Open

#4 927 ouverte le 14 juil. 2025

Voir sur GitHub
 (0 commentaires) (0 réactions) (0 assignés)Scala (2 100 forks)batch import
buggood first issue

Métriques du dépôt

Stars
 (8 807 stars)
Métriques de merge PR
 (Merge moyen 7j 1h) (142 PRs mergées en 30 j)

Description

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.

Guide contributeur