Cannot resolve overloaded method 'addSink'
时间: 2024-02-07 20:02:19 浏览: 141
spring boot jpa写原生sql报Cannot resolve table错误解决方法
This error message indicates that the compiler is unable to determine which version of the method "addSink" to use because there are multiple versions of this method available with different parameters or arguments.
To resolve this issue, you need to ensure that you are calling the correct version of the method with the appropriate arguments that match the method signature. You can also try to explicitly cast the arguments to the expected data types to avoid any ambiguity in the method call.
If you are still unable to resolve the issue, you may need to provide more information about the code and the specific error message to get a more specific solution.
阅读全文