You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tez.apache.org by hi...@apache.org on 2015/10/01 17:35:53 UTC

tez git commit: Fix CHANGES.txt for TEZ-2860

Repository: tez
Updated Branches:
  refs/heads/branch-0.7 1437d6a39 -> bd4912212


Fix CHANGES.txt for TEZ-2860


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

Branch: refs/heads/branch-0.7
Commit: bd491221214e4376a16fe1d9a227b692cf598673
Parents: 1437d6a
Author: Hitesh Shah <hi...@apache.org>
Authored: Thu Oct 1 08:35:32 2015 -0700
Committer: Hitesh Shah <hi...@apache.org>
Committed: Thu Oct 1 08:35:32 2015 -0700

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


http://git-wip-us.apache.org/repos/asf/tez/blob/bd491221/CHANGES.txt
----------------------------------------------------------------------
diff --git a/CHANGES.txt b/CHANGES.txt
index f043f1f..362e5d7 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -285,7 +285,6 @@ Release 0.6.3: Unreleased
 INCOMPATIBLE CHANGES
 
 ALL CHANGES:
-  TEZ-2860. NPE in DAGClientImpl.
   TEZ-2855. Fix a potential NPE while routing VertexManager events.
   TEZ-2716. DefaultSorter.isRleNeeded not thread safe
   TEZ-2758. Remove append API in RecoveryService after TEZ-1909.