Repository: phoenix Updated Branches: refs/heads/3.2 673a9e5dc -> b805aa64c
Updated CHANGES Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/b805aa64 Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/b805aa64 Diff: http://git-wip-us.apache.org/repos/asf/phoenix/diff/b805aa64 Branch: refs/heads/3.2 Commit: b805aa64c8e56f0bbcc4f91a8a45a9cc9e4f192b Parents: 673a9e5 Author: Mujtaba <[email protected]> Authored: Thu Nov 13 10:20:16 2014 -0800 Committer: Mujtaba <[email protected]> Committed: Thu Nov 13 10:20:16 2014 -0800 ---------------------------------------------------------------------- CHANGES | 12 ++++++++++++ 1 file changed, 12 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/phoenix/blob/b805aa64/CHANGES ---------------------------------------------------------------------- diff --git a/CHANGES b/CHANGES index 3f5e67a..51d353a 100644 --- a/CHANGES +++ b/CHANGES @@ -14,6 +14,18 @@ Release Notes - Phoenix - Version 3.2.1 * [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 + * [PHOENIX-1420] - DatabaseMetaData.getschemas returns incorrect column order + * [PHOENIX-1427] - Reduce work in StatsCollector + * [PHOENIX-1429] - Cancel queued threads when limit reached + * [PHOENIX-1432] - Run limit query that has only leading PK column filter serially + * [PHOENIX-1434] - Stats are not maintained correctly through splits + * [PHOENIX-1442] - Alter Index double normalize Index Table Name + * [PHOENIX-1445] - Add unit test for stats not being maintained correctly through splits + * [PHOENIX-1446] - Add/fix logging for LIMIT optimization + * [PHOENIX-1447] - Increase guidepost width default to take into account FAST_DIFF compression + * [PHOENIX-1448] - Fix resource leak when work rejected by thread executor + * [PHOENIX-1449] - Fix potential NPE in delete + * [PHOENIX-1451] - Queries with limit against tenant views is broken Release Notes - Phoenix - Version 3.2.0
