GitHub user jiang-wu opened a pull request:
https://github.com/apache/drill/pull/1247
DRILL-6242 Use java.time.Local{Date|Time|DateTime} for Drill Date, Time, and Timestamp
types
* 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/1247.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 #1247
----
commit b00638da507e6211d57c9ea7d6308f323aad9519
Author: jiang-wu <jwu@...>
Date: 2018-05-01T21:48:26Z
DRILL-6242 Use java.time.Local{Date|Time|DateTime} for Drill Date, Time, Timestamp types.
(#3)
* DRILL-6242 - Use java.time.Local{Date|Time|DateTime} classes to hold values from corresponding
Drill date, time, and timestamp types.
----
---
|