Skip to content

Commit 07d2ba4

Browse files
committed
ignore ut
1 parent 5ab65ab commit 07d2ba4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

backends-clickhouse/src/test/scala/org/apache/gluten/execution/GlutenEliminateJoinSuite.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ class GlutenEliminateJoinSuite extends GlutenClickHouseWholeStageTransformerSuit
108108
createTable("t3", data1, schema1)
109109
}
110110

111-
test("Eliminate two aggregates join") {
111+
ignoreGluten("Eliminate two aggregates join") {
112112
val sql = """
113113
select t1.k1, t1.k2, t2.k1, t2.k2, s1, s2 from (
114114
select k1, k2, sum(v1) s1 from (

0 commit comments

Comments
 (0)