parquet_s3_fdw
parquet_s3_fdw copied to clipboard
FYI: How about using arrow::fs::S3FlieSytem?
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()
.