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 fc125943a55 Fix /tables status diff viewer crash (React error #130) 
(#19109)
     add e3bda5d53d9 Add IGNORE NULLS support for LEAD and LAG window functions 
(#18202)

No new revisions were added by this update.

Summary of changes:
 .../tests/NullHandlingIntegrationTest.java         |  47 ++-
 .../pinot/calcite/sql/fun/PinotOperatorTable.java  |  33 +-
 .../runtime/operator/window/WindowFunction.java    |   2 +
 .../window/value/LagValueWindowFunction.java       |  45 +--
 .../window/value/LeadValueWindowFunction.java      |  45 +--
 .../window/value/OffsetValueWindowFunction.java    | 121 ++++++
 .../operator/WindowAggregateOperatorTest.java      | 448 +++++++++++++++++++++
 .../test/resources/queries/WindowFunctions.json    | 110 +++++
 8 files changed, 740 insertions(+), 111 deletions(-)
 create mode 100644 
pinot-query-runtime/src/main/java/org/apache/pinot/query/runtime/operator/window/value/OffsetValueWindowFunction.java


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to