ebyhr commented on code in PR #3617:
URL: https://github.com/apache/iceberg-python/pull/3617#discussion_r3535443790
##########
pyiceberg/partitioning.py:
##########
@@ -500,7 +500,7 @@ def _to_partition_representation(type: IcebergType, value:
Any) -> Any:
can return date that still needs to be transformed into an int (days
since epoch).
"""
- return TypeError(f"Unsupported partition field type: {type}")
+ raise TypeError(f"Unsupported partition field type: {type}")
Review Comment:
No other same mistake as far as I checked.
--
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]