We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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().
S3RandomAccessFile
arrow::io::RandomAccessFile
arrow::fs::S3FileSytem::OpenInputFile()
The text was updated successfully, but these errors were encountered:
Thank you for your useful information. It looks better than implementing S3RandomAccessFile manually on FDW.
Sorry, something went wrong.
No branches or pull requests
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 createarrow::io::RandomAccessFile
byarrow::fs::S3FileSytem::OpenInputFile()
.The text was updated successfully, but these errors were encountered: