You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tajo.apache.org by hy...@apache.org on 2014/04/19 06:43:42 UTC

git commit: TAJO-763: Out of range problem in utc_usec_to() (modified contributor name to Ilhyun Suh in CHANGES.txt).

Repository: tajo
Updated Branches:
  refs/heads/master 92e9a6673 -> 6a005ce7e


TAJO-763: Out of range problem in utc_usec_to() (modified contributor name to Ilhyun Suh in CHANGES.txt).


Project: http://git-wip-us.apache.org/repos/asf/tajo/repo
Commit: http://git-wip-us.apache.org/repos/asf/tajo/commit/6a005ce7
Tree: http://git-wip-us.apache.org/repos/asf/tajo/tree/6a005ce7
Diff: http://git-wip-us.apache.org/repos/asf/tajo/diff/6a005ce7

Branch: refs/heads/master
Commit: 6a005ce7e4c5ed80278da702255197936c189ff3
Parents: 92e9a66
Author: Hyunsik Choi <hy...@apache.org>
Authored: Sat Apr 19 13:42:30 2014 +0900
Committer: Hyunsik Choi <hy...@apache.org>
Committed: Sat Apr 19 13:42:30 2014 +0900

----------------------------------------------------------------------
 CHANGES.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tajo/blob/6a005ce7/CHANGES.txt
----------------------------------------------------------------------
diff --git a/CHANGES.txt b/CHANGES.txt
index 46f78c0..94b6a84 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -334,7 +334,7 @@ Release 0.8.0 - unreleased
 
   BUG FIXES
 
-    TAJO-763: Out of range problem in utc_usec_to(). (hyunsik)
+    TAJO-763: Out of range problem in utc_usec_to(). (Ilhyun Suh via hyunsik)
 
     TAJO-741: GreedyHeuristicJoinOrderAlgorithm removes some join pairs. (jaehwa)