robertmu commented on code in PR #40: URL: https://github.com/apache/cloudberry-gpbackup/pull/40#discussion_r2328981041
########## end_to_end/plugin_test.go: ########## @@ -142,9 +142,20 @@ var _ = Describe("End to End plugin tests", func() { if (backupConn.Version.IsGPDB() && backupConn.Version.AtLeast("7")) || backupConn.Version.IsCBDB() { plpythonDropStatement = "DROP PROCEDURAL LANGUAGE IF EXISTS plpython3u;" } Review Comment: Good catch, thank you! I've refactored the logic to merge the conditional blocks. It's much cleaner now. -- 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