danny0405 commented on issue #9804: URL: https://github.com/apache/hudi/issues/9804#issuecomment-1751608161
I think timestamp(0) type is the culprit, in PR https://github.com/apache/hudi/pull/8418/files, we adapter to timestamp(3) and timestamp(6) but any precision other than that is written as INT96, which causes the error, so we need to support that separately. cc @voonhous , can you support that? -- 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]
