71 Commits (ea18e51f4def222dc6c7ca86889e5082eec9e9ea)

Author SHA1 Message Date
Klaus Post 8d98662633
re-implement data usage crawler to be more efficient (#9075) 5 years ago
Anis Elleuch 35ecc04223
Support configurable quote character parameter in Select (#8955) 5 years ago
Harshavardhana 603cf2a8bb
fix: broken gzip handling with Select API (#9128) 5 years ago
Aditya Manthramurthy cec8cdb35e
S3Select: Handle array selection in from clause (#9076) 5 years ago
ebozduman a1c7c9ea73
Matches s3 invalid compression format error for 'mc sql' (#9067) 5 years ago
Klaus Post e4020fb41f
SIMDJSON S3 select input (#8401) 5 years ago
Anis Elleuch de924605a1
Import CSV parser library (#8927) 5 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
Yao Zongyou 941fed8e4a s3Select: call Close on error to release the read lock (#7830) 5 years ago
Yao Zongyou 55092bede1 add timestamp compare support (#7832) 5 years ago
Yao Zongyou 90a3b830f4 fix typo and the string representation of the time.Time value (#7831) 5 years ago
Yao Zongyou 23b9df0694 Fix s3select TRIM function's nil pointer dereference bug (#7817) 5 years ago
Joe Stevens a19cf063b5 Fixes for multiplatform dev and testing from forks (#7734) 5 years ago
kannappanr 5ecac91a55
Replace Minio refs in docs with MinIO and links (#7494) 6 years ago
Aditya Manthramurthy b1b1d77893 Set S3 Select record message length to 128KiB (#7475) 6 years ago
Kirill Motkov 3d29ab4059 Rewrite if-else chains to switch statements (#7382) 6 years ago
Harshavardhana 91d85a0d53
Fix stale locks held by SelectParquet API (#7364) 6 years ago
Aditya Manthramurthy e463386921 Add JSON Path expression evaluation support (#7315) 6 years ago
Aditya Manthramurthy f4879ed96d Use jstream to serialize records to JSON format in S3Select (#7318) 6 years ago
Harshavardhana 2520e535a0
Allow lazyQuotes for certain types of CSV (#7278) 6 years ago
Aditya Manthramurthy 80a351633f Update vendorized bcicen/jstream (#7257) 6 years ago
Aditya Manthramurthy 8a405cab2f COUNT() function in select should return an int (#7243) 6 years ago
Harshavardhana df35d7db9d Introduce staticcheck for stricter builds (#7035) 6 years ago
Aditya Manthramurthy ee5b3622a5 Evaluate where clause in aggregation queries (#7235) 6 years ago
Harshavardhana 85e939636f Fix JSON parser handling for certain objects (#7162) 6 years ago
Aditya Manthramurthy 4aa9ee153b Fix S3 Select request XML parsing (#7202) 6 years ago