minio/pkg/s3select
Aditya Manthramurthy b2936243f9
Fix S3Select SQL column reference handling (#11957)
This change fixes handling of these types of queries:

- Double quoted column names with special characters:
    SELECT "column.name" FROM s3object
- Double quoted column names with reserved keywords:
    SELECT "CAST" FROM s3object
- Table name as prefix for column names:
    SELECT S3Object."CAST" FROM s3object
2021-04-06 08:49:04 -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.go feat: disable Parquet by default (breaking change) (#9920) 2020-08-18 10:23:28 -07: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
unused-errors.go Replace Minio refs in docs with MinIO and links (#7494) 2019-04-09 11:39:42 -07:00