You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "jonmmease (via GitHub)" <gi...@apache.org> on 2023/05/25 13:48:03 UTC

[GitHub] [arrow-datafusion] jonmmease commented on issue #6386: UNION ALL push down projection rule failed

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: github-unsubscribe@arrow.apache.org

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