This is an automated email from the ASF dual-hosted git repository.

github-actions[bot] pushed a change to branch auto-pick-67373-branch-4.1
in repository https://gitbox.apache.org/repos/asf/doris.git


    from 57636cae98b branch-4.1: [chore](paimon) remove paimon-cpp dependency 
(#67378)
     add b7487b25334 [fix](udf) Reject variadic user-defined functions (#67373)

No new revisions were added by this update.

Summary of changes:
 .../antlr4/org/apache/doris/nereids/DorisParser.g4 |  4 +-
 .../doris/nereids/parser/LogicalPlanBuilder.java   | 18 ++----
 .../expressions/functions/udf/JavaUdafBuilder.java |  2 +-
 .../expressions/functions/udf/JavaUdfBuilder.java  |  2 +-
 .../expressions/functions/udf/JavaUdtfBuilder.java |  2 +-
 .../functions/udf/PythonUdafBuilder.java           |  2 +-
 .../functions/udf/PythonUdfBuilder.java            |  2 +-
 .../functions/udf/PythonUdtfBuilder.java           |  2 +-
 .../plans/commands/CreateFunctionCommand.java      |  8 +--
 .../doris/nereids/parser/NereidsParserTest.java    | 21 +++++--
 .../functions/udf/UdfBuilderArityTest.java         | 68 ++++++++++++++++++++++
 11 files changed, 101 insertions(+), 30 deletions(-)
 create mode 100644 
fe/fe-core/src/test/java/org/apache/doris/nereids/trees/expressions/functions/udf/UdfBuilderArityTest.java


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

Reply via email to