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
SELECTCOUNT(*) FROM (SELECT*FROM integers UNION ALLSELECT*FROM integers LIMIT7) tbl;
Report error from datafusion:
create_physical_expr expected same number of fields, got got Arrow schema with 1 and DataFusion schema with 0.
This was likely caused by a bug in DataFusion’s code and we would welcome that you file an bug report
in our issue tracker
Describe the bug
Create a table and insert some values:
Execute following SQL:
Report error from datafusion:
The subquery works:
The text was updated successfully, but these errors were encountered: