andygrove commented on code in PR #414:
URL: https://github.com/apache/arrow-ballista/pull/414#discussion_r1002584356
##########
ballista/scheduler/src/planner.rs:
##########
@@ -229,6 +229,7 @@ pub fn remove_unresolved_shuffles(
.iter()
.map(|c| c
.iter()
+ .filter(|l| !l.path.is_empty())
Review Comment:
unrelated change but this avoids printing out lots of newlines in the log
--
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]