NVIDIA / spark-rapids

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

fixing build break on DBR [databricks] #10796

Closed binmahone closed 1 month ago

binmahone commented 1 month ago

Previously merged PR https://github.com/NVIDIA/spark-rapids/pull/10756 breaks build on DBR, because some of the newly add dependencies cannot be found in DBR environment. This PR puts all the new dependencies in profile "release330", so that no other profiles will be affected (including DBR related profiles).

Also mark some udf_test on DB13.3 xfail due to https://github.com/NVIDIA/spark-rapids/issues/10797

binmahone commented 1 month ago

build

binmahone commented 1 month ago

build