gmweaver commented on code in PR #2323:
URL: https://github.com/apache/iceberg-python/pull/2323#discussion_r2271654200
##
pyiceberg/io/__init__.py:
##
@@ -52,6 +52,7 @@
AWS_SESSION_TOKEN = "client.session-token"
AWS_ROLE_ARN = "client.role-arn"
AWS_ROLE_SESSION_NAME = "client
gmweaver commented on code in PR #2323:
URL: https://github.com/apache/iceberg-python/pull/2323#discussion_r2271648441
##
pyiceberg/io/fsspec.py:
##
@@ -163,6 +164,9 @@ def _s3(properties: Properties) -> AbstractFileSystem:
if request_timeout := properties.get(S3_REQUEST_
gmweaver commented on PR #2323:
URL: https://github.com/apache/iceberg-python/pull/2323#issuecomment-3181586621
> Do you know if there is a PyArrow equialent? If so, it would be nice to
add that option as well.
pyarrow has a similar
[config](https://arrow.apache.org/docs/python/gener
Fokko commented on code in PR #2323:
URL: https://github.com/apache/iceberg-python/pull/2323#discussion_r2270650923
##
pyiceberg/io/fsspec.py:
##
@@ -163,6 +164,9 @@ def _s3(properties: Properties) -> AbstractFileSystem:
if request_timeout := properties.get(S3_REQUEST_TIM
gmweaver opened a new pull request, #2323:
URL: https://github.com/apache/iceberg-python/pull/2323
# Rationale for this change
# Are these changes tested?
# Are there any user-facing changes?
--
This is an automated message from the Apache Git