dramaticlly commented on code in PR #4717:
URL: https://github.com/apache/iceberg/pull/4717#discussion_r885199154
##########
python/tests/table/test_partitioning.py:
##########
@@ -29,8 +30,37 @@ def test_partition_field_init():
assert partition_field.transform == bucket_transform
assert partition_field.name == "id"
assert partition_field == partition_field
+ print(str(partition_field))
+ print("repr")
+ print(repr(partition_field))
Review Comment:
Thank you, I was testing and forgot about this, removed
--
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]