flyrain commented on code in PR #3305:
URL: https://github.com/apache/polaris/pull/3305#discussion_r2638789736
##########
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:
Curious why we add parenthesis here, while removing them for `HIVE_WAREHOUSE`
--
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]