提交 986c222b 编写于 作者: G Gang Xiong

Fix pipeline failure

commit '5f7cdc' didn't update the answer file expand_table.out
上级 5f7cdc1a
......@@ -914,9 +914,9 @@ CREATE VIEW expand_view AS select * from expand_table1;
CREATE rule "_RETURN" AS ON SELECT TO expand_table2
DO INSTEAD SELECT * FROM expand_table1;
ALTER TABLE expand_table2 EXPAND TABLE;
ERROR: "expand_table2" is not a table or foreign table
ERROR: "expand_table2" is not a table, materialized view, or foreign table
ALTER TABLE expand_view EXPAND TABLE;
ERROR: "expand_view" is not a table or foreign table
ERROR: "expand_view" is not a table, materialized view, or foreign table
ALTER TABLE expand_table1 EXPAND TABLE;
--
-- Test expanding a table with a domain type as distribution key.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册