You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@drill.apache.org by jiang-wu <gi...@git.apache.org> on 2018/05/01 23:17:57 UTC

[GitHub] drill issue #1247: DRILL-6242 Use java.time.Local{Date|Time|DateTime} for Dr...

Github user jiang-wu commented on the issue:

    https://github.com/apache/drill/pull/1247
  
    Please see https://issues.apache.org/jira/browse/DRILL-6242?focusedCommentId=16459369&page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#comment-16459369 on the results of this change.  The behavior is the same as the current Drill behavior, except returning Local{Date|Time|DateTime} upon reading from the vectors.
    
    Notice the differences in Drill behavior in handling the date time data from different data sources.  We can separately decide how to make those consistent.  Fixing those differences are out of scope for this pull request.


---