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


##########
client/python/apache_polaris/cli/constants.py:
##########
@@ -400,7 +396,9 @@ class Policies:
         POLICY_FILE = "The path to a JSON file containing the policy 
definition"
         POLICY_TYPE = "The type of the policy, e.g., 'system.data-compaction'"
         POLICY_DESCRIPTION = "An optional description for the policy."
-        TARGET_NAME = "The name of the target entity (e.g., table name, 
namespace name)."
+        TARGET_NAME = (
+            "The name of the target entity (e.g., table name, namespace name)."
+        )

Review Comment:
   This was due to lint where the max characters per line exceed (not done by 
me implicitly by via our pre-commit hook). This was not done earlier due to 
code refactor and we were not pointing check to the new location.



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