datafusion icon indicating copy to clipboard operation
datafusion copied to clipboard

output_partitioning() and output_ordering() implementations are wrong in some physical plan implementations.

Open mingmwang opened this issue 3 years ago • 0 comments

Describe the bug A clear and concise description of what the bug is.

For example, in ProjectExec, output_partitioning and output_ordering should consider Alias and translate the child input accordingly.

To Reproduce Steps to reproduce the behavior:

Expected behavior A clear and concise description of what you expected to happen.

Additional context Add any other context about the problem here.

mingmwang avatar Sep 08 '22 16:09 mingmwang