Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
ulysses-you committed Aug 6, 2024
1 parent e263dc0 commit 40e4d7f
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ case class PaimonScan(
// so we only support one bucket key case.
assert(bucketSpec.getNumBucket > 0)
assert(bucketSpec.getBucketKeys.size() == 1)
Expressions.bucket(bucketSpec.getNumBucket, bucketSpec.getBucketKeys.get(0))
val key = Expressions.bucket(bucketSpec.getNumBucket, bucketSpec.getBucketKeys.get(0))
new KeyGroupedPartitioning(Array(key), lazyInputPartitions.size)
}
Expand Down

0 comments on commit 40e4d7f

Please sign in to comment.