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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to