You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "Jefffrey (via GitHub)" <gi...@apache.org> on 2023/04/05 21:02:39 UTC

[GitHub] [arrow-datafusion] Jefffrey commented on issue #5888: LogicalPlan API: Getting catalog name

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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org