voonhous commented on issue #17938: URL: https://github.com/apache/hudi/issues/17938#issuecomment-3778067855
Ignore the above exception in https://github.com/apache/hudi/issues/17938#issuecomment-3776309973. The issue was because `MercifulJsonToRowConverter extends MercifulJsonConverter`. It inherited the `Utf8` conversion causing other paths to throw the error we see. Overriding it again in `MercifulJsonToRowConverter` to produce the correct String type worked again. -- 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]
