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

5 Commits

Author SHA1 Message Date
Harshavardhana
1bc32215b9
enable full linter across the codebase ()
enable linter using golangci-lint across
codebase to run a bunch of linters together,
we shall enable new linters as we fix more
things the codebase.

This PR fixes the first stage of this
cleanup.
2020-05-18 09:59:45 -07:00
Frank Wessels
086be07bf5
Fix ndjson unsupported () 2020-05-01 08:06:29 -07:00
Anis Elleuch
9902c9baaa
sql: Add support of escape quote in CSV ()
This commit modifies csv parser, a fork of golang csv
parser to support a custom quote escape character.

The quote escape character is used to escape the quote
character when a csv field contains a quote character
as part of data.
2020-04-01 15:39:34 -07:00
Anis Elleuch
35ecc04223
Support configurable quote character parameter in Select () 2020-03-13 22:09:34 -07:00
Klaus Post
e4020fb41f
SIMDJSON S3 select input () 2020-02-13 14:03:52 -08:00