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

Add retry support in sub hash join #11706

Closed firestarman closed 2 weeks ago

firestarman commented 2 weeks ago

close #11705

This PR adds the retry support to the table partitioning for the sub hash join to improve the stability.

The existing tests will cover this change.

firestarman commented 2 weeks ago

build