wuwenchi opened a new pull request, #41020: URL: https://github.com/apache/doris/pull/41020
## Proposed changes When `file.format` is not specified for the paimon table, the default file format will be used. In 0.8, the default format was `orc`, and in 0.9, it was changed to `parquet`. Therefore, when there was no `file.format` and the paimon table was in version 0.9, Doris mistakenly used the orc reader to read the parquet file. Now modify it to directly determine the file format based on the file name, and then use the corresponding reader. -- 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]
