maytasm commented on pull request #9887: URL: https://github.com/apache/druid/pull/9887#issuecomment-633432188
@vogievetsky @josephglanville I also observed similar issues in the following cases when ingesting from local files: - Ingesting from directory containing Orc files with file filter set to * auto-detect to csv - Ingesting from directory containing Parquet files with file filter set to * auto-detect to csv - Ingesting from directory containing Parquet files with file filter set to *.parquet auto-detect to csv However, ingesting from directory containing Orc files with file filter set to *.orc correctly auto-detect to orc I think your PR may fix all of the above issues. I will try checkout the PR and confirm. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
