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

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


    from 4a13fe322c Eventually Consistent Global Secondary Indexes
     add 6a0149a8ed PHOENIX-7766: Generate point lookups while using IS NULL on 
trailing PK columns (#2377)
     new 52ce6a1bff Merge branch 'master' of github.com:apache/phoenix into 
tmp-ec

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:
 .../apache/phoenix/compile/RVCOffsetCompiler.java  |   23 +-
 .../org/apache/phoenix/compile/ScanRanges.java     |   35 +-
 .../java/org/apache/phoenix/util/ScanUtil.java     |   27 +-
 .../end2end/WhereOptimizerForArrayAnyIT.java       |   36 +-
 .../end2end/WhereOptimizerForArrayAnyITBase.java   |   83 ++
 .../WhereOptimizerForArrayAnyNullablePKIT.java     | 1160 ++++++++++++++++++++
 .../apache/phoenix/compile/WhereOptimizerTest.java |   36 +-
 7 files changed, 1338 insertions(+), 62 deletions(-)
 create mode 100644 
phoenix-core/src/it/java/org/apache/phoenix/end2end/WhereOptimizerForArrayAnyITBase.java
 create mode 100644 
phoenix-core/src/it/java/org/apache/phoenix/end2end/WhereOptimizerForArrayAnyNullablePKIT.java

Reply via email to