You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by si...@apache.org on 2023/02/22 07:42:11 UTC

[pinot] branch master updated (6aea80c2d5 -> fc40a97c24)

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

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


    from 6aea80c2d5 [multistage] Fix return type for AVG aggregate function (#10314)
     add fc40a97c24 [multistage] properly support query hint (#10315)

No new revisions were added by this update.

Summary of changes:
 .../apache/pinot/sql/parsers/CalciteSqlParser.java | 101 ---------------------
 .../pinot/sql/parsers/CalciteSqlCompilerTest.java  |   8 +-
 .../rel/hint/PinotHintStrategyTable.java}          |  20 ++--
 .../PinotAggregateExchangeNodeInsertRule.java      |  10 +-
 .../calcite/rel/rules/PinotQueryRuleSets.java      |   9 +-
 .../org/apache/pinot/query/QueryEnvironment.java   |   3 +-
 .../apache/pinot/query/planner/StageMetadata.java  |   3 +-
 .../pinot/query/planner/stage/AggregateNode.java   |  16 ++++
 .../apache/pinot/query/QueryCompilationTest.java   |  25 +++++
 9 files changed, 71 insertions(+), 124 deletions(-)
 rename pinot-query-planner/src/main/java/org/apache/{pinot/query/planner/hints/PinotRelationalHints.java => calcite/rel/hint/PinotHintStrategyTable.java} (59%)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org