MonkeyCanCode commented on code in PR #5098:
URL: https://github.com/apache/polaris/pull/5098#discussion_r3611890143


##########
client/python/apache_polaris/cli/command/setup.py:
##########
@@ -524,6 +525,7 @@ def validate(self) -> None:
     def execute(self, api: PolarisDefaultApi) -> None:
         """Execute the setup command based on the subcommand (apply or 
export)."""
         if self.setup_subcommand == Subcommands.APPLY:
+            self._failure_count = 0

Review Comment:
   nit: this is not necessary right as we default to 0 in the filed.



-- 
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]

Reply via email to