Skip to content

Commit

Permalink
Fixed a bug that wrong sidecar size passed into reader
Browse files Browse the repository at this point in the history
  • Loading branch information
zhaner08 committed Feb 28, 2025
1 parent 1df7d66 commit 8bf4889
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ private Stream<DeltaLakeTransactionLogEntry> getV2CheckpointTransactionLogEntrie
CheckpointEntryIterator iterator = new CheckpointEntryIterator(
fileSystem.newInputFile(sidecar),
session,
fileSize,
entry.getSidecar().sizeInBytes(),
checkpointSchemaManager,
typeManager,
dataEntryTypes,
Expand Down

0 comments on commit 8bf4889

Please # to comment.