delta-io/delta

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

Aberta

#4.927 aberto em 14 de jul. de 2025

 (1 comentário) (0 reação) (0 responsável)Scala (2.159 forks)batch import
buggood first issue

Métricas do repositório

Stars
 (8.950 estrelas)
Métricas de merge de PR
 (Métricas PR pendentes)

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.

Guia do colaborador