milenkovicm commented on issue #17297: URL: https://github.com/apache/datafusion/issues/17297#issuecomment-3301963364
if we use `LogicalPlan::TableScan( )` where we implement custom `InMemoryTableSource` (implementing `TableSource`) may make sense. `TableSource` exposes `TableSource::get_logical_plan` which could capture lineage. This would be quite aligned with spark, and would not introduce new logical plan node 🤔 -- 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]
