sd4324530 commented on issue #2270: URL: https://github.com/apache/fluss/issues/2270#issuecomment-3699571424
> [@sd4324530](https://github.com/sd4324530) I think you need to declare `isVarArgs = true` in the `@ProcedureHint` and just use `STRING` as parameter type. > > https://github.com/apache/flink/blob/release-1.19/flink-table/flink-table-common/src/main/java/org/apache/flink/table/annotation/ProcedureHint.java#L148 @wuchong Thank you very mach.I have finished But there is a semantic incompatibility problem. Previously, passing only one parameter would be interpreted as resetting the configuration item, but now it will throw an error because the number of parameters must be even. -- 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]
