You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Below tests are failing because there seems to be cpu aggregations(which we don't support) along with gpu aggregations. Needs more investigation.
Reason for failure(Exec name changes but the reason is same) -
!Exec <SortAggregateExec> cannot run on GPU because mixing CPU and GPU aggregations is not supported. The data type of following expressions will be converted in GPU runtime: buf#216: Converted BinaryType to ArrayType(IntegerType,false); buf#218: Converted BinaryType to ArrayType(IntegerType,false)
!Exec <HashAggregateExec> cannot run on GPU because mixing CPU and GPU aggregations is not supported
Steps/Code to reproduce bug
Build and run integration tests on Databricks-11.3 environment.
Build steps - Pull in this PR locally if not merged - #7152
/home/ubuntu/spark-rapids$ ./jenkins/databricks/build.sh
Test steps: Modify the test.sh under jenkins/databrikcs to run a specific test.
Example: Comment all lines starting from export TEST_PARALLEL=${TEST_PARALLEL:-4} in the file and add below lines:
Compare minor components only as a tie breaker if major components are
equal
Contributes to NVIDIA#7345
Fixes xfail for is_databricks_<ver>_or_later
Signed-off-by: Gera Shegalov <[email protected]>
gerashegalov
added a commit
to gerashegalov/spark-rapids
that referenced
this issue
Dec 16, 2022
Compare minor components only as a tie breaker if major components are
equal
Contributes to NVIDIA#7345
Fixes xfail for is_databricks_<ver>_or_later
Signed-off-by: Gera Shegalov <[email protected]>
Compare minor components only as a tie breaker if major components are equal
Fixes#7345
Fixes xfail for is_databricks104_or_later on 11.3
Signed-off-by: Gera Shegalov <[email protected]>
Describe the bug
Below tests are failing because there seems to be cpu aggregations(which we don't support) along with gpu aggregations. Needs more investigation.
Reason for failure(Exec name changes but the reason is same) -
Steps/Code to reproduce bug
Build and run integration tests on Databricks-11.3 environment.
Build steps - Pull in this PR locally if not merged - #7152
/home/ubuntu/spark-rapids$ ./jenkins/databricks/build.sh
Test steps: Modify the test.sh under jenkins/databrikcs to run a specific test.
Example: Comment all lines starting from
export TEST_PARALLEL=${TEST_PARALLEL:-4}
in the file and add below lines:Run Test -
./jenkins/databricks/test.sh test_hash_avg_nulls_partial_only
Expected behavior
All above tests should pass on Databricks-11.3 shim
Environment details (please complete the following information)
Databricks-11.3 runtime.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: