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 19:06:02 UTC

phoenix git commit: Set version to 3.2.2 and update CHANGES

Repository: phoenix
Updated Branches:
  refs/heads/3.2 632a2c253 -> 6473adb16


Set version to 3.2.2 and update CHANGES


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

Branch: refs/heads/3.2
Commit: 6473adb16d29cd57959d164d211ac0738a15510b
Parents: 632a2c2
Author: Mujtaba <mu...@apache.org>
Authored: Fri Dec 5 10:05:26 2014 -0800
Committer: Mujtaba <mu...@apache.org>
Committed: Fri Dec 5 10:05:26 2014 -0800

----------------------------------------------------------------------
 CHANGES                        | 20 ++++++++++++++++++++
 phoenix-assembly/pom.xml       |  2 +-
 phoenix-core/pom.xml           |  2 +-
 phoenix-flume/pom.xml          |  2 +-
 phoenix-hadoop-compat/pom.xml  |  2 +-
 phoenix-hadoop1-compat/pom.xml |  2 +-
 phoenix-hadoop2-compat/pom.xml |  2 +-
 phoenix-pig/pom.xml            |  2 +-
 pom.xml                        |  2 +-
 9 files changed, 28 insertions(+), 8 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/phoenix/blob/6473adb1/CHANGES
----------------------------------------------------------------------
diff --git a/CHANGES b/CHANGES
index 51d353a..31cf243 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,23 @@
+Release Notes - Phoenix - Version 3.2.2
+
+** Bug
+    * [PHOENIX-1431] - DELETE using Subqueries
+    * [PHOENIX-1436] - the choice of index by phoneix is not correct where do querying
+    * [PHOENIX-1456] - Incorrect query results caused by reusing buffers in SpoolingResultIterator
+    * [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-1474] - NPE when RVC between combined with key part comparison
+    * [PHOENIX-1476] - Immediately open scanner for parallel queries
+    * [PHOENIX-1480] - Incorrect query results may occur when VIEW uses indexes from physical table
+    * [PHOENIX-1484] - Index creation failed due to specifying DEFAULT_COLUMN_FAMILY option
+    * [PHOENIX-1485] - Date columns should be displayed without timezone offset
+    * [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
+
 Release Notes - Phoenix - Version 3.2.1
 
 ** Bug

http://git-wip-us.apache.org/repos/asf/phoenix/blob/6473adb1/phoenix-assembly/pom.xml
----------------------------------------------------------------------
diff --git a/phoenix-assembly/pom.xml b/phoenix-assembly/pom.xml
index 1979fe7..28236bc 100644
--- a/phoenix-assembly/pom.xml
+++ b/phoenix-assembly/pom.xml
@@ -26,7 +26,7 @@
   <parent>
     <groupId>org.apache.phoenix</groupId>
     <artifactId>phoenix</artifactId>
-    <version>3.2.2-SNAPSHOT</version>
+    <version>3.2.2</version>
   </parent>
   <artifactId>phoenix-assembly</artifactId>
   <name>Phoenix Assembly</name>

http://git-wip-us.apache.org/repos/asf/phoenix/blob/6473adb1/phoenix-core/pom.xml
----------------------------------------------------------------------
diff --git a/phoenix-core/pom.xml b/phoenix-core/pom.xml
index 4c93c8c..cd374ac 100644
--- a/phoenix-core/pom.xml
+++ b/phoenix-core/pom.xml
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.apache.phoenix</groupId>
     <artifactId>phoenix</artifactId>
-    <version>3.2.2-SNAPSHOT</version>
+    <version>3.2.2</version>
   </parent>
   <artifactId>phoenix-core</artifactId>
   <name>Phoenix Core</name>

http://git-wip-us.apache.org/repos/asf/phoenix/blob/6473adb1/phoenix-flume/pom.xml
----------------------------------------------------------------------
diff --git a/phoenix-flume/pom.xml b/phoenix-flume/pom.xml
index 1eaf140..7e5a4f0 100644
--- a/phoenix-flume/pom.xml
+++ b/phoenix-flume/pom.xml
@@ -26,7 +26,7 @@
   <parent>
     <groupId>org.apache.phoenix</groupId>
     <artifactId>phoenix</artifactId>
-    <version>3.2.2-SNAPSHOT</version>
+    <version>3.2.2</version>
   </parent>
   <artifactId>phoenix-flume</artifactId>
   <name>Phoenix - Flume</name>

http://git-wip-us.apache.org/repos/asf/phoenix/blob/6473adb1/phoenix-hadoop-compat/pom.xml
----------------------------------------------------------------------
diff --git a/phoenix-hadoop-compat/pom.xml b/phoenix-hadoop-compat/pom.xml
index 6f8b264..da32d3e 100644
--- a/phoenix-hadoop-compat/pom.xml
+++ b/phoenix-hadoop-compat/pom.xml
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.phoenix</groupId>
     <artifactId>phoenix</artifactId>
-    <version>3.2.2-SNAPSHOT</version>
+    <version>3.2.2</version>
   </parent>
   <artifactId>phoenix-hadoop-compat</artifactId>
   <name>Phoenix Hadoop Compatibility</name>

http://git-wip-us.apache.org/repos/asf/phoenix/blob/6473adb1/phoenix-hadoop1-compat/pom.xml
----------------------------------------------------------------------
diff --git a/phoenix-hadoop1-compat/pom.xml b/phoenix-hadoop1-compat/pom.xml
index ec9397a..a0094cf 100644
--- a/phoenix-hadoop1-compat/pom.xml
+++ b/phoenix-hadoop1-compat/pom.xml
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.phoenix</groupId>
     <artifactId>phoenix</artifactId>
-    <version>3.2.2-SNAPSHOT</version>
+    <version>3.2.2</version>
   </parent>
   <artifactId>phoenix-hadoop1-compat</artifactId>
   <name>Phoenix Hadoop1 Compatibility</name>

http://git-wip-us.apache.org/repos/asf/phoenix/blob/6473adb1/phoenix-hadoop2-compat/pom.xml
----------------------------------------------------------------------
diff --git a/phoenix-hadoop2-compat/pom.xml b/phoenix-hadoop2-compat/pom.xml
index d7e1367..cde7486 100644
--- a/phoenix-hadoop2-compat/pom.xml
+++ b/phoenix-hadoop2-compat/pom.xml
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.phoenix</groupId>
     <artifactId>phoenix</artifactId>
-    <version>3.2.2-SNAPSHOT</version>
+    <version>3.2.2</version>
   </parent>
   <artifactId>phoenix-hadoop2-compat</artifactId>
   <name>Phoenix Hadoop2 Compatibility</name>

http://git-wip-us.apache.org/repos/asf/phoenix/blob/6473adb1/phoenix-pig/pom.xml
----------------------------------------------------------------------
diff --git a/phoenix-pig/pom.xml b/phoenix-pig/pom.xml
index d50f82e..e05ed09 100644
--- a/phoenix-pig/pom.xml
+++ b/phoenix-pig/pom.xml
@@ -26,7 +26,7 @@
   <parent>
     <groupId>org.apache.phoenix</groupId>
     <artifactId>phoenix</artifactId>
-    <version>3.2.2-SNAPSHOT</version>
+    <version>3.2.2</version>
   </parent>
   <artifactId>phoenix-pig</artifactId>
   <name>Phoenix - Pig</name>

http://git-wip-us.apache.org/repos/asf/phoenix/blob/6473adb1/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 94c419f..55b6c1f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3,7 +3,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.phoenix</groupId>
   <artifactId>phoenix</artifactId>
-  <version>3.2.2-SNAPSHOT</version>
+  <version>3.2.2</version>
   <packaging>pom</packaging>
   <name>Apache Phoenix</name>
   <description>A SQL layer over HBase</description>