apache / datafusion-ballista

Apache DataFusion Ballista Distributed Query Engine
https://datafusion.apache.org/ballista
Apache License 2.0
1.49k stars 190 forks source link

The with_new_children() is not implemented for ShuffleReaderExec #820

Closed yahoNanJing closed 1 year ago

yahoNanJing commented 1 year ago

Describe the bug

It will cause a failure because the with_new_children() of ShuffleReaderExec is called in #817

To Reproduce

Expected behavior

Additional context