Skip to content

Commit

Permalink
[GLUTEN-1632][CH]Daily Update Clickhouse Version (20231108) (#3640)
Browse files Browse the repository at this point in the history
* [GLUTEN-1632][CH]Daily Update Clickhouse Version (20231108)

* Reopen ignore [uts](https://github.com/oap-project/gluten/pull/3530/commits) due to [fix](ClickHouse/ClickHouse#56286)

---------

Co-authored-by: kyligence-git <[email protected]>
Co-authored-by: Chang Chen <[email protected]>
  • Loading branch information
3 people authored Nov 8, 2023
1 parent 2b9891b commit 1080543
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1206,7 +1206,7 @@ class GlutenClickHouseTPCHParquetSuite extends GlutenClickHouseTPCHAbstractSuite
}
}

ignore("test 'cast null value' -- due to https://github.com/ClickHouse/ClickHouse/pull/55146") {
test("test 'cast null value'") {
val sql = "select cast(x as double), cast(x as float), cast(x as string), cast(x as binary)," +
"cast(x as long), cast(x as int), cast(x as short), cast(x as byte), cast(x as boolean)," +
"cast(x as date), cast(x as timestamp), cast(x as decimal(10, 2)) from " +
Expand Down
4 changes: 2 additions & 2 deletions cpp-ch/clickhouse.version
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
CH_ORG=Kyligence
CH_BRANCH=rebase_ch/20231103
CH_COMMIT=d3d4e86f42f
CH_BRANCH=rebase_ch/20231108
CH_COMMIT=4aefea4773e
Original file line number Diff line number Diff line change
Expand Up @@ -574,8 +574,6 @@ class ClickHouseTestSettings extends BackendTestSettings {
.exclude("SPARK-34727: cast from float II")
.exclude("SPARK-35720: cast invalid string input to timestamp without time zone")
.exclude("Cast should output null for invalid strings when ANSI is not enabled.")
.exclude("data type casting II")
.exclude("SPARK-36286: invalid string cast to timestamp")
enableSuite[GlutenCastSuiteWithAnsiModeOn]
.exclude("null cast")
.exclude("cast string to date")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -614,8 +614,6 @@ class ClickHouseTestSettings extends BackendTestSettings {
.exclude("SPARK-36924: Cast YearMonthIntervalType to IntegralType")
.exclude("SPARK-36924: Cast IntegralType to YearMonthIntervalType")
.exclude("Cast should output null for invalid strings when ANSI is not enabled.")
.exclude("data type casting II")
.exclude("SPARK-36286: invalid string cast to timestamp")
enableSuite[GlutenCastSuiteWithAnsiModeOn]
.exclude("null cast")
.exclude("cast string to date")
Expand Down

0 comments on commit 1080543

Please sign in to comment.