kflansburg opened a new pull request #8971: URL: https://github.com/apache/arrow/pull/8971
Create lightweight wrapper, `JSONArray` to interpret `BinaryArray` values as serialized JSON. Leverage recent work for inferring JSON schema to support conversion to `StructArray`. Example: ```rust let json_array: JSONArray = binary_array.into(); let struct_array: StructArray = json_array.try_into().unwrap(); ``` cc @nevi-me ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
