Skip to content

Commit

Permalink
revert to previous partition spec
Browse files Browse the repository at this point in the history
  • Loading branch information
hpal committed Feb 28, 2024
1 parent 97eed0a commit a1b875e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1484,7 +1484,7 @@ class KeyGroupedPartitioningSuite extends DistributionAndOrderingSuiteBase {

val partition1 = Array(identity("store_id"),
bucket(table1buckets, "dept_id"))
val partition2 = Array(identity("store_id"),
val partition2 = Array(bucket(3, "store_id"),
bucket(table2buckets, "dept_id"))

createTable(table1, schema2, partition1)
Expand Down

0 comments on commit a1b875e

Please sign in to comment.