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

vjasani pushed a change to branch PHOENIX-6883-feature
in repository https://gitbox.apache.org/repos/asf/phoenix.git


    from e701275cf3 Merge branch 'master' into PHOENIX-6883-feature
     add 8442db4f5b PHOENIX-6952 Do not disable normalizer on salted tables
     add 986a16d3f8 PHOENIX-7000 Always schedule RenewLeaseTasks (#1642)
     add ed66920434 PHOENIX-6907 (ADDENDUM) Explain Plan should output region 
locations with servers (#1650)
     add 5f9fdfce5b PHOENIX-7005 Spark connector tests cannot compile with 
latest Phoenix
     add 3e26042666 PHOENIX-5833 Fix Incorrect results with RVCs and AND 
operator
     add 04bfe0681b PHOENIX-7010 Upgrade Jetty to 9.4.51.v20230217
     add a3015bd1de PHOENIX-7009 Bump commons-codec to 1.16.0
     new 0b960edd89 Merge branch 'master' into PHOENIX-6883-feature

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:
 .../org/apache/phoenix/end2end/AlterTableIT.java   | 97 ----------------------
 .../apache/phoenix/end2end/BaseAggregateIT.java    |  2 -
 .../org/apache/phoenix/end2end/CreateTableIT.java  | 58 -------------
 .../phoenix/end2end/ParallelStatsDisabledIT.java   |  2 +-
 .../phoenix/end2end/RowValueConstructorIT.java     | 41 +++++++++
 .../org/apache/phoenix/cache/TenantCacheImpl.java  |  1 -
 .../org/apache/phoenix/compile/WhereOptimizer.java |  4 +
 .../phoenix/iterate/BaseResultIterators.java       | 31 ++++---
 .../org/apache/phoenix/iterate/ExplainTable.java   | 94 ++++-----------------
 .../phoenix/iterate/ParallelScansCollector.java    | 12 ++-
 .../ScansWithRegionLocations.java}                 | 34 ++++----
 .../phoenix/query/ConnectionQueryServicesImpl.java | 26 +-----
 .../org/apache/phoenix/schema/MetaDataClient.java  |  6 --
 .../apache/phoenix/compile/WhereOptimizerTest.java | 34 +++++++-
 .../java/org/apache/phoenix/query/BaseTest.java    |  2 +-
 phoenix-tracing-webapp/pom.xml                     |  1 -
 pom.xml                                            |  4 +-
 17 files changed, 150 insertions(+), 299 deletions(-)
 copy 
phoenix-core/src/main/java/org/apache/phoenix/{schema/metrics/MetricsMetadataSourceFactory.java
 => iterate/ScansWithRegionLocations.java} (51%)

Reply via email to