Skip to content

Commit

Permalink
solve conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinyhZou committed Sep 19, 2024
1 parent 8b53605 commit a2a58c3
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 32 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -653,15 +653,7 @@ class ClickHouseTestSettings extends BackendTestSettings {
.exclude("cast from struct II")
.exclude("cast from struct III")
enableSuite[GlutenCollectionExpressionsSuite]
<<<<<<< HEAD
.exclude("Array and Map Size")
.exclude("MapEntries")
.exclude("Map Concat")
.exclude("MapFromEntries")
.exclude("ArraysZip")
=======
.exclude("ArraysZip") // wait for https://github.com/ClickHouse/ClickHouse/pull/69576
>>>>>>> main
.exclude("Sequence of numbers")
.exclude("elementAt")
.exclude("Shuffle")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -681,15 +681,7 @@ class ClickHouseTestSettings extends BackendTestSettings {
.exclude("cast from struct II")
.exclude("cast from struct III")
enableSuite[GlutenCollectionExpressionsSuite]
<<<<<<< HEAD
.exclude("Array and Map Size")
.exclude("MapEntries")
.exclude("Map Concat")
.exclude("MapFromEntries")
.exclude("ArraysZip")
=======
.exclude("ArraysZip") // wait for https://github.com/ClickHouse/ClickHouse/pull/69576
>>>>>>> main
.exclude("Sequence of numbers")
.exclude("elementAt")
.exclude("Shuffle")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -570,15 +570,7 @@ class ClickHouseTestSettings extends BackendTestSettings {
.exclude("SPARK-36924: Cast YearMonthIntervalType to IntegralType")
.exclude("SPARK-36924: Cast IntegralType to YearMonthIntervalType")
enableSuite[GlutenCollectionExpressionsSuite]
<<<<<<< HEAD
.exclude("Array and Map Size")
.exclude("MapEntries")
.exclude("Map Concat")
.exclude("MapFromEntries")
.exclude("ArraysZip")
=======
.exclude("ArraysZip") // wait for https://github.com/ClickHouse/ClickHouse/pull/69576
>>>>>>> main
.exclude("Sequence of numbers")
.exclude("elementAt")
.exclude("Shuffle")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -570,15 +570,7 @@ class ClickHouseTestSettings extends BackendTestSettings {
.exclude("SPARK-36924: Cast YearMonthIntervalType to IntegralType")
.exclude("SPARK-36924: Cast IntegralType to YearMonthIntervalType")
enableSuite[GlutenCollectionExpressionsSuite]
<<<<<<< HEAD
.exclude("Array and Map Size")
.exclude("MapEntries")
.exclude("Map Concat")
.exclude("MapFromEntries")
.exclude("ArraysZip")
=======
.exclude("ArraysZip") // wait for https://github.com/ClickHouse/ClickHouse/pull/69576
>>>>>>> main
.exclude("Sequence of numbers")
.exclude("elementAt")
.exclude("Shuffle")
Expand Down

0 comments on commit a2a58c3

Please sign in to comment.