-
Notifications
You must be signed in to change notification settings - Fork 194
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: support S3 Table Buckets with S3TablesCatalog #1429
base: main
Are you sure you want to change the base?
Conversation
I was able to work around the issue above by using |
Thanks for working on this @felixscherz Feel free to tag me when its ready for review :) |
I think you can now review this PR if you have time @kevinjqliu :) I currently run tests by setting the |
Hi, this is in regards to #1404 and very much in a work in progress / draft state.
I created a first draft of an
S3TablesCatalog
that uses the S3 Table Bucket API for catalog operations.Features implemented:
Current issues:
PyarrowFileIO
runs into issues when uploading files to S3 (see below)writing metadata with
PyarrowFileIO
raisesS3TablesUnsupportedHeader
I am working on supporting table creation but ran into the issue described here: #1404 (comment) which I could work around initially. But then I ran into the issue that the S3 Table buckets don't seem to support older versions of the S3 API (at least that is what the error looks like to me).
This is the
pytest
output: