You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Executing ProjectionExec with no column will return an ErrArrowError(InvalidArgumentError("must either specify a row count or at least one column")).
To Reproduce
It may not be hitting this error from SQL query directly. For some query optimization might create projection with no column. I got this error when converting optimized query from other query engine to DataFusion.
Expected behavior
A clear and concise description of what you expected to happen.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Describe the bug
Executing
ProjectionExec
with no column will return anErr
ArrowError(InvalidArgumentError("must either specify a row count or at least one column"))
.To Reproduce
It may not be hitting this error from SQL query directly. For some query optimization might create projection with no column. I got this error when converting optimized query from other query engine to DataFusion.
Expected behavior
A clear and concise description of what you expected to happen.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: