1
0
mirror of https://github.com/minio/minio.git synced 2025-01-15 16:53:16 -05:00

7 Commits

Author SHA1 Message Date
Klaus Post
c07af89e48
select: Add ScanRange to CSV&JSON ()
Implements https://docs.aws.amazon.com/AmazonS3/latest/API/API_SelectObjectContent.html#AmazonS3-SelectObjectContent-request-ScanRange

Fixes 
2022-03-14 09:48:36 -07:00
Harshavardhana
f527c708f2
run gofumpt cleanup across code-base () 2022-01-02 09:15:06 -08:00
Klaus Post
d6fe0f61a9
do not panic when input cannot be parsed ()
Fix cases where `s3Select.Open` fails and doesn't set the recordReader.

Fixes 
2021-11-30 08:42:42 -08:00
Harshavardhana
ea820b30bf
fix: use equalFold() instead of lower and compare () 2021-11-10 08:12:50 -08:00
Harshavardhana
34680c5ccf
fix: SQL select to honor limits properly for array queries ()
added tests to cover the scenarios as well.
2021-11-02 19:14:46 -07:00
Klaus Post
b2c92cdaaa
select: Add more compression formats ()
Support Zstandard, LZ4, S2, and snappy as additional 
compression formats for S3 Select.
2021-09-06 09:09:53 -07:00
Harshavardhana
1f262daf6f
rename all remaining packages to internal/ ()
This is to ensure that there are no projects
that try to import `minio/minio/pkg` into
their own repo. Any such common packages should
go to `https://github.com/minio/pkg`
2021-06-01 14:59:40 -07:00