davidhewitt opened a new issue, #15386:
URL: https://github.com/apache/datafusion/issues/15386

   ### Describe the bug
   
   I am testing against Datafusion main 
(d68fca91fd4c73f2cd92d61d036bc0411a2ed826).
   
   With the query below I get a crash.
   
   ### To Reproduce
   
   ```
   DataFusion CLI v46.0.1
   > with test AS (SELECT i as needle FROM generate_series(1, 10) t(i))
   select count(*) from test WHERE 1 = 1;
   Internal error: Physical input schema should be the same as the one 
converted from logical input schema. Differences: 
           - Different number of fields: (physical) 1 vs (logical) 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
   ```
   
   ### Expected behavior
   
   _No response_
   
   ### Additional context
   
   _No response_


-- 
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: github-unsubscr...@datafusion.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org
For additional commands, e-mail: github-h...@datafusion.apache.org

Reply via email to