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 a1b875e commit 3931a58
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1482,7 +1482,7 @@ class KeyGroupedPartitioningSuite extends DistributionAndOrderingSuiteBase {
case (table1buckets, table2buckets) =>
catalog.clearTables()

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

0 comments on commit 3931a58

Please sign in to comment.