This is an automated email from the ASF dual-hosted git repository. morrysnow pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git
from 004872c99a [fix](doc) fix invalid urls in tpch.md (#16949) add cc839aead7 [fix](Nereids) fix signatures of some window functions (#16871) No new revisions were added by this update. Summary of changes: .../functions/window/FirstOrLastValue.java | 25 ++++++-- .../trees/expressions/functions/window/Lag.java | 41 ++++++++++-- .../trees/expressions/functions/window/Lead.java | 39 ++++++++++-- .../functions/window/RequireTrivialTypes.java | 73 ++++++++++++++++++++++ 4 files changed, 163 insertions(+), 15 deletions(-) create mode 100644 fe/fe-core/src/main/java/org/apache/doris/nereids/trees/expressions/functions/window/RequireTrivialTypes.java --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org