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


    omit 29fbbbcef0 PHOENIX-7879 Tests for EXPLAIN text and 
ExplainPlanAttributes serialization compatibility (#2495)

This update removed existing revisions from the reference, leaving the
reference pointing at a previous point in the repository history.

 * -- * -- N   refs/heads/PHOENIX-7876-feature (225cf0e51f)
            \
             O -- O -- O   (29fbbbcef0)

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .../phoenix/compile/ExplainPlanAttributes.java     |  13 -
 .../compile/RegionLocationsListSerializer.java     |  61 --
 .../compile/ServerMergeColumnsSerializer.java      |  59 --
 .../org/apache/phoenix/schema/MetaDataClient.java  |   6 +-
 .../phoenix/query/explain/ExplainChangeRule.java   |  54 --
 .../query/explain/ExplainCompatibilityTest.java    | 769 ---------------------
 .../query/explain/ExplainJsonNormalizer.java       |  71 --
 .../phoenix/query/explain/ExplainOracle.java       | 207 ------
 .../query/explain/ExplainTextNormalizer.java       |  68 --
 9 files changed, 3 insertions(+), 1305 deletions(-)
 delete mode 100644 
phoenix-core-client/src/main/java/org/apache/phoenix/compile/RegionLocationsListSerializer.java
 delete mode 100644 
phoenix-core-client/src/main/java/org/apache/phoenix/compile/ServerMergeColumnsSerializer.java
 delete mode 100644 
phoenix-core/src/test/java/org/apache/phoenix/query/explain/ExplainChangeRule.java
 delete mode 100644 
phoenix-core/src/test/java/org/apache/phoenix/query/explain/ExplainCompatibilityTest.java
 delete mode 100644 
phoenix-core/src/test/java/org/apache/phoenix/query/explain/ExplainJsonNormalizer.java
 delete mode 100644 
phoenix-core/src/test/java/org/apache/phoenix/query/explain/ExplainOracle.java
 delete mode 100644 
phoenix-core/src/test/java/org/apache/phoenix/query/explain/ExplainTextNormalizer.java

Reply via email to