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 2014/12/05 02:04:44 UTC

phoenix git commit: Update CHANGES

Repository: phoenix
Updated Branches:
  refs/heads/4.2 cf0d8a82a -> 5c6fc2f02


Update CHANGES


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

Branch: refs/heads/4.2
Commit: 5c6fc2f02d01805255fff335abb675ece07d07d0
Parents: cf0d8a8
Author: Mujtaba <mu...@apache.org>
Authored: Thu Dec 4 17:04:13 2014 -0800
Committer: Mujtaba <mu...@apache.org>
Committed: Thu Dec 4 17:04:13 2014 -0800

----------------------------------------------------------------------
 CHANGES | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/phoenix/blob/5c6fc2f0/CHANGES
----------------------------------------------------------------------
diff --git a/CHANGES b/CHANGES
index f53eaac..6cfc3a4 100644
--- a/CHANGES
+++ b/CHANGES
@@ -7,7 +7,6 @@ Release Notes - Phoenix - Version 4.2.2
     * [PHOENIX-1463] - phoenix.query.timeoutMs doesn't work as expected
     * [PHOENIX-1466] - Prevent multiple scans when query run serially
     * [PHOENIX-1472] - SaltingUtil calculates wrong salt key for Integer.MIN_VALUE hash code
-    * [PHOENIX-1473] - Connecting with Phoenix client when Phoenix is not deployed on region server(s) takes down region server(s).
     * [PHOENIX-1474] - NPE when RVC between combined with key part comparison
     * [PHOENIX-1476] - Immediately open scanner for parallel queries
     * [PHOENIX-1477] - Phoenix 4.0  -> 4.2 upgrade doesn't work 
@@ -16,6 +15,7 @@ Release Notes - Phoenix - Version 4.2.2
     * [PHOENIX-1485] - Date columns should be displayed without timezone offset
     * [PHOENIX-1486] - Fix SpooledTmpFileDeleteIT by having it use a different directory for spooling files.
     * [PHOENIX-1500] - Disallow mutations and queries using PhoenixPreparedStatement.executeQuery() and executeUpdate() respectively.
+    * [PHOENIX-1503] - Compilation on Mac OS fails on maven-assembly-plugin
 
 ** Improvement
     * [PHOENIX-1467] - Upgrade to 4.12 Junit and update tests by removing @Category annotation