**Describe the bug** ``` PASS [ 20.847s] parquet-variant::test_json_to_variant test_json_to_variant_object_very_large ``` **To Reproduce** cargo test -p parquet-variant **Expected behavior** I expect the test to be faster (ideally take less than 1 sec) **Additional context** The test came in as part of this PR from @harshmotw-db : - https://github.com/apache/arrow-rs/pull/7783
Describe the bug
To Reproduce
cargo test -p parquet-variant
Expected behavior
I expect the test to be faster (ideally take less than 1 sec)
Additional context
The test came in as part of this PR from @harshmotw-db :