Repository: phoenix
Updated Branches:
  refs/heads/4.2 854725503 -> 73738f4cd


Set version to 4.2.1 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/73738f4c
Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/73738f4c
Diff: http://git-wip-us.apache.org/repos/asf/phoenix/diff/73738f4c

Branch: refs/heads/4.2
Commit: 73738f4cd6fc2be7b07e660ba4915b1e850627c6
Parents: 8547255
Author: Mujtaba <mujt...@apache.org>
Authored: Fri Nov 7 10:53:16 2014 -0800
Committer: Mujtaba <mujt...@apache.org>
Committed: Fri Nov 7 10:53:16 2014 -0800

----------------------------------------------------------------------
 CHANGES                  | 22 +++++++++++++++++++++-
 phoenix-assembly/pom.xml |  2 +-
 phoenix-core/pom.xml     |  2 +-
 phoenix-flume/pom.xml    |  2 +-
 phoenix-pig/pom.xml      |  2 +-
 pom.xml                  |  2 +-
 6 files changed, 26 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/phoenix/blob/73738f4c/CHANGES
----------------------------------------------------------------------
diff --git a/CHANGES b/CHANGES
index 745a7c6..78239a4 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,4 +1,24 @@
-Release Notes - Phoenix - Version 4.2
+Release Notes - Phoenix - Version 4.2.1
+
+** Bug
+    * [PHOENIX-1346] - Base exception gets wrapped as incompatible jar 
exception
+    * [PHOENIX-1387] - Local index is not use when the query like "select * 
from dataTable where c1 like 'abc%'".
+    * [PHOENIX-1396] - Avoid unnecessary ResultSpooler.bin files 
creation/deletion every time SpoolingResultIterator is used 
+    * [PHOENIX-1397] - RVC combined with OR on first row key column results in 
NPE
+    * [PHOENIX-1400] - Copy small attribute in ScanUtil
+    * [PHOENIX-1401] - SYSTEM.SEQUENCE table is not pre-split as expected
+    * [PHOENIX-1402] - Don't recalculate stats on split
+    * [PHOENIX-1403] - Race condition can cause ConnectionQueryServicesImpl to 
be re-initialized
+    * [PHOENIX-1404] - PhoenixResultSet.setFetchSize throws 
SQLFeatureNotSupportedException
+    * [PHOENIX-1405] - Problem referencing lower-case column names with 
Phoenix / Pig / Spark
+    * [PHOENIX-1406] - Use preCompact hook instead of preCompactScannerOpen 
for stats collection
+    * [PHOENIX-1407] - PhoenixStatement.getFetchSize() appears to never be used
+    * [PHOENIX-1413] - Add Phoenix coprocessors with configurable priority
+    * [PHOENIX-1416] - Given a schema name, DatabaseMetadata.getTables and 
getColumns calls erroneously match tables without schema 
+    * [PHOENIX-1418] - Optionally display number of parallel chunks in explain 
plan
+    * [PHOENIX-1419] - Update eclipse preferences file with correct header 
information
+
+Release Notes - Phoenix - Version 4.2.0
 
 ** New Features and Sub-task
     * [PHOENIX-167] - Support semi/anti-joins

http://git-wip-us.apache.org/repos/asf/phoenix/blob/73738f4c/phoenix-assembly/pom.xml
----------------------------------------------------------------------
diff --git a/phoenix-assembly/pom.xml b/phoenix-assembly/pom.xml
index b0cbac4..ef02729 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>4.2.0</version>
+    <version>4.2.1</version>
   </parent>
   <artifactId>phoenix-assembly</artifactId>
   <name>Phoenix Assembly</name>

http://git-wip-us.apache.org/repos/asf/phoenix/blob/73738f4c/phoenix-core/pom.xml
----------------------------------------------------------------------
diff --git a/phoenix-core/pom.xml b/phoenix-core/pom.xml
index 194ed58..6b8676b 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>4.2.0</version>
+    <version>4.2.1</version>
   </parent>
   <artifactId>phoenix-core</artifactId>
   <name>Phoenix Core</name>

http://git-wip-us.apache.org/repos/asf/phoenix/blob/73738f4c/phoenix-flume/pom.xml
----------------------------------------------------------------------
diff --git a/phoenix-flume/pom.xml b/phoenix-flume/pom.xml
index 453cb32..3084faa 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>4.2.0</version>
+    <version>4.2.1</version>
   </parent>
   <artifactId>phoenix-flume</artifactId>
   <name>Phoenix - Flume</name>

http://git-wip-us.apache.org/repos/asf/phoenix/blob/73738f4c/phoenix-pig/pom.xml
----------------------------------------------------------------------
diff --git a/phoenix-pig/pom.xml b/phoenix-pig/pom.xml
index 42c7608..7ce885b 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>4.2.0</version>
+    <version>4.2.1</version>
   </parent>
   <artifactId>phoenix-pig</artifactId>
   <name>Phoenix - Pig</name>

http://git-wip-us.apache.org/repos/asf/phoenix/blob/73738f4c/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 5372703..dc6bd1f 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>4.2.0</version>
+  <version>4.2.1</version>
   <packaging>pom</packaging>
   <name>Apache Phoenix</name>
   <description>A SQL layer over HBase</description>

Reply via email to