robertmu commented on code in PR #38: URL: https://github.com/apache/cloudberry-gpbackup/pull/38#discussion_r2328950310
########## end_to_end/resources/gpdb4_objects.sql: ########## @@ -99,8 +99,9 @@ CREATE AGGREGATE agg_test(integer) ( CREATE OPERATOR #### ( - PROCEDURE = numeric_fac, Review Comment: Yes, it will. A key goal of our current work is to ensure that our existing test suite, originally developed for GPDB, runs successfully on Cloudberry. This particular change is a direct result of that effort. Based on the test logic in plugin_test.go, the `gpdb4_objects.sql` script is executed unconditionally on all tested database versions, including 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
