@Override
 public OperationHandle getPrimaryKeys(
     SessionHandle sessionHandle, String catalog, String schema, String table)
     throws HiveSQLException {
   return cliService.getPrimaryKeys(sessionHandle, catalog, schema, table);
 }