harshmotw-db commented on PR #7783: URL: https://github.com/apache/arrow-rs/pull/7783#issuecomment-3021263494
@alamb Few updates: 1. I have fixed the tests to remove raw binary values and we are comparing with Variant now. 2. I have changed the Variant decimal to string in `to_json` to attempt to use decimals. (I will add a couple more tests in a minute) 3. There is still one problem. I have included `serde_json` with the "preserve_order" feature only in the `parquet-variant` crate. However, it is also influencing tests in the `arrow-json` crate (particularly the `reader::schema::tests::test_null_field_inferred_as_null` test). The test only fails if you run it from the root and not the inner `arrow-json` library. Do you know how to isolate these features within crates? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org