jonmmease commented on issue #5034:
URL: 
https://github.com/apache/arrow-datafusion/issues/5034#issuecomment-1402031326

   Question if anyone has made it this far, is it valid for the `name` of 
physical `Column` instances to have the form `{table_name}.{column_name}`?
   
   I'm wondering if it's an error for `Column { name: "tbl.colB", index: 0 }` 
to exist at all, or if that's fine and the error is that join isn't equating 
`tbl.colB` with `colB`.


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