NVIDIA / spark-rapids

Spark RAPIDS plugin - accelerate Apache Spark with GPUs
https://nvidia.github.io/spark-rapids
Apache License 2.0
822 stars 235 forks source link

Ensure repartition overflow test always overflows #11614

Closed jlowe closed 1 month ago

jlowe commented 1 month ago

Fixes #11609. Rather than assuming adding 15 will cause an overflow, the test was changed to compute the minimum value needed to overflow based on the values generated. Verified this now passes the test with the same DATAGEN_SEED that failed originally.

jlowe commented 1 month ago

build