harshmotw-db opened a new issue, #7883:
URL: https://github.com/apache/arrow-rs/issues/7883

   **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**
   <!--
   A clear and concise description of any alternative solutions or features 
you've considered.
   -->
   
   **Additional context**
   
   https://github.com/apache/arrow-rs/pull/7783#issuecomment-3033652862


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to