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-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org