Skip to content

Commit

Permalink
[apacheGH-3035][ParquetRewriter] comment
Browse files Browse the repository at this point in the history
  • Loading branch information
maxim_konstantinov committed Nov 12, 2024
1 parent 4d7ff10 commit 6d66baa
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -495,6 +495,7 @@ private void processBlock(

ColumnChunkMetaData chunkNormalized = chunk;
if (!renamedColumns.isEmpty()) {
// Keep an eye if this get stale because of ColumnChunkMetaData change
chunkNormalized = ColumnChunkMetaData.get(
normalizeFieldsInPath(chunk.getPath()),
normalizeNameInType(chunk.getPrimitiveType()),
Expand Down

0 comments on commit 6d66baa

Please sign in to comment.