Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
KUDU-2802 [java] tableExists API optimizations
Currently the Java client `tableExists()` method uses a ListTables rpc. Instead it should use a GetTableSchema rpc. Because ListTables is going to perform really poorly with a cold Sentry cache: it'll send an RPC to Sentry for every table in the catalog. Change-Id: I7076aea3850a716822563938d879289beb3fa67c Reviewed-on: http://gerrit.cloudera.org:8080/13401 Tested-by: Kudu Jenkins Reviewed-by: Adar Dembo <[email protected]>
- Loading branch information