minio/pkg/s3select/json
Aditya Manthramurthy f4879ed96d Use jstream to serialize records to JSON format in S3Select (#7318)
- Also, switch to jstream to generate internal record representation
  from CSV/JSON readers

- This fixes a bug in which JSON output objects have their keys
  reversed from the order they are specified in the Select columns.

- Also includes a fix for tests.
2019-03-07 00:20:10 -08:00
..
data Fix JSON parser handling for certain objects (#7162) 2019-02-07 08:04:42 +05:30
args.go Refactor s3select to support parquet. (#7023) 2019-01-08 16:53:04 -08:00
errors.go Refactor s3select to support parquet. (#7023) 2019-01-08 16:53:04 -08:00
reader.go Use jstream to serialize records to JSON format in S3Select (#7318) 2019-03-07 00:20:10 -08:00
reader_test.go Fix JSON parser handling for certain objects (#7162) 2019-02-07 08:04:42 +05:30
record.go Use jstream to serialize records to JSON format in S3Select (#7318) 2019-03-07 00:20:10 -08:00