alamb commented on PR #15316:
URL: https://github.com/apache/datafusion/pull/15316#issuecomment-2741010424

   > where does Memtable belong datasource or catalog? it is TableProvider 
implementation so I thought It was going to be in catalog, but I m not so sure 
anymore as it has dependency on datasource.
   
   I think MemTable beloings in datasource (as it is a table provider)
   
   Since it is so simple / has very few dependencies I think it could also be 
in catalog so we have a simple implementation of an in memory system without 
needing stuff in datasource. However, I am not sure it really matters


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