danny0405 commented on issue #9804: URL: https://github.com/apache/hudi/issues/9804#issuecomment-1742321915
Hmm, the write works here, it is the offline compactor throws exception. It seems the `INT96` is not supported by default for the parquet-avro lib, but there is a config option `parquet.avro.readInt96AsFixed`, if you enable it, the `INT96` would be parsed as fixed byte array. The option can be set up with `--props`from the submit cmd, but it is only available from release 0.14.0. -- 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]
