gianm commented on code in PR #13506: URL: https://github.com/apache/druid/pull/13506#discussion_r1042615629
########## extensions-core/multi-stage-query/src/main/java/org/apache/druid/msq/exec/WorkerContext.java: ########## @@ -73,4 +74,9 @@ DruidNode selfNode(); Bouncer processorBouncer(); + + default File tempDir(int stageNumber, String id) Review Comment: I was modeling it off `File tempDir()` that is already here without args. I can change both? This one doesn't matter much to me either way. Thoughts? -- 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]
