milevin commented on issue #5695:
URL: 
https://github.com/apache/arrow-datafusion/issues/5695#issuecomment-1483877234

   @comphead Another day another "Mismatch" instance:
   
   ```
   DataFusion CLI v20.0.0
   ❯ create table temp as
   with t1 as (select 1 as col1, 'asd' as col2), t2 as (select 1 as col3, 'sdf' 
as col4)
   select col2, col4 from t1 left join t2 on col1 = col3;
   Error during planning: Mismatch between schema and batches
   ```
   
   Looks unrelated to the other two cases I provided.


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