agozhiy opened a new pull request #2469:
URL: https://github.com/apache/drill/pull/2469


   # [DRILL-8143](https://issues.apache.org/jira/browse/DRILL-8143): Error 
querying json with $date field
   
   ## Description
   
   Drill cannot parse TZ offset in 'date' type in MongoDB extended json. The 
solution is to use ISO_OFFSET_DATE_TIME formatter that can handle both zero and 
non-zero offsets. 
   Note that it will support offsets in the following dormats:
   'Z', 'HH', 'HH:mm', but not 'HHmm' (Which is also corresponds with ISO 8601, 
but is not supported by any predefined formatter)
   
   ## Documentation
   
   ## Testing
   Modified unit tests and tested manally.
   


-- 
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]


Reply via email to