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
- Retain local timezone for the INT96 timestamp values in the parquet files
while
PARQUET_READER_INT96_AS_TIMESTAMP option is on
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/vdiravka/drill DRILL-5034
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/drill/pull/656.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 #656
----
commit fa4029c493a25eccd6de0deadbaf3d3d749eafbe
Author: Vitalii Diravka <[email protected]>
Date: 2016-11-14T21:13:28Z
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
- Retain local timezone for the INT96 timestamp values in the parquet files
while
PARQUET_READER_INT96_AS_TIMESTAMP option is on
----
---
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 enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---