thinkharderdev commented on issue #11513:
URL: https://github.com/apache/datafusion/issues/11513#issuecomment-2264052200

   Sorry late to the party. Very nice and well thought out proposal. But I'm a 
little confused about the role of `LogicalPhysicalType`. Doesn't this still 
pull the physical type into the logical plan? The way I understand the broader 
goal here is to do logical planning/optimization only in terms of logical types 
which erase differences between different physical representations of the same 
data (eg Dictionary/REE, String/StringView, etc). Then the handling of physical 
representations gets pushed down into the physical operators through runtime 
dispatch (or specialization during physical planning/optimization). 


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