You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@phoenix.apache.org by ch...@apache.org on 2022/10/01 13:21:34 UTC

[phoenix] branch master updated (0c2008ddf3 -> 51fb3751a8)

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

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


    from 0c2008ddf3 PHOENIX-6773 PhoenixDatabaseMetadata.getColumns() always returns null COLUMN_DEF
     add 51fb3751a8 PHOENIX-6798 Eliminate unnecessary reversed scan for AggregatePlan (#1510)

No new revisions were added by this update.

Summary of changes:
 .../org/apache/phoenix/execute/AggregatePlan.java  | 14 +++++++
 .../org/apache/phoenix/execute/BaseQueryPlan.java  | 19 ++++++----
 .../apache/phoenix/compile/QueryCompilerTest.java  | 43 +++++++++++++++++++++-
 3 files changed, 66 insertions(+), 10 deletions(-)