zhang-arvin opened a new pull request, #17917: URL: https://github.com/apache/iceberg/pull/17917
Fixes #17913: Iceberg generic ORC writer accepts a schema containing struct<> (empty struct) and writes a file, but the generic ORC reader cannot read that file with the same Iceberg schema. ### Fix Added a validation in ORCSchemaUtil.convert() to reject empty struct types at write time, since ORC does not support struct types with zero fields. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
