This is an automated email from the ASF dual-hosted git repository. yashmayya pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/pinot.git
from 7cea247edb [pulsar] Added getTopics() implementation for Pulsar (#14857) add 17f94a9a7c NTILE window function (#14850) No new revisions were added by this update. Summary of changes: .../rules/PinotWindowExchangeNodeInsertRule.java | 2 +- .../pinot/calcite/sql/fun/PinotOperatorTable.java | 14 +++++ .../apache/pinot/query/QueryCompilationTest.java | 16 +++++- ...indowFunction.java => NtileWindowFunction.java} | 40 ++++++++++---- .../window/range/RankBasedWindowFunction.java | 1 + .../operator/WindowAggregateOperatorTest.java | 62 ++++++++++++++++++++++ .../test/resources/queries/WindowFunctions.json | 22 ++++++++ 7 files changed, 144 insertions(+), 13 deletions(-) copy pinot-query-runtime/src/main/java/org/apache/pinot/query/runtime/operator/window/range/{RankWindowFunction.java => NtileWindowFunction.java} (51%) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org