Skip to content

Conversation

@huan233usc
Copy link
Collaborator

Which Delta project/connector is this regarding?

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

Description

How was this patch tested?

Does this PR introduce any user-facing changes?

@huan233usc huan233usc changed the title Readerrrr Oct 27, 2025
public class DeltaParquetFileFormat extends ParquetFileFormat {

// Metadata key for deletion vector descriptor
public static final String DV_DESCRIPTOR_KEY = "__delta_dv_descriptor";
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

DV need to re-do, as delta spark current implementation is not physically materialize the row.

We need to follow how delta spark do today which works with both vectorize and non vectorize work

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

1 participant