274275276277278279280281282283284
try { operation.run(); opHandleSet.add(opHandle); return opHandle; } catch (HiveSQLException e) { operationManager.closeOperation(opHandle); throw e; } finally { release(); } }
295296297298299300301302303304305
317318319320321322323324325326327
337338339340341342343344345346347
358359360361362363364365366367368
379380381382383384385386387388389