ethe opened a new issue, #15592:
URL: https://github.com/apache/datafusion/issues/15592

   ### Is your feature request related to a problem or challenge?
   
   `datafusion_catalog` is a more general crate, it allows people implement 
traits without depends on specific `datafusion` behaviors. However,  when using 
`datafusion_catalog` without `datafusion` to implement a `TableProvider`, it 
requires the implementation provides its table type, which it is defined in 
`datafusion`, this blocks users using `datafusion_catalog` alone.
   
   ### Describe the solution you'd like
   
   Move `TableType` definition to `datafusion_catalog` should be better.
   
   ### Describe alternatives you've considered
   
   No
   
   ### Additional context
   
   _No response_


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