mapleFU commented on PR #46372:
URL: https://github.com/apache/arrow/pull/46372#issuecomment-2917006069

   > Since there seems to be a controversy about a good API for this, how about 
we start with something lower-level, such as a SAX-like parser (i.e. 
event-driven)? Then we can build up a higher-level API on top of it once we 
know which kind of API would be efficient?
   
   @pitrou SAX style parser means consume the whole token and parsing it to a 
variant object. It's ok when we'd like to parse the whole object 🤔, however, 
maybe it would be a bit expansive when we want to visit one or multiple 
columns? Currently I just implement a `Variant` object for this


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