Is your feature request related to a problem or challenge? Please describe what you are trying to do.
We should add functionality to allow users to parse batches of JSON strings to batches of variants and vice versa. This way, unless the user explicitly wants low-level control, they do not need to deal with concepts such as VariantBuilder.
Describe the solution you'd like
We should implement two new functions batch_json_string_to_variant and batch_variant_to_json_string in a new crate called parquet-variant-compute which work with batches of JSON Strings and Variants as input and outputs.
Describe alternatives you've considered
Additional context
#7783 (comment)
Is your feature request related to a problem or challenge? Please describe what you are trying to do.
We should add functionality to allow users to parse batches of JSON strings to batches of variants and vice versa. This way, unless the user explicitly wants low-level control, they do not need to deal with concepts such as
VariantBuilder.Describe the solution you'd like
We should implement two new functions
batch_json_string_to_variantandbatch_variant_to_json_stringin a new crate calledparquet-variant-computewhich work with batches of JSON Strings and Variants as input and outputs.Describe alternatives you've considered
Additional context
#7783 (comment)