@Override
 public boolean isTableDisabled(byte[] tableName) throws IOException {
   return wrappedConnection.isTableDisabled(tableName);
 }