robertmu opened a new pull request, #18: URL: https://github.com/apache/cloudberry-gpbackup/pull/18
The test for schema-filtered operators would previously fail when run against a Cloudberry instance. This was because it relied on creating a postfix (unary) operator, a feature not supported by Cloudberry. This commit refactors the test to use a binary operator instead. Binary operators are supported by both Greenplum and Cloudberry, which allows the test for this core schema-filtering functionality to run successfully on all platforms. This change fixes a failing test and increases test coverage for a core feature on Cloudberry. -- 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