joshuarobinson opened a new pull request, #5747: URL: https://github.com/apache/iceberg/pull/5747
Open for feedback on the approach I'm taking here to make PyArrow parameterized with Properties similarly to FSSpec version. @samredai @Fokko -- lots of issues with tests, but I think a big question I have is that many of the tests are directly constructing an InputFile or OutputFile instead of using the FileIO abstraction with new_input() and new_output() Two main changes: 1) Allow pyarrow to interpret "s3a" 2) Pass through the properties object when creating the 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]
