sajjad-moradi opened a new pull request #5854: URL: https://github.com/apache/incubator-pinot/pull/5854
## Description The encoded suffix `.enc` needs to be added to the destination path to make a separate temporary file. For example, for destination file `foo/bar`, currently the temp file is mistakenly created as `foo/bar/.enc` instead of the correct one `foo/bar.enc`. ## Testing Done - unit test - also ran minion locally along with controller, server, and broker and verified the expected behavior ---------------------------------------------------------------- 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]
