morrifeldman opened a new pull request #10046: URL: https://github.com/apache/druid/pull/10046
Fixes #9467 . ### Description Native single dim indexing throws a file not found exception from InputEntityIteratingReader.java:81. This PR adds the missing temporary directory needed for native single_dim indexing. The change was tested on a Druid cluster. After installing the change native single_dim indexing completes successfully. <hr> This PR has: - [x] been self-reviewed. - [ ] added unit tests or modified existing tests to cover new code paths, ensuring the threshold for [code coverage](https://github.com/apache/druid/blob/master/dev/code-review/code-coverage.md) is met. - [ ] added integration tests. - [x] been tested in a test Druid cluster. <hr> ##### Key changed/added classes in this PR * `PartialDimensionDistributionTask` ---------------------------------------------------------------- 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]
