This is an automated email from the ASF dual-hosted git repository.
morrysnow pushed a commit to branch branch-2.0
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-2.0 by this push:
new 40ac550f1c9 [fix](test) table name in
nereids_rules_p0/adjust_nullable/set_operation.groovy is wrong (#40536)
40ac550f1c9 is described below
commit 40ac550f1c98f612123ce54393e5a92fbbe64aac
Author: morrySnow <[email protected]>
AuthorDate: Mon Sep 9 15:42:14 2024 +0800
[fix](test) table name in
nereids_rules_p0/adjust_nullable/set_operation.groovy is wrong (#40536)
---
.../suites/nereids_rules_p0/adjust_nullable/set_operation.groovy | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/regression-test/suites/nereids_rules_p0/adjust_nullable/set_operation.groovy
b/regression-test/suites/nereids_rules_p0/adjust_nullable/set_operation.groovy
index 0d3017b939c..2bbb717716d 100644
---
a/regression-test/suites/nereids_rules_p0/adjust_nullable/set_operation.groovy
+++
b/regression-test/suites/nereids_rules_p0/adjust_nullable/set_operation.groovy
@@ -41,7 +41,7 @@ suite("test_set_operation_adjust_nullable") {
"""
sql """
- SELECT c1, c1 FROM t1 EXCEPT SELECT c2, c2 FROM t2;
+ SELECT c1, c1 FROM set_operation_t1 EXCEPT SELECT c2, c2 FROM
set_operation_t2;
"""
// do not use regulator child output nullable as init nullable info
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]