alamb commented on issue #7845:
URL: 
https://github.com/apache/arrow-datafusion/issues/7845#issuecomment-1769304206

   A third way could be to parse JSON data into Arrow `Struct`s (which is what 
the json reader does now) and then improve the Struct support in DataFusion 
with the various JSON opertors.
   
   One limitation of this approach is that it requires all the JSON records to 
have the same schema, which is often, but not always, the case. The more 
dynamic "JSON/BSON" type approach would allow it, but would not support as fast 
performance


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