GitHub user jiang-wu opened a pull request:
https://github.com/apache/drill/pull/1246
Drill 6242 Use java.time.Local{Date|Time|DateTime} for Drill Date, Ti…
* DRILL-6242 - Use java.time.Local[Date|Time|DateTime] classes to hold values from corresponding
Drill date, time, and timestamp types.
* See https://issues.apache.org/jira/browse/DRILL-6242?focusedCommentId=16459369&page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#comment-16459369
* This is a revised version of https://github.com/apache/drill/pull/1184
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/jiang-wu/drill DRILL-6242-LocalDateTime
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/drill/pull/1246.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1246
----
commit b7f5938fa65d7b54b407c244ffe9c28613bcfa0f
Author: jiang-wu <jwu@...>
Date: 2018-05-01T21:10:08Z
Drill 6242 Use java.time.Local{Date|Time|DateTime} for Drill Date, Time, Timestamp types
(#2)
* DRILL-6242 - Use java.time.Local[Date|Time|DateTime] classes to hold values from corresponding
Drill date, time, and timestamp types.
----
---
|