Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
仟弋 committed Dec 10, 2024
1 parent 51e9da8 commit 52b1601
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ Pair<SimpleColStats[], SimpleColStats[]> fetchKeyValueStats(SimpleColStats[] row
SimpleColStats[] keyStats = new SimpleColStats[numKeyFields];
SimpleColStats[] valFieldStats = new SimpleColStats[numValueFields];

// If thin mode only, there is no key stats in rowStats, so we only jump
// In thin mode, there is no key stats in rowStats, so we only jump
// _SEQUNCE_NUMBER_ and _ROW_KIND_ stats. Therefore, the 'from' value is 2.
System.arraycopy(rowStats, 2, valFieldStats, 0, numValueFields);
// Thin mode on, so need to map value stats to key stats.
Expand Down

0 comments on commit 52b1601

Please sign in to comment.