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/03 20:58:42 UTC

phoenix git commit: CHANGES

Repository: phoenix
Updated Branches:
  refs/heads/4.3 e54ebfa65 -> 6f754df66


CHANGES


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

Branch: refs/heads/4.3
Commit: 6f754df661b93952e994cbbef8d002d83ba02e9d
Parents: e54ebfa
Author: Mujtaba <mu...@apache.org>
Authored: Fri Apr 3 11:57:09 2015 -0700
Committer: Mujtaba <mu...@apache.org>
Committed: Fri Apr 3 11:57:09 2015 -0700

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


http://git-wip-us.apache.org/repos/asf/phoenix/blob/6f754df6/CHANGES
----------------------------------------------------------------------
diff --git a/CHANGES b/CHANGES
index 27e9239..f5607e3 100644
--- a/CHANGES
+++ b/CHANGES
@@ -7,6 +7,7 @@ Release Notes - Phoenix - Version 4.3.1
     * [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
+    * [PHOENIX-1799] - Provide parameter metadata for prepared create table statements
 
 ** Sub-task
     * [PHOENIX-1115] - Provide a SQL command to turn tracing on/off
@@ -32,6 +33,9 @@ Release Notes - Phoenix - Version 4.3.1
     * [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 
+    * [PHOENIX-1798] - UnsupportedOperationException throws from BaseResultIterators.getIterators
+    * [PHOENIX-1800] - Fix failing test case SaltedViewIT#testSaltedUpdatableViewWithLocalIndex
+    * [PHOENIX-1806] - null value will be find out as result when the pk is constraint
 
 ** Test
     * [PHOENIX-1739] - Ensure RuntimeException nests SQLException so that proper exception gets thrown