You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
serde_derive = { version = "1.0", default-features = false }
Because this feature turned on, our application using arrow wouldn't work well when getting the output of serialized JSON.
In my local env, all of the tests pass in this repository after removing the feature like this.
* Remove preserve_order feature from serde_json (#2095)
* Fix tests
alamb
changed the title
Why does serde_json specify the preserve_order feature in arrow pacakge
Why does serde_json specify the preserve_order feature in arrow package
Jul 21, 2022
Which part is this question about
library
Describe your question
I want to know why is
preseve_order
specified inarrow
.arrow-rs/arrow/Cargo.toml
Line 43 in 02371d2
Because this feature turned on, our application using
arrow
wouldn't work well when getting the output of serialized JSON.In my local env, all of the tests pass in this repository after removing the feature like this.
Additional context
The text was updated successfully, but these errors were encountered: