Skip to content

Commit

Permalink
rig the skew amount to compensate for compression when running on GPU
Browse files Browse the repository at this point in the history
  • Loading branch information
andygrove committed Aug 21, 2020
1 parent 0c901d9 commit 5105e42
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ class AdaptiveQueryExecSuite
spark
.range(0, 1000, 1, 10)
.select(
when('id < 250, 249)
when('id < 500, 249)
.otherwise('id).as("key2"),
'id as "value2")
.createOrReplaceTempView("skewData2")
Expand Down

0 comments on commit 5105e42

Please sign in to comment.