Skip to content

Commit

Permalink
Fix cherry-pick.
Browse files Browse the repository at this point in the history
Authored-by: Zhang Mingli [email protected]
  • Loading branch information
avamingli authored and reshke committed Jan 23, 2025
1 parent b0e172b commit 336b6bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gpcontrib/gp_toolkit/expected/gp_toolkit_ao_funcs.out
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ SELECT * FROM gp_toolkit.__gp_aoblkdir('toolkit_aocs_test');

CREATE TABLE toolkit_heap_test (a INT) DISTRIBUTED BY (a);
SELECT count(*) FROM gp_toolkit.__gp_aocsseg_history('toolkit_heap_test');
ERROR: Relation 'toolkit_heap_test' does not have append-optimized column-oriented storage (seg0 slice1 127.0.1.1:7002 pid=1226082)
ERROR: 'toolkit_heap_test' is not an append-only columnar relation (seg1 slice1 127.0.1.1:9003 pid=2141733)
DROP TABLE toolkit_heap_test;
-- The same, but on the segments.
SELECT (t).* FROM (
Expand Down

0 comments on commit 336b6bc

Please sign in to comment.