jorgecarleitao / arrow2

Transmute-free Rust library to work with the Arrow format
Apache License 2.0
1.07k stars 221 forks source link

Any plans to add an async flavor for json/ ndjson format? #1557

Open chitralverma opened 10 months ago

chitralverma commented 10 months ago

All the other io formats have an async API behind feature flags except json and ndjson, are there any plans to add this. Or is there an example that I can follow to infer_schema for a json file using AsyncReader ?