You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "jackwener (via GitHub)" <gi...@apache.org> on 2023/02/06 06:36:29 UTC

[GitHub] [arrow-datafusion] jackwener opened a new issue, #5191: simplify_expr() invoke nullable() exist bug

jackwener opened a new issue, #5191:
URL: https://github.com/apache/arrow-datafusion/issues/5191

   **Describe the bug**
   When invoke nullable(), if plan is semi/anti join, all_schema() only just contain one side child output.
   If we want to compute expr, it will fail.
   like:
   ```sql
   t1 semi join t2 on t1.id = t2.id
   ```
   due to schema just is `[t1.id] (join), [t1.id](left) , [t2.id] (right)`.
   
   so  `t1.id = t2.id` can't invoke `nullable()`
   
   **To Reproduce**
   Steps to reproduce the behavior:
   
   **Expected behavior**
   A clear and concise description of what you expected to happen.
   
   **Additional context**
   Add any other context about the problem here.
   


-- 
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.apache.org

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


[GitHub] [arrow-datafusion] alamb closed issue #5191: simplify_expr() invoke nullable() exist bug

Posted by "alamb (via GitHub)" <gi...@apache.org>.
alamb closed issue #5191: simplify_expr() invoke nullable() exist bug
URL: https://github.com/apache/arrow-datafusion/issues/5191


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