This is an automated email from the ASF dual-hosted git repository. oppenheimer01 pushed a commit to branch cbdb-postgres-merge in repository https://gitbox.apache.org/repos/asf/cloudberry.git
commit 989d43dd53ae63d518d7564ee2a2e6a34a4ab2f7 Author: Jinbao Chen <[email protected]> AuthorDate: Thu Apr 23 22:14:51 2026 -0400 Revert "Test pipeline" This reverts commit fbd5e2320c9180eeb60a923726f4a4cec5e17677. --- src/test/regress/expected/create_view.out | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/regress/expected/create_view.out b/src/test/regress/expected/create_view.out index fc58479ac87..d9f97043b64 100644 --- a/src/test/regress/expected/create_view.out +++ b/src/test/regress/expected/create_view.out @@ -1655,7 +1655,7 @@ ERROR: cannot drop column f3 of table tt14t because other objects depend on it DETAIL: view tt14v depends on column f3 of table tt14t HINT: Use DROP ... CASCADE to drop the dependent objects too. -- MERGE16_FIXME: delete command can only delete tuples from master, But we --- need to delete them from both master and segments. +-- need to delete them from both master and segments -- We used to have a bug that would allow the above to succeed, posing -- hazards for later execution of the view. Check that the internal --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
