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/04/03 15:19:14 UTC

[GitHub] [arrow-datafusion] jackwener opened a new issue, #5847: type_coercion don't consider expr in InSubquery

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

   ### Describe the bug
   
   ```sql
   select t1.t1_id, t1.t1_name, t1.t1_int from t1
                            where  t1.t1_int in(select t2.t2_int + 1 from t2).
   ```
   
   type_coercion ignore `t1.t1_int` in InSubquery.
   
   ### To Reproduce
   
   _No response_
   
   ### 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-unsubscribe@arrow.apache.org.apache.org

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


[GitHub] [arrow-datafusion] jackwener closed issue #5847: type_coercion don't consider expr in InSubquery

Posted by "jackwener (via GitHub)" <gi...@apache.org>.
jackwener closed issue #5847: type_coercion don't consider expr in InSubquery
URL: https://github.com/apache/arrow-datafusion/issues/5847


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