luocooong opened a new pull request #2299: URL: https://github.com/apache/drill/pull/2299
# [DRILL-7989](https://issues.apache.org/jira/browse/DRILL-7989): Use the UTC formatter in the JSON reader ## Description MongoDB use the UTC format to specify the date value by default. But the JSON reader (old version) use the fixed date formatter : `yyyy-MM-dd'T'HH:mm:ss.SSSXX`. Need to change to the `yyyy-MM-dd'T'HH:mm:ss.SSS'Z'` format. For even more information see the tech talk #2298 ## Documentation N/A ## Testing Added the Test. -- 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]
