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
Spark UT Framework enabled RapidsMathFunctionsSuite (#10743), with the following test cases explicitly excluded:
It occurs when enabling spark.rapids.sql.expression.Conv=true by #11141
These excluded test cases needs further investigating!!!
Notice: Other test cases in this suite may pass with falling back!
Steps/Code to reproduce bug
Compile everything with mvn -Dbuildver=330 install -DskipTests
Pick a test case name in the above table
Go to RapidsTestSettings and find the line starting with ".exclude" and containing the test case name, comment it out
Run the Suite then you'll see one failed test case. E.g. mvn -nsu -Dbuildver=330 -pl tests -Dsuites="org.apache.spark.sql.rapids.suites.RapidsXXXSuite" test (replace RapidsXXXSuite with the right name in issue header). ALWAYS double check if your suite name coincide with in source code, as it may contain typos!
Expected behavior
The suite can pass without excluding any test case.
The text was updated successfully, but these errors were encountered:
mattahrens
changed the title
[BUG]Issues found by Spark UT Framework on RapidsMathFunctionsSuite
[BUG] Issues found by Spark UT Framework on RapidsMathFunctionsSuite
Jul 9, 2024
Describe the bug
Spark UT Framework enabled RapidsMathFunctionsSuite (#10743), with the following test cases explicitly excluded:
It occurs when enabling
spark.rapids.sql.expression.Conv=true
by #11141conv
#1314 spark-rapids-jni#1346conv
#1314 spark-rapids-jni#1346These excluded test cases needs further investigating!!!
Notice: Other test cases in this suite may pass with falling back!
Steps/Code to reproduce bug
Expected behavior
The suite can pass without excluding any test case.
The text was updated successfully, but these errors were encountered: