xudong963 opened a new issue, #16725: URL: https://github.com/apache/datafusion/issues/16725
Currently, the display of `OutputRequirementExec` only contains the name ``` 01)DataSinkExec: sink=ParquetSink(file_groups=[]) 02)--CoalescePartitionsExec 03)----ProjectionExec: expr=[CAST(c1@0 AS Int64) as field1, a@1 as field2] 04)------RepartitionExec: partitioning=RoundRobinBatch(8), input_partitions=1 05)--------OutputRequirementExec ``` It'll be helpful to include `order_requirement` and `dist_requirement` -- 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: github-unsubscr...@datafusion.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org