arteconceito commented on PR #14984: URL: https://github.com/apache/arrow/pull/14984#issuecomment-1363097976
What you describe @domoritz is in fact consistent to what happens for example with `new Date().toJSON()`. In such case you get a JSON serialised date string. But, I want to point out that the current implementation of the `.toJSON()` methods does not follow that principle, rather behaves as I described [here](https://github.com/apache/arrow/pull/14984#issuecomment-1363062607). -- 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]
