alamb commented on issue #17830: URL: https://github.com/apache/datafusion/issues/17830#issuecomment-3348006462
Another variation that fials ```sql > create table t as select "value" as v1 from generate_series(1, 100); 0 row(s) fetched. Elapsed 0.004 seconds. > select v1 from t CROSS JOIN generate_series(1,1000); Arrow error: Invalid argument error: number of columns(2) must match number of fields(1) in schema ``` -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
