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 2013/09/13 06:27:07 UTC

git commit: TAJO-178: Implements StorageManager for scanning asynchronously. (only fixed CHANGES.txt)

Updated Branches:
  refs/heads/master 5ad7fbae9 -> f664e0ccf


TAJO-178: Implements StorageManager for scanning asynchronously. (only fixed 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/f664e0cc
Tree: http://git-wip-us.apache.org/repos/asf/incubator-tajo/tree/f664e0cc
Diff: http://git-wip-us.apache.org/repos/asf/incubator-tajo/diff/f664e0cc

Branch: refs/heads/master
Commit: f664e0ccfc59d31b3fab816f935730da53a484bf
Parents: 5ad7fba
Author: Hyunsik Choi <hy...@apache.org>
Authored: Fri Sep 13 13:25:49 2013 +0900
Committer: Hyunsik Choi <hy...@apache.org>
Committed: Fri Sep 13 13:26:45 2013 +0900

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


http://git-wip-us.apache.org/repos/asf/incubator-tajo/blob/f664e0cc/CHANGES.txt
----------------------------------------------------------------------
diff --git a/CHANGES.txt b/CHANGES.txt
index 22e2518..e22f6f7 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -25,6 +25,9 @@ Release 0.2.0 - unreleased
 
   IMPROVEMENTS
 
+    TAJO-178: Implements StorageManager for scanning asynchronously. 
+    (hyoungjunkim via hyunsik)
+
     TAJO-167: Implement GeneralSetFunctionExpr to represent all SQL standard
     set functions. (hyunsik)