alamb opened a new issue, #8144:
URL: https://github.com/apache/arrow-rs/issues/8144

   **Is your feature request related to a problem or challenge? Please describe 
what you are trying to do.**
   - While working on examples in https://github.com/apache/arrow-rs/pull/8133 
   I found the names of `batch_json_string_to_variant` and 
`batch_variant_to_json_string` were akward:
   1. They are very long
   2. They use terminology (like batch and string) that is not common in the 
arrow/parquet crates
   
   
   **Describe the solution you'd like**
   I would like to name the functions with shorter names that are more 
consistent with the rest of the crate
   
   **Describe alternatives you've considered**
   I propose
   - `batch_json_string_to_variant` --> `json_to_variant`
   - `batch_variant_to_json_string` --> `variant_to_json`
   
   **Additional context**
   <!--
   Add any other context or screenshots about the feature request here.
   -->
   


-- 
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