kevinjqliu commented on code in PR #2251:
URL: https://github.com/apache/iceberg-python/pull/2251#discussion_r2252682325


##########
pyiceberg/utils/properties.py:
##########
@@ -83,3 +84,46 @@ def get_header_properties(
 ) -> Properties:
     header_prefix_len = len(HEADER_PREFIX)
     return {key[header_prefix_len:]: value for key, value in 
properties.items() if key.startswith(HEADER_PREFIX)}
+
+
+def properties_with_prefix(

Review Comment:
   modeled after 
https://github.com/apache/iceberg/blob/de22fd0f998ed464251acbe31b976b4bb9669312/core/src/main/java/org/apache/iceberg/util/PropertyUtil.java#L153-L192



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