gfphoenix78 commented on code in PR #1104: URL: https://github.com/apache/cloudberry/pull/1104#discussion_r2096722756
########## src/test/regress/output/aocs.source: ########## @@ -1403,3 +1403,22 @@ SELECT * FROM shorten_udt; (1,foo) (1 row) +-- Test zero-column table +create table t1()using ao_column; +create index on t1 using btree ((1)); +insert into t1 default values; +select * from t1; +-- +(0 rows) Review Comment: The test case is wrong. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@cloudberry.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@cloudberry.apache.org For additional commands, e-mail: commits-h...@cloudberry.apache.org