Repository: tajo Updated Branches: refs/heads/master b677b988f -> 252c311ea
TAJO-2019: Replace manual array copy with System.arraycopy(). (fix wrong contributor name in CHANGES) Signed-off-by: Jihoon Son <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/tajo/repo Commit: http://git-wip-us.apache.org/repos/asf/tajo/commit/252c311e Tree: http://git-wip-us.apache.org/repos/asf/tajo/tree/252c311e Diff: http://git-wip-us.apache.org/repos/asf/tajo/diff/252c311e Branch: refs/heads/master Commit: 252c311eae4e763f58cd30a932bb9eff0e9392e2 Parents: b677b98 Author: Dongkyu Hwangbo <[email protected]> Authored: Mon Dec 14 12:40:00 2015 +0900 Committer: Jihoon Son <[email protected]> Committed: Mon Dec 14 12:40:00 2015 +0900 ---------------------------------------------------------------------- CHANGES | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tajo/blob/252c311e/CHANGES ---------------------------------------------------------------------- diff --git a/CHANGES b/CHANGES index d6c6267..9b7842f 100644 --- a/CHANGES +++ b/CHANGES @@ -119,7 +119,8 @@ Release 0.12.0 - unreleased TASKS - TAJO-2019: Replace manual array copy with System.arraycopy(). (jihoon) + TAJO-2019: Replace manual array copy with System.arraycopy(). + (Contributed by Dongkyu Hwangbo, committed by jihoon) TAJO-1994: Some trivial modification is needed in compression document. (Contributed by Jongyoung Park. Committed by jihoon)
