This is an automated email from the ASF dual-hosted git repository.
kadir pushed a change to branch PHOENIX-5748-4.x-HBase-1.5
in repository https://gitbox.apache.org/repos/asf/phoenix.git.
discard 2efc813 PHOENIX-5709 Addendum (unverified rows should fail all
verification types except ONLY)
discard 6909445 PHOENIX-5709 Base changes for simplifying index update
generation code for consistent global indexes
add 0a30c11 PHOENIX-4866 UDFs get error:
org.apache.phoenix.schema.FunctionNotFoundException: ERROR 6001 (42F01):
Function undefined
add 9c7626f PHOENIX-5636: Improve the error message when client connects
to server with higher major version
new 7732aeb PHOENIX-5709 Base changes for simplifying index update
generation code for consistent global indexes
new bb13f54 PHOENIX-5709 Addendum (unverified rows should fail all
verification types except ONLY)
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (2efc813)
\
N -- N -- N refs/heads/PHOENIX-5748-4.x-HBase-1.5 (bb13f54)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
The 2 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.
Summary of changes:
.../phoenix/end2end/UserDefinedFunctionsIT.java | 5 +
.../org/apache/phoenix/compile/FromCompiler.java | 271 ++++++++++++---------
.../coprocessor/IndexRebuildRegionScanner.java | 132 +++++++---
.../phoenix/query/ConnectionQueryServicesImpl.java | 57 +++--
.../java/org/apache/phoenix/util/MetaDataUtil.java | 49 +++-
.../org/apache/phoenix/util/MetaDataUtilTest.java | 38 ++-
6 files changed, 371 insertions(+), 181 deletions(-)