This is an automated email from the ASF dual-hosted git repository.
asf-gitbox-commits pushed a change to branch PHOENIX-7876-feature
in repository https://gitbox.apache.org/repos/asf/phoenix.git
discard 21ac243d0e PHOENIX-7879 Tests for EXPLAIN text and
ExplainPlanAttributes serialization compatibility (#2501)
add 29fbbbcef0 PHOENIX-7879 Tests for EXPLAIN text and
ExplainPlanAttributes serialization compatibility (#2495)
add 36cdc2d5ac PHOENIX-7880 Do not treat literal string SET values as
arithmetic in BSON UpdateExpression (#2496)
add 9477645c97 Revert "PHOENIX-7879 Tests for EXPLAIN text and
ExplainPlanAttributes serialization compatibility (#2495)"
new 5b0f170951 PHOENIX-7879 Tests for EXPLAIN text and
ExplainPlanAttributes serialization compatibility (#2495)
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 (21ac243d0e)
\
N -- N -- N refs/heads/PHOENIX-7876-feature (5b0f170951)
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 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.
Summary of changes:
.../util/bson/UpdateExpressionUtils.java | 109 +++------------------
.../java/org/apache/phoenix/end2end/Bson2IT.java | 4 +-
.../java/org/apache/phoenix/end2end/Bson3IT.java | 20 +++-
.../java/org/apache/phoenix/end2end/Bson4IT.java | 17 +++-
.../java/org/apache/phoenix/end2end/Bson5IT.java | 8 +-
.../util/bson/UpdateExpressionUtilsTest.java | 58 ++++++++---
6 files changed, 97 insertions(+), 119 deletions(-)