GitHub user omalley opened a pull request:
https://github.com/apache/orc/pull/236
ORC-327. Fix java unit test cases to pass when -Duser.timezone is set.
It moves the SimpleDateFormat constructor, which stores the timezone, into
the place where the timezone is controlled.
It also sets the testOldTimestamp to explicitly use America/Los_Angeles.
Finally, it uses string dates instead of longs in TestFileDump.testDataDump.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/omalley/orc orc-327
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/orc/pull/236.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 #236
----
----
---