minio/pkg/s3select
Harshavardhana 4223ebab8d
fix: remove auto-close GetObjectReader (#12009)
locks can get relinquished when Read() sees io.EOF
leading to prematurely closing of the readers

concurrent writes on the same object can have
undesired consequences here when these locks
are relinquished.
2021-04-07 13:29:27 -07:00
..
csv select: Check if CSV is valid utf8 (#10991) 2020-12-01 09:09:06 -08:00
internal/parquet-go select: Support Parquet dates (#11928) 2021-04-03 08:25:19 -07:00
json sql: Add support of escape quote in CSV (#9231) 2020-04-01 15:39:34 -07:00
parquet select: Support Parquet dates (#11928) 2021-04-03 08:25:19 -07:00
simdj enable full linter across the codebase (#9620) 2020-05-18 09:59:45 -07:00
sql Fix S3Select SQL column reference handling (#11957) 2021-04-06 08:49:04 -07:00
testdata select: Support Parquet dates (#11928) 2021-04-03 08:25:19 -07:00
errors.go Matches s3 invalid compression format error for 'mc sql' (#9067) 2020-03-05 19:34:04 -08:00
genmessage.go Replace Minio refs in docs with MinIO and links (#7494) 2019-04-09 11:39:42 -07:00
message.go S3 Select: Workaround java buffer size (#8312) 2019-09-26 04:56:20 +05:30
progress.go select: Fix leak on compressed files (#11302) 2021-01-19 17:51:46 -08:00
select_benchmark_test.go avoid concurrenct use of rand.NewSource (#10543) 2020-09-22 15:34:27 -07:00
select_test.go Fix S3Select SQL column reference handling (#11957) 2021-04-06 08:49:04 -07:00
select.go fix: remove auto-close GetObjectReader (#12009) 2021-04-07 13:29:27 -07:00
unused-errors.go Replace Minio refs in docs with MinIO and links (#7494) 2019-04-09 11:39:42 -07:00