DinoZhang opened a new issue #6519: URL: https://github.com/apache/incubator-doris/issues/6519
**Describe the bug** 1. Timezone and Timezone format not config 2. json long type overflow ``` MySQL [example_db]> select * from json_test; +-------------------+---------------------+-----------------------+ | f1 | f2 | f3 | +-------------------+---------------------+-----------------------+ | 12345678912345789 | 2021-08-20 00:00:00 | 12345678912345789.123 | +-------------------+---------------------+-----------------------+ 1 row in set (0.03 sec) ```  **Expected behavior**  -- 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]
