luwei16 commented on code in PR #8877:
URL: https://github.com/apache/incubator-doris/pull/8877#discussion_r849180834
##########
fe/fe-core/src/main/java/org/apache/doris/catalog/FunctionSet.java:
##########
@@ -2336,6 +2336,10 @@ private void initAggregateBuiltins() {
prefix + OFFSET_FN_UPDATE_SYMBOL.get(t),
null, null, null, true));
+ addBuiltin(AggregateFunction.createAnalyticBuiltin(
+ "nth_value", Lists.newArrayList(t, Type.BIGINT, t), t, t,
Review Comment:
> It seems that MySQL has no default value and directly returns null
Default value argument have been removed
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]