Skip to content

Commit

Permalink
Revert "Temporarily disable Parquet unsigned int test in ParquetScanS…
Browse files Browse the repository at this point in the history
…uite (#6078)" (#6147)

This reverts commit 2c35b99.

Signed-off-by: Chong Gao <res_life@163.com>
  • Loading branch information
res-life authored Jul 29, 2022
1 parent 6758f6f commit 47bd2f2
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -157,16 +157,13 @@ 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 47bd2f2

Please sign in to comment.