You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tajo.apache.org by ji...@apache.org on 2013/11/30 15:14:03 UTC

git commit: TAJO-207: Implement bit_length(string) function. (fixed a missing log in CHANGES.txt)

Updated Branches:
  refs/heads/master 1191003ef -> 02fd6cb9a


TAJO-207: Implement bit_length(string) function. (fixed a missing log in CHANGES.txt)


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

Branch: refs/heads/master
Commit: 02fd6cb9ab7664760d5549c8e59def0759118e6c
Parents: 1191003
Author: Jihoon Son <ji...@apache.org>
Authored: Sat Nov 30 23:12:57 2013 +0900
Committer: Jihoon Son <ji...@apache.org>
Committed: Sat Nov 30 23:12:57 2013 +0900

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


http://git-wip-us.apache.org/repos/asf/incubator-tajo/blob/02fd6cb9/CHANGES.txt
----------------------------------------------------------------------
diff --git a/CHANGES.txt b/CHANGES.txt
index e647794..cd6e9f8 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -4,6 +4,8 @@ Release 0.8.0 - unreleased
 
   NEW FEATURES
 
+    TAJO-207: Implement bit_length(string) function. (DaeMyung Kang via jihoon)
+
     TAJO-341: Implement substr function. (hyoungjunkim via hyunsik)
 
     TAJO-308: Implement length(string) function. (hyoungjunkim via hyunsik)