[BUG] Issues found by Spark UT Framework of RapidsParquetSchemaPruningSuite #11405
Open
1 of 7 tasks
Labels
bug
Something isn't working
Describe the bug
Spark UT Framework enabled RapidsParquetSchemaPruningSuite(#11366) with the following test cases explicitly excluded:
Since there are many cases failed, the list is so long I just exclude by prefix "Spark vectorized reader", "Non-vectorized reader", "Case-insensitive parser" and "Case-sensitive parser".
These excluded test cases needs further investigating!!!
Notice: Other test cases in this suite may pass with falling back!
Steps/Code to reproduce bug
mvn -Dbuildver=330 install -DskipTests
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: