paleolimbot commented on PR #21291:
URL: https://github.com/apache/datafusion/pull/21291#issuecomment-4245511414

   > can we customize how data is encoded to JSON / CSV?
   
   For CSV this is doable after the cast work (cast to string!). JSON is 
probably better special-cased so that the output can be written incrementally 
if the underlying framework supports this, but you could also get away with a 
cast to arrow.json (falling back to a cast to string).


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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to