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

stoty pushed a change to branch 5.1
in repository https://gitbox.apache.org/repos/asf/phoenix.git.


    from 7ce522a  PHOENIX-6555 Wait for permissions to sync in Permission tests
     new 72f348c  PHOENIX-6344: CASCADE on ALTER should NOOP when there are no 
secondary indexes (#1135)
     new f4fff44  PHOENIX-6472 In case of region inconsistency phoenix should 
stop gracefully
     new f58c099  PHOENIX-6498 Fix incorrect Correlated Exists Subquery rewrite 
when Subquery is aggregate
     new 6e5449c  PHOENIX-6507 DistinctAggregatingResultIterator should keep 
original tuple order of the AggregatingResultIterator
     new 4f1f11a  PHOENIX-6528 Fix view index read repair for the pks with 
variable length
     new 27757fb  PHOENIX-6577 phoenix_sandbox.py incompatible with python3

The 6 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:
 bin/phoenix_sandbox.py                             |   2 +-
 .../org/apache/phoenix/end2end/AggregateIT.java    |  71 ++++++
 .../phoenix/end2end/AlterAddCascadeIndexIT.java    |  83 +++++--
 .../apache/phoenix/end2end/index/ViewIndexIT.java  |   7 +-
 .../apache/phoenix/end2end/join/SubqueryIT.java    | 102 ++++++++
 .../end2end/join/SubqueryUsingSortMergeJoinIT.java | 104 +++++++-
 .../apache/phoenix/compile/SubqueryRewriter.java   | 248 ++++++++++++++-----
 .../expression/KeyValueColumnExpression.java       |   7 +-
 .../org/apache/phoenix/index/IndexMaintainer.java  |  15 +-
 .../iterate/DistinctAggregatingResultIterator.java | 135 +++++-----
 .../phoenix/query/ConnectionQueryServicesImpl.java |  16 +-
 .../org/apache/phoenix/schema/MetaDataClient.java  |  12 +-
 .../apache/phoenix/compile/QueryCompilerTest.java  | 118 ++++++++-
 .../DistinctAggregatingResultIteratorTest.java     | 273 +++++++++++++++++++++
 .../query/ConnectionQueryServicesImplTest.java     |  60 +++++
 15 files changed, 1074 insertions(+), 179 deletions(-)
 create mode 100644 
phoenix-core/src/test/java/org/apache/phoenix/iterate/DistinctAggregatingResultIteratorTest.java

Reply via email to