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/03/28 00:04:16 UTC

phoenix git commit: Update CHANGES

Repository: phoenix
Updated Branches:
  refs/heads/4.3 26bc1999c -> 1e48eacde


Update CHANGES


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

Branch: refs/heads/4.3
Commit: 1e48eacdeb0672363aeea320442805de02523f0f
Parents: 26bc199
Author: Mujtaba <mu...@apache.org>
Authored: Fri Mar 27 16:04:04 2015 -0700
Committer: Mujtaba <mu...@apache.org>
Committed: Fri Mar 27 16:04:04 2015 -0700

----------------------------------------------------------------------
 CHANGES | 28 +++++++++++++++++++++++++++-
 1 file changed, 27 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/phoenix/blob/1e48eacd/CHANGES
----------------------------------------------------------------------
diff --git a/CHANGES b/CHANGES
index 866efc7..3c79464 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,13 +1,39 @@
 Release Notes - Phoenix - Version 4.3.1
 
+** New Feature
+    * [PHOENIX-1452] - Add Phoenix client-side logging and capture resource utilization metrics
+
+** Improvement
+    * [PHOENIX-1722] - Speedup CONVERT_TZ function
+    * [PHOENIX-1746] - Pass through guidepost config params on UPDATE STATISTICS call
+    * [PHOENIX-1770] - psql.py returns 0 even if an error has occurred
+
+** Sub-task
+    * [PHOENIX-1115] - Provide a SQL command to turn tracing on/off
+    * [PHOENIX-1691] - Allow settting sampling rate while enabling tracing.
+    * [PHOENIX-1776] - The literal -1.0 (floating point) should not be converted to -1 (Integer)
+
 ** Bug
     * [PHOENIX-1078] - Unable to run pig script with Phoenix in a secure HBase cluster
+    * [PHOENIX-1577] - java.lang.IllegalArgumentException: nanos > 999999999 or < 0 while use Calendar
     * [PHOENIX-1672] - RegionScanner.nextRaw contract not implemented correctly
+    * [PHOENIX-1676] - Set priority of Index Updates correctly 
+    * [PHOENIX-1677] - Immutable index deadlocks when number of guideposts are one half of thread pool size
     * [PHOENIX-1690] - IndexOutOfBoundsException during SkipScanFilter interesect
     * [PHOENIX-1696] - Selecting column more than once fails
+    * [PHOENIX-1703] - Fail connection when server minor version is less than client minor version
+    * [PHOENIX-1709] - And expression of primary key RVCs can not compile
+    * [PHOENIX-1723] - PTinyint.isCoercibleTo fails to test -1 with type PTinyint
+    * [PHOENIX-1724] - Update MetaDataProtocol patch version for 4.3.1
+    * [PHOENIX-1736] - Use non deprecated APIs where possible
+    * [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
 
+** Test
+    * [PHOENIX-1739] - Ensure RuntimeException nests SQLException so that proper exception gets thrown
 
-Release Notes - Phoenix - Version 4.3
+Release Notes - Phoenix - Version 4.3.0
 
 ** New Feature
     * [PHOENIX-1399] - Support cross joins and comma-separated table list