Jefffrey commented on issue #5888: URL: https://github.com/apache/arrow-datafusion/issues/5888#issuecomment-1498155368
Not sure if this can be a generic method on `LogicalPlan` itself, as for example if you join two tables with different catalog names, then what would the `catalog_name()` method return for a `Join` logical plan node? Currently you can kinda retrieve the catalog name from a `TableScan` logical plan node via its `table_name` field. Could you expand on the potential use case for such a method to give some more context? -- 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]
