Skip to content

Commit

Permalink
restore comments
Browse files Browse the repository at this point in the history
  • Loading branch information
sunchao committed Aug 31, 2023
1 parent 73832fb commit cceb8e6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ case class BatchScanExec(
// within a partition.
if (spjParams.commonPartitionValues.isDefined && spjParams.applyPartialClustering) {
// A mapping from the common partition values to how many splits the partition
// should contain. Note this no longer maintain the partition key ordering.
// should contain.
val commonPartValuesMap = spjParams.commonPartitionValues
.get
.map(t => (InternalRowComparableWrapper(t._1, p.expressions), t._2))
Expand Down

0 comments on commit cceb8e6

Please sign in to comment.