liuyongvs commented on PR #3198:
URL: https://github.com/apache/calcite/pull/3198#issuecomment-1545279946
comment:
the NullPolicy should None, because the second arg is null, the result
return null
```
defineMethod(ARRAY_REPEAT, BuiltInMethod.ARRAY_REPEAT.method,
NullPolicy.NONE);
```
--
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]