You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@phoenix.apache.org by mu...@apache.org on 2015/04/01 00:06:34 UTC

phoenix git commit: Update CHANGES

Repository: phoenix
Updated Branches:
  refs/heads/4.3 8e5e3544d -> 79a810f9a


Update CHANGES


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

Branch: refs/heads/4.3
Commit: 79a810f9a253e6932351637b1fd218b07e2349bd
Parents: 8e5e354
Author: Mujtaba <mu...@apache.org>
Authored: Tue Mar 31 15:04:15 2015 -0700
Committer: Mujtaba <mu...@apache.org>
Committed: Tue Mar 31 15:04:15 2015 -0700

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


http://git-wip-us.apache.org/repos/asf/phoenix/blob/79a810f9/CHANGES
----------------------------------------------------------------------
diff --git a/CHANGES b/CHANGES
index 3c79464..27e9239 100644
--- a/CHANGES
+++ b/CHANGES
@@ -29,6 +29,9 @@ Release Notes - Phoenix - Version 4.3.1
     * [PHOENIX-1741] - PUnsignedTimestamp should define its codec 
     * [PHOENIX-1744] - CAST from UNSIGNED_LONG (_INT) to * TIMESTAMP is not supported.
     * [PHOENIX-1753] - Query with RVC that doesn't lead with the row key can return incorrect results
+    * [PHOENIX-1783] - Fix IDE compiler errors for JodaTimezoneCacheTest
+    * [PHOENIX-1790] - Fix test failures due to incorrect shadowing of @AfterClass methods.
+    * [PHOENIX-1795] - Set handlerCount, numQueues and maxQueueLength of index and metadata queues correctly 
 
 ** Test
     * [PHOENIX-1739] - Ensure RuntimeException nests SQLException so that proper exception gets thrown