[GitHub] drill pull request #656: DRILL-5034: Select timestamp from hive generated pa...

2017-03-02 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/drill/pull/656 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] drill pull request #656: DRILL-5034: Select timestamp from hive generated pa...

2017-02-23 Thread vdiravka
Github user vdiravka commented on a diff in the pull request: https://github.com/apache/drill/pull/656#discussion_r102753732 --- Diff: exec/java-exec/src/test/java/org/apache/drill/exec/physical/impl/writer/TestParquetWriter.java --- @@ -969,12 +969,15 @@ public void

[GitHub] drill pull request #656: DRILL-5034: Select timestamp from hive generated pa...

2017-02-23 Thread arina-ielchiieva
Github user arina-ielchiieva commented on a diff in the pull request: https://github.com/apache/drill/pull/656#discussion_r102732719 --- Diff: exec/java-exec/src/test/java/org/apache/drill/exec/physical/impl/writer/TestParquetWriter.java --- @@ -969,12 +969,15 @@ public void

[GitHub] drill pull request #656: DRILL-5034: Select timestamp from hive generated pa...

2017-01-29 Thread vdiravka
Github user vdiravka commented on a diff in the pull request: https://github.com/apache/drill/pull/656#discussion_r98358344 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/store/parquet/ParquetReaderUtility.java --- @@ -323,18 +323,28 @@ public static

[GitHub] drill pull request #656: DRILL-5034: Select timestamp from hive generated pa...

2017-01-26 Thread bitblender
Github user bitblender commented on a diff in the pull request: https://github.com/apache/drill/pull/656#discussion_r98070065 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/store/parquet/ParquetReaderUtility.java --- @@ -323,18 +323,28 @@ public static

[GitHub] drill pull request #656: DRILL-5034: Select timestamp from hive generated pa...

2016-11-17 Thread vdiravka
GitHub user vdiravka opened a pull request: https://github.com/apache/drill/pull/656 DRILL-5034: Select timestamp from hive generated parquet always return in UTC - TIMESTAMP_IMPALA function is reverted to retaine local timezone - TIMESTAMP_IMPALA_LOCALTIMEZONE is deleted -