Skip to content
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

FYI: How about using arrow::fs::S3FlieSytem? #1

Open
kou opened this issue Mar 3, 2021 · 1 comment
Open

FYI: How about using arrow::fs::S3FlieSytem? #1

kou opened this issue Mar 3, 2021 · 1 comment

Comments

@kou
Copy link

kou commented Mar 3, 2021

I see this project via pgsql-announce@.

I'm a developer of Apache Arrow. Recent Apache Arrow C++ has a integration module with S3: https://github.com/apache/arrow/blob/master/cpp/src/arrow/filesystem/s3fs.h

How about using it instead of implementing S3RandomAccessFile? We can create arrow::io::RandomAccessFile by arrow::fs::S3FileSytem::OpenInputFile().

@t-kataym
Copy link
Contributor

t-kataym commented Mar 4, 2021

Thank you for your useful information.
It looks better than implementing S3RandomAccessFile manually on FDW.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants