nsivabalan commented on issue #16981: URL: https://github.com/apache/hudi/issues/16981#issuecomment-4800717103
This appears to be fixed on master and in the 1.1.0+ releases. Commit b763291008a4 ([HUDI-8746] Add ORC support to FileGroupReader paths, #13632) renamed `HoodieFileGroupReaderBasedParquetFileFormat` (the class shown in your stack trace) to `HoodieFileGroupReaderBasedFileFormat` and added a proper format dispatch in `buildBaseFileReader`: when `hoodie.table.base.file.format=ORC` it now routes to `createOrcFileReader` instead of the parquet reader, and when `hoodie.table.multiple.base.file.formats.enable=true` it uses `MultipleColumnarFileFormatReader`, which selects the reader by file extension. Could you retest on Hudi 1.1.0 (or later) and close the issue if you no longer see the failure? Tag: HUDI-9344. -- 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]
