HaoYang670 commented on issue #2402:
URL: https://github.com/apache/arrow-rs/issues/2402#issuecomment-1211515412

   I guess this should be straight forward by changing the data type:
   ```rust
   let binary_array_data = utf8_array_data.into_builder()
       .datatype(DataType::Binary)
       .build_unchecked()
   ```
   
   This could be a good first issue for developers who want to get familiar 
with the arrow data type.


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