kevinjmh commented on issue #4295:
URL: https://github.com/apache/carbondata/issues/4295#issuecomment-1489538606
Maybe we can try to get tables' info in one batch instead of one by one
```scala
def getTable(db: String, table: String): CatalogTable
def getTablesByName(db: String, tables: Seq[String]): Seq[CatalogTable]
```
--
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]