Skip to content

Commit

Permalink
address comments
Browse files Browse the repository at this point in the history
  • Loading branch information
zhli1142015 committed Dec 13, 2024
1 parent 8a7740e commit f35b4da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion velox/exec/PrefixSort.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ PrefixSortLayout PrefixSortLayout::generate(
compareFlags,
numNormalizedKeys != 0,
numNormalizedKeys < numKeys,
/* nonPrefixSortStartIndex */
/*nonPrefixSortStartIndex=*/
lastPrefixKeyPartial ? numNormalizedKeys - 1 : numNormalizedKeys,
std::move(prefixOffsets),
std::move(encodeSizes),
Expand Down

0 comments on commit f35b4da

Please sign in to comment.