rdblue commented on code in PR #5287:
URL: https://github.com/apache/iceberg/pull/5287#discussion_r922529137
##########
python/pyiceberg/catalog/base.py:
##########
@@ -57,7 +59,8 @@ def create_table(
identifier: str | Identifier,
schema: Schema,
location: str | None = None,
- partition_spec: PartitionSpec | None = None,
+ partition_spec: PartitionSpec = UNPARTITIONED_PARTITION_SPEC,
+ sort_order: SortOrder = UNSORTED_SORT_ORDER,
properties: Properties | None = None,
Review Comment:
Should we similarly default `properties` to `{}`?
--
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]