Github user vdiravka commented on the issue:
https://github.com/apache/drill/pull/656
@bitblender Parquet files with INT96 TIMESTAMP values usually are generated
with hive. Those TIMESTAMP values represent the local timezone of the host
where the data was written. To read that values hive considers the local
timezone (in fact shift between local and UTC timezones is adding to the
timestamp values).
The aim of this patch to make the same behaviour like in HIVE while reading
parquet INT96 TIMESTAMP vals.
As the result in different timezones we have different data after query or
in other words this test depends from the local timezone and `baselineValues`
for different timezones will be different.
However I applied the logic of converting timestamps to the local timezone
for the test's `baselineValues`.
So now this test works on the every timezone properly.
The last commit is updated.
---
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.
---