You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/08/18 15:12:00 UTC

[jira] [Commented] (DRILL-5377) Five-digit year dates are displayed incorrectly via jdbc

    [ https://issues.apache.org/jira/browse/DRILL-5377?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16133099#comment-16133099 ] 

ASF GitHub Bot commented on DRILL-5377:
---------------------------------------

GitHub user vdiravka opened a pull request:

    https://github.com/apache/drill/pull/916

    DRILL-5377: Five-digit year dates are displayed incorrectly via jdbc

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/vdiravka/drill DRILL-5377

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/drill/pull/916.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 #916
    
----
commit 02b533dde137b85fd500cf1290bfa8a1a3f2f4e6
Author: Vitalii Diravka <vi...@gmail.com>
Date:   2017-08-15T17:51:10Z

    DRILL-5377: Five-digit year dates are displayed incorrectly via jdbc

----


> Five-digit year dates are displayed incorrectly via jdbc
> --------------------------------------------------------
>
>                 Key: DRILL-5377
>                 URL: https://issues.apache.org/jira/browse/DRILL-5377
>             Project: Apache Drill
>          Issue Type: Bug
>          Components: Storage - Parquet
>    Affects Versions: 1.10.0
>            Reporter: Rahul Challapalli
>            Assignee: Vitalii Diravka
>
> git.commit.id.abbrev=38ef562
> Below is the output, I get from test framework when I disable auto correction for date fields
> {code}
> select l_shipdate from table(cp.`tpch/lineitem.parquet` (type => 'parquet', autoCorrectCorruptDates => false)) order by l_shipdate limit 10;
> ^@356-03-19
> ^@356-03-21
> ^@356-03-21
> ^@356-03-23
> ^@356-03-24
> ^@356-03-24
> ^@356-03-26
> ^@356-03-26
> ^@356-03-26
> ^@356-03-26
> {code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)