liming30 commented on issue #5079: URL: https://github.com/apache/paimon/issues/5079#issuecomment-2705413505
@qingfei1994 Sorry for the delayed response. Not only the `writer` will use it, but the `reader` also needs to merge. I think we can perform a check on `MergeFunctionFactory` before submitting the job, and throw an exception in advance if there is an exception. How about adding a `validateMergeFunctionFactory` method in `PrimaryKeyTableUtils`? `MergeFunctionFactory` is created using `PrimaryKeyTableUtils`. -- 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]
