rdblue commented on code in PR #5594:
URL: https://github.com/apache/iceberg/pull/5594#discussion_r950889222


##########
python/pyiceberg/cli/output.py:
##########
@@ -134,6 +140,9 @@ def uuid(self, uuid: Optional[UUID]):
 class JsonOutput(Output):
     """Writes json to stdout"""
 
+    def __init__(self, **properties: Any):

Review Comment:
   I was wondering if we should do that since the parent is an abstract base 
class. Is that a good idea?



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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to