Skip to content

Commit

Permalink
Temporarily disable Parquet unsigned int test in ParquetScanSuite (NV…
Browse files Browse the repository at this point in the history
…IDIA#6078)

Signed-off-by: Jason Lowe <jlowe@nvidia.com>
  • Loading branch information
jlowe authored Jul 25, 2022
1 parent b1f7874 commit 2c35b99
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -157,13 +157,16 @@ class ParquetScanSuite extends SparkQueryCompareTestSuite {
* | | |-- c3: long (nullable = true)
*
*/
// temporarily disabled for https://github.com/NVIDIA/spark-rapids/issues/6054
/*
testSparkResultsAreEqual("Test Parquet nested unsigned int: uint8, uint16, uint32",
frameFromParquet("nested-unsigned.parquet"),
// CPU version throws an exception when Spark < 3.2, so skip when Spark < 3.2.
// The exception is like "Parquet type not supported: INT32 (UINT_8)"
assumeCondition = (_ => (VersionUtils.isSpark320OrLater, "Spark version not 3.2.0+"))) {
frame => frame.select(col("*"))
}
*/

/**
* Parquet file with 2 columns
Expand Down

0 comments on commit 2c35b99

Please sign in to comment.