This is an automated email from the ASF dual-hosted git repository.
yiguolei pushed a commit to branch branch-1.1-lts
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-1.1-lts by this push:
new 9afd3acc34 [1.1-lts](compilebug) remove bitshuffle test case, since it
could not compile successfully
9afd3acc34 is described below
commit 9afd3acc342c0117ef156bc9487f6584712335d8
Author: yiguolei <[email protected]>
AuthorDate: Mon Sep 26 10:03:18 2022 +0800
[1.1-lts](compilebug) remove bitshuffle test case, since it could not
compile successfully
---
.../src/test/java/org/apache/doris/planner/QueryPlanTest.java | 6 ------
1 file changed, 6 deletions(-)
diff --git
a/fe/fe-core/src/test/java/org/apache/doris/planner/QueryPlanTest.java
b/fe/fe-core/src/test/java/org/apache/doris/planner/QueryPlanTest.java
index fe350d303a..1119baf62e 100644
--- a/fe/fe-core/src/test/java/org/apache/doris/planner/QueryPlanTest.java
+++ b/fe/fe-core/src/test/java/org/apache/doris/planner/QueryPlanTest.java
@@ -1199,12 +1199,6 @@ public class QueryPlanTest {
Assert.assertTrue(explainString.contains("BUCKET_SHFFULE_HASH_PARTITIONED:
`t1`.`k1`, `t1`.`k1`"));
Assert.assertTrue(!explainString.contains("BUCKET_SHFFULE_HASH_PARTITIONED:
`t4`.`k1`, `t4`.`k1`"));
- // here only a bucket shuffle + broadcast jost join
- queryStr = "explain SELECT * FROM test.bucket_shuffle1 T LEFT JOIN
test.bucket_shuffle1 T1 ON T1.k2 = T.k1 and T.k2 = T1.k3 LEFT JOIN"
- + " test.bucket_shuffle2 T2 ON T2.k2 = T1.k1 and T2.k1 =
T1.k2;";
- explainString = getSQLPlanOrErrorMsg(queryStr);
- Assert.assertTrue(explainString.contains("BUCKET_SHFFULE"));
- Assert.assertTrue(explainString.contains("BROADCAST"));
// disable bucket shuffle join again
Deencapsulation.setField(connectContext.getSessionVariable(),
"enableBucketShuffleJoin", false);
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]