mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-01-08 22:32:55 +00:00
* feat: implement infer schema from file * feat: implement compression type * refactor: remove unnecessary BufReader * refactor: remove SyncIoBridge and using tokio_util::io::SyncIoBridge instead * chore: apply suggestions from CR
12 lines
471 B
JSON
12 lines
471 B
JSON
{"a":1, "b":2.0, "c":false, "d":"4"}
|
|
{"a":-10, "b":-3.5, "c":true, "d":"4"}
|
|
{"a":2, "b":0.6, "c":false, "d":"text"}
|
|
{"a":1, "b":2.0, "c":false, "d":"4"}
|
|
{"a":7, "b":-3.5, "c":true, "d":"4"}
|
|
{"a":1, "b":0.6, "c":false, "d":"text"}
|
|
{"a":1, "b":2.0, "c":false, "d":"4"}
|
|
{"a":5, "b":-3.5, "c":true, "d":"4"}
|
|
{"a":1, "b":0.6, "c":false, "d":"text"}
|
|
{"a":1, "b":2.0, "c":false, "d":"4"}
|
|
{"a":1, "b":-3.5, "c":true, "d":"4"}
|
|
{"a":100000000000000, "b":0.6, "c":false, "d":"text"} |