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

   > This issue originates from the fact that TableSource and TableProvider 
(the "native" sources of schemas) would have to return a DFSchema to include 
the LogicalPhysicalTypes
   
   I was thining that a `DFSchema` could still wrap an arrow `Schema` but 
translate to `LogicalType`
   
   So like if a TableProvider said it returned a `StringView` or a 
`Dictionary(Int32, String)` the DFSchema would report `LogicalType::Utf8` or 
something 
   
   I haven't looked at the code so there may be some reason this wouldn't work


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