robertmu opened a new pull request, #17: URL: https://github.com/apache/cloudberry-gpbackup/pull/17
The integration tests for creating postfix operators were failing on Cloudberry because it does not support creating an operator with only a LEFTARG. This is an intentional design difference from Greenplum 7, as Cloudberry is based on a newer PostgreSQL version (14) that removed this feature. Instead of adapting the tests to assert an error, which would be testing a negative case, this commit modifies them to be skipped entirely when running against Cloudberry. This approach is cleaner because the feature being tested is fundamentally absent on this platform. It keeps the test suite passing on Cloudberry while preserving the original test logic for Greenplum 7 and other compatible databases. -- 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