Files
impala/testdata/workloads/functional-query/queries/QueryTest
casey fd09294b74 TimestampValue refactor and cleanup (part 2) (IMPALA-1623)
This is preparation for fixing IMPALA-97. These changes are mostly
non-functional to bring the code closer to styling standards.

The biggest functional changes should be:

1) IMPALA-1623 was caused by a misuse of a constructor and that code
   didn't compile after the refactor so the bug was fixed.
2) TimestampValue.Hash() seems to have been hashing the time twice
   instead of the time and date.
3) Timings using TimestampValue.time() would not be accurate when
   crossing midnight (time and date are separate fields).
4) Timings using local time should use UTC to avoid daylight savings
   problems.
5) Use system monotonic clock in util/time.h.

Some timings may still be affected by #3 & 4 above but fixing those
isn't the purpose of this change.

Change-Id: I26056c876c4361e898acc3656aa98abf6f153a6b
Reviewed-on: http://gerrit.sjc.cloudera.com:8080/5779
Reviewed-by: Casey Ching <casey@cloudera.com>
Tested-by: jenkins
2015-02-03 01:49:55 -08:00
..
2014-05-16 22:26:11 -07:00
2014-06-11 03:10:11 -07:00
2014-06-11 03:10:11 -07:00
2014-06-11 03:10:11 -07:00
2014-06-11 03:10:11 -07:00
2014-06-24 02:14:27 -07:00
2014-03-17 17:30:15 -07:00
2015-01-08 16:19:35 -08:00
2014-06-24 02:14:27 -07:00
2014-11-03 22:33:08 -08:00
2014-06-24 02:14:27 -07:00
2014-01-08 10:48:09 -08:00
2014-06-20 13:35:10 -07:00