robertmu opened a new pull request, #23: URL: https://github.com/apache/cloudberry-gpbackup/pull/23
The integration test for creating append-optimized (AO) tables fails on Cloudberry due to an upstream bug in storage options handling. Cloudberry shows checksum=true in gp_default_storage_options but fails to persist this default to pg_class.reloptions when creating tables. This causes gpbackup to read metadata without the checksum option, leading to test failures when compared against GPDB 7+ expectations. The test is temporarily skipped for Cloudberry until the upstream issue is resolved. See: https://github.com/apache/cloudberry/issues/1254 -- 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