gittihub-jpg commented on PR #1788: URL: https://github.com/apache/datafusion-ballista/pull/1788#issuecomment-4567645144
So **before** was like raw `{:?}` debug dump of the entire graph
**Now** its like (one line per plan node, indented tree, no metrics or
metadata):
Stage 1: HashAggregateExec: mode=FinalPartitioned, gby=[], aggr=[COUNT(1)]
CoalesceBatchesExec: target_batch_size=4096
RepartitionExec: partitioning=Hash([...], 16)
CsvExec: source=...
Each completed stage is listed separately. Running/pending stages are
skipped.
--
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]
