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
SPARK-18352: Parse normal multi-line JSON files (uncompressed), from known json string to float issue, doc
SPARK-18352: Parse normal multi-line JSON files (compressed), from known json string to float issue, doc
Applying schemas, from known json string to float issue, doc
Loading a JSON dataset from a text file with SQL, from known json string to float issue, doc
Loading a JSON dataset from a text file, from known json string to float issue, doc
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:
Closes#10875
Contributes to #10773
Unjar, cache, and share the test jar content among all test suites from the same jar
Test:
```bash
mvn package -Dbuildver=330 -pl tests -am -Dsuffixes='.*\.RapidsJsonSuite'
```
Signed-off-by: Gera Shegalov <[email protected]>
ClosesNVIDIA#10875
Contributes to NVIDIA#10773
Unjar, cache, and share the test jar content among all test suites from the same jar
Test:
```bash
mvn package -Dbuildver=330 -pl tests -am -Dsuffixes='.*\.RapidsJsonSuite'
```
Signed-off-by: Gera Shegalov <[email protected]>
Describe the bug
Spark UT Framework enabled RapidsJsonSuite (#10743), with the following test cases explicitly excluded:
GpuJsonScan issues after enabling
spark.rapids.sql.format.json.read.enabled=true
by #11141These 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: