alamb commented on pull request #9968:
URL: https://github.com/apache/arrow/pull/9968#issuecomment-817277440


   > I am thinking of adding an option to return these type of values as 
numbers instead of human readable strings for better ser/de performance, what 
do you think about that?
   
   @houqp  I think an option for such behavior is a reasonable idea.
   
   One question I have is if dates / timestamps / etc are produced as numbers, 
how would the other side know what type to use? 
   
   Like if we made JSON like this:
   ```
   {
     "name": "foo",
     "time": 1234456788
   }
   ```
   
   Is `time` a `Timestamp`? A `Time`? a `u64`? something else?
   


-- 
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:
us...@infra.apache.org


Reply via email to