You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@phoenix.apache.org by vj...@apache.org on 2023/08/21 20:31:16 UTC

[phoenix] branch PHOENIX-6978-feature updated (451793a7de -> c4b1af2cb4)

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

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


    from 451793a7de Merge branch 'master' into PHOENIX-6978-feature
     add 928e09977c PHOENIX-6942: Some config properties do not have phoenix prefix
     new c4b1af2cb4 Merge branch 'master' into PHOENIX-6978-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:
 .../apache/phoenix/coprocessor/GlobalIndexRegionScanner.java | 11 +++++++++--
 .../coprocessor/UncoveredGlobalIndexRegionScanner.java       | 11 +++++++++--
 .../org/apache/phoenix/hbase/index/IndexRegionObserver.java  |  3 ---
 .../index/write/AbstractParallelWriterIndexCommitter.java    | 10 ++++++++--
 .../org/apache/phoenix/hbase/index/write/IndexWriter.java    | 11 +++++++++--
 .../index/write/TrackingParallelWriterIndexCommitter.java    | 11 +++++++++--
 .../phoenix/mapreduce/util/PhoenixConfigurationUtil.java     |  8 +++++++-
 .../java/org/apache/phoenix/util/PropertiesUtilTest.java     | 12 ++++++++++++
 8 files changed, 63 insertions(+), 14 deletions(-)


[phoenix] 01/01: Merge branch 'master' into PHOENIX-6978-feature

Posted by vj...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit c4b1af2cb4ceacfb5453285c4b61c49e6954cdb6
Merge: 451793a7de 928e09977c
Author: Viraj Jasani <vj...@apache.org>
AuthorDate: Mon Aug 21 13:31:04 2023 -0700

    Merge branch 'master' into PHOENIX-6978-feature

 .../apache/phoenix/coprocessor/GlobalIndexRegionScanner.java | 11 +++++++++--
 .../coprocessor/UncoveredGlobalIndexRegionScanner.java       | 11 +++++++++--
 .../org/apache/phoenix/hbase/index/IndexRegionObserver.java  |  3 ---
 .../index/write/AbstractParallelWriterIndexCommitter.java    | 10 ++++++++--
 .../org/apache/phoenix/hbase/index/write/IndexWriter.java    | 11 +++++++++--
 .../index/write/TrackingParallelWriterIndexCommitter.java    | 11 +++++++++--
 .../phoenix/mapreduce/util/PhoenixConfigurationUtil.java     |  8 +++++++-
 .../java/org/apache/phoenix/util/PropertiesUtilTest.java     | 12 ++++++++++++
 8 files changed, 63 insertions(+), 14 deletions(-)