milenkovicm commented on code in PR #1578:
URL:
https://github.com/apache/datafusion-ballista/pull/1578#discussion_r3151968906
##########
ballista/core/src/execution_plans/shuffle_reader.rs:
##########
@@ -95,18 +97,48 @@ impl ShuffleReaderExec {
metrics: ExecutionPlanMetricsSet::new(),
properties,
work_dir: None, // to be updated at the executor side
+ client_pool: None,
})
}
/// changes work dir where shuffle files are located
- pub fn change_work_dir(&self, work_dir: String) -> Self {
+ pub fn with_work_dir(&self, work_dir: String) -> Self {
Review Comment:
this method has been introduced in #1527 which has not been released yet, so
nobody should be impacted
--
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]