milenkovicm opened a new pull request, #1767: URL: https://github.com/apache/datafusion-ballista/pull/1767
# Which issue does this PR close? Closes #. # Rationale for this change Reading stage plans can sometimes be difficult, particularly for more complex ones. It’s especially tricky to determine which stage generated shuffle files for current `ShuffleReader`. # What changes are included in this PR? ShuffleReader prints `upstream_stage` as part of plan, making life easier if plan debug is needed, `ShuffleReader` already keeps upstream stage id, so this change will only change display part. # Are there any user-facing changes? No. Test can be affected as EXPLAIN format has been changed -- 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]
