HonahX commented on code in PR #3036:
URL: https://github.com/apache/polaris/pull/3036#discussion_r2611556408


##########
client/python/generate_clients.py:
##########
@@ -369,6 +324,9 @@ def main():
     else:
         logging.basicConfig(level=logging.INFO, format="%(message)s")
 
+    if os.environ.get("POLARIS_CLI_SKIP_CLIENT_GENERATION", "false").lower() 
== "true":
+        logger.info("POLARIS_CLI_SKIP_CLIENT_GENERATION is set to true, 
skipping client generation.")

Review Comment:
   Removed in the newer version : )



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