jonmmease commented on issue #6386:
URL: 
https://github.com/apache/arrow-datafusion/issues/6386#issuecomment-1562942955

   In case it's helpful, here's another query (without a `UNION`) that triggers 
this error:
   
   ```sql
   WITH tbl_0 as (SELECT 0 as "colA")
   SELECT "colA" FROM tbl_0
   CROSS JOIN (SELECT count(0) as "total" from tbl_0)
   ```


-- 
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]

Reply via email to