[ https://issues.apache.org/jira/browse/SPARK-52109?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Wenchen Fan resolved SPARK-52109. --------------------------------- Fix Version/s: 4.1.0 Resolution: Fixed Issue resolved by pull request 50886 [https://github.com/apache/spark/pull/50886] > Introduce listTableSummaries API in TableCatalog > ------------------------------------------------ > > Key: SPARK-52109 > URL: https://issues.apache.org/jira/browse/SPARK-52109 > Project: Spark > Issue Type: Improvement > Components: SQL > Affects Versions: 4.0.0 > Reporter: Uros Stankovic > Assignee: Uros Stankovic > Priority: Major > Labels: pull-request-available > Fix For: 4.1.0 > > > Since `Table` class can represent views as well, it would be get to have less > expensive operation than `loadTables` which can be used to list entities and > its type. > > Currently, we have only `listTables` and `loadTables` API, first one does not > provide info about table type (regular table, view or something else in the > future), while second one can be more expensive than listing summaries, > because it requires full set of information. -- This message was sent by Atlassian Jira (v8.20.10#820010) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org For additional commands, e-mail: issues-h...@spark.apache.org