Skip to content

Commit

Permalink
minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
hpal committed Feb 27, 2024
1 parent dceea13 commit 8db908f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1522,7 +1522,7 @@ class KeyGroupedPartitioningSuite extends DistributionAndOrderingSuiteBase {
val scans = collectScans(df.queryExecution.executedPlan).map(_.inputRDD.
partitions.length)

val expectedBuckets = Math.min(2, 4)
val expectedBuckets = Math.min(table1buckets, table2buckets)

assert(scans == Seq(expectedBuckets, expectedBuckets))
// Not coming till point
Expand Down

0 comments on commit 8db908f

Please sign in to comment.