MohamedAbdeen21 commented on PR #10396:
URL: https://github.com/apache/datafusion/pull/10396#issuecomment-2096851570

   Ok yeah, I see what you mean.
   
   But the example you mention with a + b. Doesn't that go away if you fix the 
side note you mentioned?
   
   `col("a + b")` should be interpreted as `table."a + b"` and not `test.a + 
test.b`, meaning that `expr` would never collide in the map, right or am I 
missing something?


-- 
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-unsubscr...@datafusion.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org
For additional commands, e-mail: github-h...@datafusion.apache.org

Reply via email to