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/08/18 21:19:52 UTC

git commit: Update CHANGES

Repository: phoenix
Updated Branches:
  refs/heads/3.0 7a615713e -> 721cc6573


Update CHANGES


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

Branch: refs/heads/3.0
Commit: 721cc657352d6d45249dc8a4fef40cb8ce1b0355
Parents: 7a61571
Author: Mujtaba <mu...@apache.org>
Authored: Mon Aug 18 12:19:41 2014 -0700
Committer: Mujtaba <mu...@apache.org>
Committed: Mon Aug 18 12:19:41 2014 -0700

----------------------------------------------------------------------
 CHANGES        | 9 ++++++++-
 dev/make_rc.sh | 2 +-
 2 files changed, 9 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/phoenix/blob/721cc657/CHANGES
----------------------------------------------------------------------
diff --git a/CHANGES b/CHANGES
index d1d4c97..998aded 100644
--- a/CHANGES
+++ b/CHANGES
@@ -21,6 +21,7 @@ Release Notes - Phoenix - Version 3.1
     * [PHOENIX-1072] - Fast fail sqlline.py when pass wrong quorum string or hbase cluster hasnt' started yet 
     * [PHOENIX-1101] - Provide a way to create Phoenix Statements on the server side inside a CP
     * [PHOENIX-1103] - Remove hash join special case for ChunkedResultIterator
+    * [PHOENIX-1175] - Add setReadOnly and setFetchSize options
 
 ** Bug
     * [PHOENIX-3] - TRUNC method doesn't work on column of datatype timestamp
@@ -42,6 +43,7 @@ Release Notes - Phoenix - Version 3.1
     * [PHOENIX-954] - View index sequences of a non multi tenant table are not getting deleted after main table drop
     * [PHOENIX-956] - Connection properties ignored
     * [PHOENIX-962] - Basic querying fails if the current thread's context classloader is changed
+    * [PHOENIX-965] - Cannot aggregate on index with NULL values
     * [PHOENIX-966] - Phoenix needs to be on the main classpath of SQL tools
     * [PHOENIX-969] - java.util.concurrent.TimeoutException while reading the result set
     * [PHOENIX-979] - DELETE deletes row when WHERE contains PK fields but other than PK conditions are false
@@ -64,6 +66,7 @@ Release Notes - Phoenix - Version 3.1
     * [PHOENIX-1034] - Move validate/reserve of sequences into query compile
     * [PHOENIX-1037] - Implement getResultSetSqlType for UNSIGNED date/time types
     * [PHOENIX-1039] - PhoenixHBaseLoaderIT fails on hadoop-2 profile
+    * [PHOENIX-1047] - Auto cast - add/sub decimal constant and integer
     * [PHOENIX-1048] - tables and sequences should be deleted at different times when scn set at BaseConnectedQueryIT#deletePriorTables
     * [PHOENIX-1049] - Secondary indices can cause "ERROR 203 (22005): Type mismatch" in queries involving joins
     * [PHOENIX-1052] - Secondary indices can cause "ERROR 504 (42703): Undefined column" in queries involving joins
@@ -98,9 +101,11 @@ Release Notes - Phoenix - Version 3.1
     * [PHOENIX-1154] - Fix hanging tests because metadata is not cleared up
     * [PHOENIX-1156] - Don't throw TableNotFoundException when table not found in cache
     * [PHOENIX-1157] - Improve abstraction for meta data cache
+    * [PHOENIX-1162] - Use physical name instead of logical name when recovering from stale region cache
+    * [PHOENIX-1171] - Dropping the index is not verifying the associated table
+    * [PHOENIX-1172] - Prevent lock contention in ConnectionQueryServicesImpl. Fix exception handling. 
 
 ** Task
-    * [PHOENIX-136] - Support derived tables
     * [PHOENIX-539] - Implement parallel scanner that does not spool to disk
     * [PHOENIX-674] - Run unit tests in parallel
     * [PHOENIX-681] - Enhance JDBC connection of Phoenix to support connecting to a Secure HBase cluster.
@@ -109,10 +114,12 @@ Release Notes - Phoenix - Version 3.1
     * [PHOENIX-1056] - A ImportTsv tool for phoenix to build table data and all index data.
 
 ** Sub-task
+    * [PHOENIX-136] - Support derived tables in from clause
     * [PHOENIX-927] - Support derived tables in joins
     * [PHOENIX-1038] - Dynamically add INDEX_TYPE column to SYSTEM.CATALOG if not already there
     * [PHOENIX-1112] - Atomically rebuild index partially when index update fails  
     * [PHOENIX-1132] - Merge server side phoenix-hadoop2-compat.jar, phoenix-hadoop-compat.jar and phoenix-<version>.jar
+    * [PHOENIX-1161] - Prevent necessity of clearing region cache on every access for local indexing
 
 ** Test
     * [PHOENIX-1136] - Add Integration Tests to verify the fix for PHOENIX-1133

http://git-wip-us.apache.org/repos/asf/phoenix/blob/721cc657/dev/make_rc.sh
----------------------------------------------------------------------
diff --git a/dev/make_rc.sh b/dev/make_rc.sh
index 33a6779..ffcdb48 100755
--- a/dev/make_rc.sh
+++ b/dev/make_rc.sh
@@ -123,7 +123,7 @@ read -p "Do you want add tag for this RC in GIT? (Y for yes or any other key to
 if [[ $prompt =~ [yY](es)* ]]
 then
   echo "Tagging..."
-  read -p "Enter tag (Example 5.0.0-incubating-rc0):" prompt
+  read -p "Enter tag (Example 5.0.0-rc0):" prompt
   echo "Setting tag: $prompt";sleep 5s
   git tag -a $prompt -m "$prompt"; git push origin $prompt
   mv $DIR_REL_ROOT $DIR_REL_BASE/phoenix-$prompt