Re: [I] Implement Other Filesystems Using Go CDK [iceberg-go]

2025-01-08 Thread via GitHub
zeroshade closed issue #92: Implement Other Filesystems Using Go CDK URL: https://github.com/apache/iceberg-go/issues/92 -- 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 unsu

Re: [I] Implement Other Filesystems Using Go CDK [iceberg-go]

2024-06-07 Thread via GitHub
zeroshade commented on issue #92: URL: https://github.com/apache/iceberg-go/issues/92#issuecomment-2155526330 @srilman I'd be happy to review a PR for this, particularly if it simplifies the file io stuff while getting us more storage back ends. I'm currently traveling for a conference, but

Re: [I] Implement Other Filesystems Using Go CDK [iceberg-go]

2024-06-05 Thread via GitHub
srilman commented on issue #92: URL: https://github.com/apache/iceberg-go/issues/92#issuecomment-2150580725 @zeroshade I think I have something working on my end, once I get a green-light happy to open a PR. -- This is an automated message from the Apache Git Service. To respond to the me

Re: [I] Implement Other Filesystems Using Go CDK [iceberg-go]

2024-06-01 Thread via GitHub
srilman commented on issue #92: URL: https://github.com/apache/iceberg-go/issues/92#issuecomment-2143658350 In addition, this library is one of the only ones available that supports AWS SDK v2 with write support. The library we are using right now, [S3IOFs](https://github.com/wolfeidau/s3io

[I] Implement Other Filesystems Using Go CDK [iceberg-go]

2024-06-01 Thread via GitHub
srilman opened a new issue, #92: URL: https://github.com/apache/iceberg-go/issues/92 ### Feature Request / Improvement The Go CDK (https://gocloud.dev/) is a semi-official interface for interactive with various cloud service solutions, providing common APIs. For the purposes of this