GitHub user charsyam opened a pull request:
https://github.com/apache/tajo/pull/249
TAJO-1188: Fix testcase testTimestampConstructor in TestTimestampDatum
This is also timezone bug.
but, before adding timezone info into tajo.
I think it is better to fix testcase for this case.
testTimestampConstructor in TestTimestampDatum will break the test because
of timezone.
it compares UTC date and jvm timezone date.
so it needs to set timezone as UTC for Calendar.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/charsyam/tajo feature/fix-test
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/tajo/pull/249.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 #249
----
commit bbf203217ca966502a15cd6b72326b3b8a82624c
Author: clark.kang <[email protected]>
Date: 2014-11-17T17:23:20Z
fix testcases for timezone
----
---
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.
---