minio/internal/s3select/parquet
Aditya Manthramurthy e8e48e4c4a
S3 select switch to new parquet library and reduce locking (#14731)
- This change switches to a new parquet library
- SelectObjectContent now takes a single lock at the beginning and holds it
during the operation. Previously the operation took a lock every time the
parquet library performed a Seek on the underlying object stream.
- Add basic support for LogicalType annotations for timestamps.
2022-04-14 06:54:47 -07:00
..
args.go rename all remaining packages to internal/ (#12418) 2021-06-01 14:59:40 -07:00
errors.go rename all remaining packages to internal/ (#12418) 2021-06-01 14:59:40 -07:00
reader.go S3 select switch to new parquet library and reduce locking (#14731) 2022-04-14 06:54:47 -07:00