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


##########
python/pyiceberg/table/partitioning.py:
##########
@@ -77,9 +78,8 @@ class PartitionSpec(IcebergBaseModel):
     PartitionSpec captures the transformation from table data to partition 
values
 
     Attributes:
-        schema(Schema): the schema of data table
         spec_id(int): any change to PartitionSpec will produce a new specId
-        fields(List[PartitionField): list of partition fields to produce 
partition values
+        fields(Tuple[PartitionField): list of partition fields to produce 
partition values

Review Comment:
   Missing a closing `]`?



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