File tree Expand file tree Collapse file tree
spark32/src/test/scala/org/apache/gluten/utils/clickhouse
spark33/src/test/scala/org/apache/gluten/utils/clickhouse
spark34/src/test/scala/org/apache/gluten/utils/clickhouse
spark35/src/test/scala/org/apache/gluten/utils/clickhouse
spark40/src/test/scala/org/apache/gluten/utils/clickhouse
spark41/src/test/scala/org/apache/gluten/utils/clickhouse Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11CH_ORG=Kyligence
22CH_BRANCH=rebase_ch/20260310_25_12
3- CH_COMMIT=b7393160b95
3+ CH_COMMIT=408fb65018b
Original file line number Diff line number Diff line change @@ -1549,6 +1549,8 @@ class ClickHouseTestSettings extends BackendTestSettings {
15491549 .exclude(" Legacy mode - nested map with struct as key type" )
15501550 .exclude(" SPARK-35640: read binary as timestamp should throw schema incompatible error" )
15511551 .exclude(" SPARK-35640: int as long should throw schema incompatible error" )
1552+ .exclude(" SPARK-34167: read LongDecimals with precision < 10, VectorizedReader true" )
1553+ .exclude(" SPARK-34167: read LongDecimals with precision < 10, VectorizedReader false" )
15521554 enableSuite[GlutenParquetInteroperabilitySuite ].exclude(" parquet timestamp conversion" )
15531555 enableSuite[GlutenParquetProtobufCompatibilitySuite ].exclude(" struct with unannotated array" )
15541556 enableSuite[GlutenParquetRebaseDatetimeV1Suite ]
Original file line number Diff line number Diff line change @@ -1389,6 +1389,8 @@ class ClickHouseTestSettings extends BackendTestSettings {
13891389 .exclude(" SPARK-35640: read binary as timestamp should throw schema incompatible error" )
13901390 .exclude(" SPARK-35640: int as long should throw schema incompatible error" )
13911391 .exclude(" SPARK-36726: test incorrect Parquet row group file offset" )
1392+ .exclude(" SPARK-34167: read LongDecimals with precision < 10, VectorizedReader true" )
1393+ .exclude(" SPARK-34167: read LongDecimals with precision < 10, VectorizedReader false" )
13921394 enableSuite[GlutenParquetInteroperabilitySuite ].exclude(" parquet timestamp conversion" )
13931395 enableSuite[GlutenParquetProtobufCompatibilitySuite ].exclude(" struct with unannotated array" )
13941396 enableSuite[GlutenParquetRebaseDatetimeV1Suite ]
Original file line number Diff line number Diff line change @@ -1258,6 +1258,8 @@ class ClickHouseTestSettings extends BackendTestSettings {
12581258 .exclude(" SPARK-35640: read binary as timestamp should throw schema incompatible error" )
12591259 .exclude(" SPARK-35640: int as long should throw schema incompatible error" )
12601260 .exclude(" SPARK-36726: test incorrect Parquet row group file offset" )
1261+ .exclude(" SPARK-34167: read LongDecimals with precision < 10, VectorizedReader true" )
1262+ .exclude(" SPARK-34167: read LongDecimals with precision < 10, VectorizedReader false" )
12611263 enableSuite[GlutenParquetInteroperabilitySuite ].exclude(" parquet timestamp conversion" )
12621264 enableSuite[GlutenParquetProtobufCompatibilitySuite ].exclude(" struct with unannotated array" )
12631265 enableSuite[GlutenParquetRebaseDatetimeV1Suite ]
Original file line number Diff line number Diff line change @@ -1775,6 +1775,8 @@ class ClickHouseTestSettings extends BackendTestSettings {
17751775 .exclude(" SPARK-35640: int as long should throw schema incompatible error" )
17761776 // Velox parquet reader not allow offset zero.
17771777 .includeCH(" SPARK-40128 read DELTA_LENGTH_BYTE_ARRAY encoded strings" )
1778+ .exclude(" SPARK-34167: read LongDecimals with precision < 10, VectorizedReader true" )
1779+ .exclude(" SPARK-34167: read LongDecimals with precision < 10, VectorizedReader false" )
17781780 enableSuite[GlutenParquetInteroperabilitySuite ]
17791781 .exclude(" parquet timestamp conversion" )
17801782 enableSuite[GlutenParquetProtobufCompatibilitySuite ]
Original file line number Diff line number Diff line change @@ -1751,6 +1751,8 @@ class ClickHouseTestSettings extends BackendTestSettings {
17511751 .exclude(" SPARK-35640: int as long should throw schema incompatible error" )
17521752 // Velox parquet reader not allow offset zero.
17531753 .includeCH(" SPARK-40128 read DELTA_LENGTH_BYTE_ARRAY encoded strings" )
1754+ .exclude(" SPARK-34167: read LongDecimals with precision < 10, VectorizedReader true" )
1755+ .exclude(" SPARK-34167: read LongDecimals with precision < 10, VectorizedReader false" )
17541756 enableSuite[GlutenParquetInteroperabilitySuite ]
17551757 .exclude(" parquet timestamp conversion" )
17561758 enableSuite[GlutenParquetProtobufCompatibilitySuite ]
Original file line number Diff line number Diff line change @@ -1751,6 +1751,8 @@ class ClickHouseTestSettings extends BackendTestSettings {
17511751 .exclude(" SPARK-35640: int as long should throw schema incompatible error" )
17521752 // Velox parquet reader not allow offset zero.
17531753 .includeCH(" SPARK-40128 read DELTA_LENGTH_BYTE_ARRAY encoded strings" )
1754+ .exclude(" SPARK-34167: read LongDecimals with precision < 10, VectorizedReader true" )
1755+ .exclude(" SPARK-34167: read LongDecimals with precision < 10, VectorizedReader false" )
17541756 enableSuite[GlutenParquetInteroperabilitySuite ]
17551757 .exclude(" parquet timestamp conversion" )
17561758 enableSuite[GlutenParquetProtobufCompatibilitySuite ]
You can’t perform that action at this time.
0 commit comments