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/11/02 21:37:47 UTC

(phoenix) branch PHOENIX-6883-feature updated (a73360deb7 -> 2bd2df243f)

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 a73360deb7 Merge with master
     add f97c19bda2 TableMetricsManager#getSizeHistogramsForAllTables() is returning empty map (#1727)
     add 31acf16f55 PHOENIX-7090 Hash join throw NullPointerException when subquery return null
     new 2bd2df243f 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:
 .../apache/phoenix/end2end/join/SubqueryIT.java    | 24 ++++++++++++++++++++++
 .../org/apache/phoenix/execute/HashJoinPlan.java   |  4 +++-
 .../phoenix/monitoring/TableMetricsManager.java    |  1 +
 3 files changed, 28 insertions(+), 1 deletion(-)


(phoenix) 01/01: Merge branch 'master' into PHOENIX-6883-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-6883-feature
in repository https://gitbox.apache.org/repos/asf/phoenix.git

commit 2bd2df243f8fa7cff392737da6148b14e6778ab1
Merge: a73360deb7 31acf16f55
Author: Viraj Jasani <vj...@apache.org>
AuthorDate: Thu Nov 2 14:37:37 2023 -0700

    Merge branch 'master' into PHOENIX-6883-feature

 .../apache/phoenix/end2end/join/SubqueryIT.java    | 24 ++++++++++++++++++++++
 .../org/apache/phoenix/execute/HashJoinPlan.java   |  4 +++-
 .../phoenix/monitoring/TableMetricsManager.java    |  1 +
 3 files changed, 28 insertions(+), 1 deletion(-)