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:18 UTC

(phoenix) branch PHOENIX-628-feature updated (739131082d -> fd9c88ab5e)

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

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


    from 739131082d PHOENIX-7044 : Support Index on a generated column that extracts a scalar value from JSON column (#1708)
     add f97c19bda2 TableMetricsManager#getSizeHistogramsForAllTables() is returning empty map (#1727)
     add 31acf16f55 PHOENIX-7090 Hash join throw NullPointerException when subquery return null
     new fd9c88ab5e Merge branch 'master' into PHOENIX-628-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-628-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-628-feature
in repository https://gitbox.apache.org/repos/asf/phoenix.git

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

    Merge branch 'master' into PHOENIX-628-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(-)