Update CHANGES
Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/8b460b5c Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/8b460b5c Diff: http://git-wip-us.apache.org/repos/asf/phoenix/diff/8b460b5c Branch: refs/heads/3.2 Commit: 8b460b5c086f46b3e636133df90932c80c1a643a Parents: 311b5aa Author: Mujtaba <[email protected]> Authored: Tue Oct 28 16:28:12 2014 -0700 Committer: Mujtaba <[email protected]> Committed: Tue Oct 28 16:28:12 2014 -0700 ---------------------------------------------------------------------- CHANGES | 9 +++++++++ 1 file changed, 9 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/phoenix/blob/8b460b5c/CHANGES ---------------------------------------------------------------------- diff --git a/CHANGES b/CHANGES index bdc6b9a..40157f9 100644 --- a/CHANGES +++ b/CHANGES @@ -6,6 +6,7 @@ Release Notes - Phoenix - Version 3.2 * [PHOENIX-943] - Handle pushed down post-filters for subquery in joins with limit and non-groupby aggregation * [PHOENIX-945] - Support correlated subqueries in comparison without ANY/SOME/ALL * [PHOENIX-1085] - Commonize logic for adding salt byte and adding region start key in ParallelIterators + * [PHOENIX-1168] - Support non-correlated sub-queries in where clause having a comparison operator with no modifier or a comparison operator modified by ANY, SOME or ALL * [PHOENIX-1259] - Perform partial scan for ANALYZE when table salted or local index * [PHOENIX-1263] - Only cache guideposts on physical PTable * [PHOENIX-1264] - Add StatisticsCollector to existing tables on first connection to cluster @@ -21,7 +22,9 @@ Release Notes - Phoenix - Version 3.2 ** Bug * [PHOENIX-105] - Remove org.apache.commons.csv source once available in Maven repo + * [PHOENIX-897] - psql command doesn't allow using certain characters in invocation * [PHOENIX-941] - Parallelize within regions to prevent rpc timeout + * [PHOENIX-944] - Support derived tables in FROM clause that needs extra steps of client-side aggregation or other processing * [PHOENIX-954] - View index sequences of a non multi tenant table are not getting deleted after main table drop * [PHOENIX-973] - Lexer skips unexpected characters * [PHOENIX-1044] - Phoenix-Pig: No results returned unless all used columns are selected @@ -81,9 +84,15 @@ Release Notes - Phoenix - Version 3.2 * [PHOENIX-1360] - NPE in SpoolingResultIterator * [PHOENIX-1361] - Sequence value goes backwards if sequence validated before reserved * [PHOENIX-1365] - Make sequence salt buckets configurable + * [PHOENIX-1366] - ORDINAL_POSITION incorrect for multi-tenant table over tenant-specific connection * [PHOENIX-1368] - Persist link from VIEW back to its child VIEW * [PHOENIX-1369] - Add back encode/decode methods as deprecated * [PHOENIX-1370] - Allow query timeout to differ from RPC timeout + * [PHOENIX-1376] - java.lang.NullPointerException occurs in JDBC driver + * [PHOENIX-1382] - Phoenix 4.2 RC Issue + * [PHOENIX-1385] - Adding, dropping and adding columns fails with NPE + * [PHOENIX-1390] - Stats not updated on client after major compaction + * [PHOENIX-1391] - Remove obsolete hint ** Improvement * [PHOENIX-619] - Support DELETE over table with immutable index when possible
