Is your feature request related to a problem or challenge? Please describe what you are trying to do.
I would like to be able to execute the following SQL queries with datafusion:
SELECTt1.id, t2.userFROM t1 JOIN t2 ONt1.id=t2.id
Describe the solution you'd like
Datafusion should be able to execute this query without error.
Is your feature request related to a problem or challenge? Please describe what you are trying to do.
I would like to be able to execute the following SQL queries with datafusion:
Describe the solution you'd like
Datafusion should be able to execute this query without error.