domoritz commented on issue #14973: URL: https://github.com/apache/arrow/issues/14973#issuecomment-1363300870
Thanks. I appreciate the deep dive. > The current `Table.toString()` already returns a JSON parseable string, why not also support `Date()` values ? I think because we don't want `toString` to be relied on as serialization format. If we create the impression that it works, we will get subtle issues (as you encountered). Maybe we should remove the key quoting and use `'` instead of `"` so it looks like the first example from your OP. -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org