89 Commits (master)

Author SHA1 Message Date
Harshavardhana f53d1de87f
fix: missing data on multiple columns reading parquet (#11499) 3 years ago
Klaus Post 19fb1086b2
select: Fix leak on compressed files (#11302) 3 years ago
Harshavardhana b43906f6ee fix: docs typos and keywords 4 years ago
Klaus Post 02aecb2fc1
select: Check if CSV is valid utf8 (#10991) 4 years ago
Harshavardhana 23e8390997
fix: Allow Walk to honor load balanced drives (#10610) 4 years ago
飞雪无情 4de88e87bb
os.SEEK_SET is deprecated,use io.SeekStart. (#10563) 4 years ago
Harshavardhana 0537a21b79
avoid concurrenct use of rand.NewSource (#10543) 4 years ago
Klaus Post 0987069e37
select: Fix integer conversion overflow (#10437) 4 years ago
Harshavardhana caad314faa
add ruleguard support, fix all the reported issues (#10335) 4 years ago
Klaus Post adca28801d
feat: disable Parquet by default (breaking change) (#9920) 4 years ago
Bruce Wang e464a5bfbc
Fix bug with fields that contain trimming spaces (#10079) 4 years ago
Anis Elleuch 778e9c864f
Move dependency from minio-go v6 to v7 (#10042) 4 years ago
Klaus Post 2e338e84cb
fix owhanging crashes in parquet S3 select (#9921) 4 years ago
Klaus Post 2d0f65a5e3
Add archived parquet as int. package (#9912) 4 years ago
Harshavardhana 1bc32215b9
enable full linter across the codebase (#9620) 4 years ago
Frank Wessels 086be07bf5
Fix ndjson unsupported (#9500) 4 years ago
Klaus Post e4900b99d7
s3 select: Infer types for comparison (#9438) 4 years ago
Anis Elleuch 9902c9baaa
sql: Add support of escape quote in CSV (#9231) 4 years ago
Klaus Post 8d98662633
re-implement data usage crawler to be more efficient (#9075) 4 years ago
Anis Elleuch 35ecc04223
Support configurable quote character parameter in Select (#8955) 4 years ago
Harshavardhana 603cf2a8bb
fix: broken gzip handling with Select API (#9128) 4 years ago
Aditya Manthramurthy cec8cdb35e
S3Select: Handle array selection in from clause (#9076) 4 years ago
ebozduman a1c7c9ea73
Matches s3 invalid compression format error for 'mc sql' (#9067) 4 years ago
Klaus Post e4020fb41f
SIMDJSON S3 select input (#8401) 4 years ago
Anis Elleuch de924605a1
Import CSV parser library (#8927) 4 years ago
Bruce Wang c476b27a65 Comment typo "index max" to "index map" (#8700) 5 years ago
Klaus Post bf3a97d3aa S3 Select: Concurrent LINES delimited json parsing (#8610) 5 years ago
Klaus Post f1e2e1cc9e S3 Select: Mismatched types don't match (#8608) 5 years ago
Harshavardhana 5d3d57c12a
Start using error wrapping with fmt.Errorf (#8588) 5 years ago
Klaus Post 1c90a6bd49 S3 Select: Convert CSV data to JSON (#8464) 5 years ago
Klaus Post 26e760ee62 Fix JSON Close data race. (#8486) 5 years ago
Klaus Post 38e6d911ea S3 Select: Detect full object (#8456) 5 years ago
Klaus Post 51456e6adc Select: Support Square Bracket Lists (#8457) 5 years ago
Harshavardhana d48fd6fde9
Remove unusued params and functions (#8399) 5 years ago
Klaus Post 002ac82631 S3 Select: Add parser support for lists. (#8329) 5 years ago
Klaus Post c1a17c2561 S3 Select: Aggregate AVG/SUM as float (#8326) 5 years ago
Klaus Post 1c5b05c130 S3 select: Fix output conversion on select * (#8303) 5 years ago
Klaus Post be313f1758 S3 Select: Workaround java buffer size (#8312) 5 years ago
Klaus Post 520552ffa9 S3 select: flush when reaching limit (#8279) 5 years ago
Klaus Post dac1cf5a9a S3 Select: Parsing tweaks (#8261) 5 years ago
Klaus Post c9b8bd8de2 S3 Select: optimize output (#8238) 5 years ago
Klaus Post 017456df63 Wait clearing the close channel (#8250) 5 years ago
Klaus Post ddea0bdf11 Concurrent CSV parsing and reduce S3 select allocations (#8200) 5 years ago
Yao Zongyou 18fedc67d5 friendly prompt for s3select MalformedXML error (#8171) 5 years ago
Yao Zongyou ec9bfd3aef speed up the performance of s3select on csv (#7945) 5 years ago
Kanagaraj M 12353caf35 Fix: Support Unicode delimiters in s3 select (#7931) 5 years ago
Yao Zongyou c4f480a839 fix csv read bug (#7885) 5 years ago
Yao Zongyou 60831e3299 aggregation functions' argument may already has been cast to numeric (#7876) 5 years ago
Yao Zongyou 037319066f fix unicode support related bugs in s3select (#7877) 5 years ago
Ryan Tam bd56f80250 Fix ignored alias for aggregate result in S3 Select (#7849) 5 years ago