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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to