You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by ro...@apache.org on 2023/03/06 19:34:14 UTC

[pinot] branch master updated (e342b1fb5d -> 3a307f1521)

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

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


    from e342b1fb5d [multistage] Initial (phase 1) Query runtime for  window functions - empty OVER() and OVER(PARTITION BY) (#10286)
     add 3a307f1521 Fix AVG Return Type (#10368)

No new revisions were added by this update.

Summary of changes:
 .../org/apache/pinot/query/type/TypeSystem.java    |  14 +-
 .../apache/pinot/query/QueryCompilationTest.java   |   8 +-
 .../pinot/query/QueryEnvironmentTestBase.java      |   1 +
 .../src/test/resources/queries/AggregatePlans.json |  54 ++++-
 .../test/resources/queries/BasicQueryPlans.json    |  12 +-
 .../src/test/resources/queries/GroupByPlans.json   |  58 ++---
 .../src/test/resources/queries/JoinPlans.json      |  90 ++++----
 .../src/test/resources/queries/OrderByPlans.json   |  36 +--
 .../resources/queries/WindowFunctionPlans.json     | 248 ++++++++++-----------
 9 files changed, 282 insertions(+), 239 deletions(-)


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