Split out arrow-json (#3044)#3049
Conversation
| lexical-core = { version = "^0.8", default-features = false, features = ["write-integers", "write-floats", "parse-integers", "parse-floats"] } | ||
| multiversion = { version = "0.6.1", default-features = false } | ||
| bitflags = { version = "1.2.1", default-features = false } |
There was a problem hiding this comment.
These are just drive-by-fixes. They are no longer needed by the top-level crate
| //! use std::fs::File; | ||
| //! use std::io::BufReader; | ||
| //! use std::sync::Arc; | ||
| //! ```no_run |
There was a problem hiding this comment.
Oops need to revert
| File::open("test/data/uk_cities_with_headers.csv").unwrap(), | ||
| ), | ||
| None, | ||
| ); |
There was a problem hiding this comment.
No it just isn't part of the arrow-json test data
|
Benchmark runs are scheduled for baseline = fe3318b and contender = 8d75101. 8d75101 is a master commit associated with this PR. Results will be available as each benchmark for each run completes. |
Which issue does this PR close?
Part of #3044
Rationale for this change
What changes are included in this PR?
Are there any user-facing changes?