kevinjqliu commented on issue #2247:
URL: 
https://github.com/apache/iceberg-python/issues/2247#issuecomment-3119662050

   > Can we pass all of the arg values as string values, or do they need to be 
strongly typed in the expected input types for each property key?
   
   I think they need to be strongly typed. 
[`S3FileSystem`](https://arrow.apache.org/docs/python/generated/pyarrow.fs.S3FileSystem.html)
 args are typed.
   
   My primary motivation is to create a "fallback" case where I can specify 
arbitrary kwargs to pass into `S3FileSystem`'s constructor. Right now, we have 
to allowlist each arg passed into `S3FileSystem` 
   


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