Skip to content

Commit 2cd459c

Browse files
committed
revert
1 parent 01da8bd commit 2cd459c

7 files changed

Lines changed: 13 additions & 1 deletion

File tree

cpp-ch/clickhouse.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
CH_ORG=Kyligence
22
CH_BRANCH=rebase_ch/20260310_25_12
3-
CH_COMMIT=b7393160b95
3+
CH_COMMIT=408fb65018b

gluten-ut/spark32/src/test/scala/org/apache/gluten/utils/clickhouse/ClickHouseTestSettings.scala

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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]

gluten-ut/spark33/src/test/scala/org/apache/gluten/utils/clickhouse/ClickHouseTestSettings.scala

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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]

gluten-ut/spark34/src/test/scala/org/apache/gluten/utils/clickhouse/ClickHouseTestSettings.scala

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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]

gluten-ut/spark35/src/test/scala/org/apache/gluten/utils/clickhouse/ClickHouseTestSettings.scala

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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]

gluten-ut/spark40/src/test/scala/org/apache/gluten/utils/clickhouse/ClickHouseTestSettings.scala

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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]

gluten-ut/spark41/src/test/scala/org/apache/gluten/utils/clickhouse/ClickHouseTestSettings.scala

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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]

0 commit comments

Comments
 (0)