You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@phoenix.apache.org by st...@apache.org on 2021/03/16 07:54:32 UTC

[phoenix] tag 5.1.1RC2 created (now fca58a7)

This is an automated email from the ASF dual-hosted git repository.

stoty pushed a change to tag 5.1.1RC2
in repository https://gitbox.apache.org/repos/asf/phoenix.git.


      at fca58a7  (commit)
This tag includes the following new commits:

     new fca58a7  Preparing phoenix release 5.1.1RC2; tagging and updates to CHANGES.md and RELEASENOTES.md

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[phoenix] 01/01: Preparing phoenix release 5.1.1RC2; tagging and updates to CHANGES.md and RELEASENOTES.md

Posted by st...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

stoty pushed a commit to tag 5.1.1RC2
in repository https://gitbox.apache.org/repos/asf/phoenix.git

commit fca58a7b8879367cafc95af4e9a36e7fd72e8569
Author: Istvan Toth <st...@apache.org>
AuthorDate: Tue Mar 16 07:54:29 2021 +0000

    Preparing phoenix release 5.1.1RC2; tagging and updates to CHANGES.md and RELEASENOTES.md
---
 CHANGES.md | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/CHANGES.md b/CHANGES.md
index 0693a17..690cb44 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -18,7 +18,7 @@
 -->
 # PHOENIX Changelog
 
-## Release 5.1.1 - Unreleased (as of 2021-03-11)
+## Release 5.1.1 - Unreleased (as of 2021-03-16)
 
 
 
@@ -26,6 +26,8 @@
 
 | JIRA | Summary | Priority | Component |
 |:---- |:---- | :--- |:---- |
+| [PHOENIX-6409](https://issues.apache.org/jira/browse/PHOENIX-6409) | Include local index uncovered columns merge in explain plan. |  Minor | . |
+| [PHOENIX-6385](https://issues.apache.org/jira/browse/PHOENIX-6385) | Not to use Scan#setSmall for HBase 2.x versions |  Major | . |
 | [PHOENIX-6402](https://issues.apache.org/jira/browse/PHOENIX-6402) | Allow using local indexes with uncovered columns in the WHERE clause |  Blocker | . |
 | [PHOENIX-6388](https://issues.apache.org/jira/browse/PHOENIX-6388) | Add sampled logging for read repairs |  Minor | . |
 | [PHOENIX-6396](https://issues.apache.org/jira/browse/PHOENIX-6396) | PChar illegal data exception should not contain value |  Major | . |