rdblue commented on code in PR #5287:
URL: https://github.com/apache/iceberg/pull/5287#discussion_r922531001
##########
python/tests/table/test_metadata.py:
##########
@@ -515,7 +516,7 @@ def test_v1_write_metadata_for_v2():
]
assert metadata_v2["default-spec-id"] == 0
assert metadata_v2["last-partition-id"] == 1000
- assert metadata_v2["sort-orders"] == [{"order-id": 0, "fields": []}]
+ assert metadata_v2["sort-orders"] == []
Review Comment:
Why isn't this the unsorted order?
--
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]