Repository: phoenix Updated Branches: refs/heads/4.2 d5d169f77 -> e00763ee0
Updated CHANGES Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/e00763ee Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/e00763ee Diff: http://git-wip-us.apache.org/repos/asf/phoenix/diff/e00763ee Branch: refs/heads/4.2 Commit: e00763ee0151518decc2db39b207a6e674c0eebb Parents: d5d169f Author: Mujtaba <[email protected]> Authored: Thu Nov 13 08:02:47 2014 -0800 Committer: Mujtaba <[email protected]> Committed: Thu Nov 13 08:02:47 2014 -0800 ---------------------------------------------------------------------- CHANGES | 12 ++++++++++++ 1 file changed, 12 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/phoenix/blob/e00763ee/CHANGES ---------------------------------------------------------------------- diff --git a/CHANGES b/CHANGES index cfc8ca7..c0b3b67 100644 --- a/CHANGES +++ b/CHANGES @@ -17,8 +17,20 @@ Release Notes - Phoenix - Version 4.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-1424] - Drop cascade field should be optional + * [PHOENIX-1427] - Reduce work in StatsCollector + * [PHOENIX-1429] - Cancel queued threads when limit reached * [PHOENIX-1431] - DELETE using Subqueries + * [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 4.2.0
