phil-opp opened a new issue, #8684:
URL: https://github.com/apache/arrow-rs/issues/8684

   **Describe the bug**
   <!--
   A clear and concise description of what the bug is.
   -->
   
   The 
[`arrow_integration_test::ArrowJsonBatch::from_batch`](https://docs.rs/arrow-integration-test/latest/arrow_integration_test/struct.ArrowJsonBatch.html#method.from_batch)
 only supports `DataType::Int8`. All other data is translated to a column with 
no data.
   
   This limitation is not mentioned anywhere in the docs.
   
   **To Reproduce**
   <!--
   Steps to reproduce the behavior:
   -->
   
   See 
https://docs.rs/arrow-integration-test/latest/src/arrow_integration_test/lib.rs.html#1054
   
   **Expected behavior**
   <!--
   A clear and concise description of what you expected to happen.
   -->
   
   Either an error or support for all data types.
   
   **Additional context**
   <!--
   Add any other context about the problem here.
   -->
   
   We want to use this function to store a human-readable representation of 
some arrow arrays. We need to support fields containing binary data, so the 
`arrow_json` crate is not suitable for our use case. 


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to