This is an automated email from the ASF dual-hosted git repository.

avamingli pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/cloudberry.git

commit cf204de471bb89312e6b93c13cff0a757a7f7043
Author: Zhang Mingli <[email protected]>
AuthorDate: Sun Dec 29 10:16:13 2024 +0800

    Fix cheryy-pick test cases.
---
 src/test/regress/expected/qp_union_intersect_optimizer.out | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/test/regress/expected/qp_union_intersect_optimizer.out 
b/src/test/regress/expected/qp_union_intersect_optimizer.out
index ed630f2680..c312eedc99 100644
--- a/src/test/regress/expected/qp_union_intersect_optimizer.out
+++ b/src/test/regress/expected/qp_union_intersect_optimizer.out
@@ -1711,7 +1711,7 @@ SELECT COUNT(DISTINCT(b)) FROM dml_union_s;
 (1 row)
 
 UPDATE dml_union_s SET b = (SELECT NULL UNION SELECT NULL)::numeric;
-ERROR:  null value in column "b" violates not-null constraint  (seg0 
127.0.0.1:7002 pid=31287)
+ERROR:  null value in column "b" of relation "dml_union_s_1_prt_2" violates 
not-null constraint  (seg0 127.0.1.1:9002 pid=577298)
 DETAIL:  Failing row contains (1, null, s, 1).
 --SELECT COUNT(DISTINCT(b)) FROM dml_union_s;
 --SELECT DISTINCT(b) FROM dml_union_s;


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to