minio/internal/s3select
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
..
csv select: add MISSING operator support (#14406) 2022-02-25 12:31:19 -08:00
json fix: free up reader resources in S3Select properly (#14600) 2022-03-23 20:58:53 -07:00
parquet S3 select switch to new parquet library and reduce locking (#14731) 2022-04-14 06:54:47 -07:00
simdj run gofumpt cleanup across code-base (#14015) 2022-01-02 09:15:06 -08:00
sql select: add MISSING operator support (#14406) 2022-02-25 12:31:19 -08:00
testdata rename all remaining packages to internal/ (#12418) 2021-06-01 14:59:40 -07:00
errors.go select: Add ScanRange to CSV&JSON (#14546) 2022-03-14 09:48:36 -07:00
genmessage.go fix: enable go1.17 github ci/cd (#12997) 2021-08-18 18:35:22 -07:00
message.go run gofumpt cleanup across code-base (#14015) 2022-01-02 09:15:06 -08:00
progress.go bz2: limit max concurrent CPU (#13458) 2021-10-18 08:44:36 -07:00
select.go S3 select switch to new parquet library and reduce locking (#14731) 2022-04-14 06:54:47 -07:00
select_benchmark_test.go S3 select switch to new parquet library and reduce locking (#14731) 2022-04-14 06:54:47 -07:00
select_test.go S3 select switch to new parquet library and reduce locking (#14731) 2022-04-14 06:54:47 -07:00
unused-errors.go fix: enable go1.17 github ci/cd (#12997) 2021-08-18 18:35:22 -07:00