ryanaston commented on issue #5069:
URL: https://github.com/apache/arrow-rs/issues/5069#issuecomment-1807212559

   > Would it be possible to use strings instead of the arbitrary precision 
"feature"? I'm not entirely sure about special casing a somewhat peculiar 
behaviour of one particular serde implementation?
   >
   > Further is there a reason for going via serde_json's representation 
instead of decoding the JSON with the arrow-json Reader/Decoder? This will be 
significantly faster?
   
   This is essentially how I got around the issue myself, but there are 
libraries such as delta-rs which use serde_json to build objects in memory then 
pass those serde_json values into the serialize method.  
   
   I've personally forked delta-rs to serialize the serde_json objects first, 
then pass those into an arrow-json reader, but with the popularity of 
serde_json I thought it might be worth addressing here.  If not feel free to 
close.


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