operationManager.closeOperation(opHandle);
}
opHandleSet.clear();
HiveHistory hiveHist = sessionState.getHiveHistory();
if (null != hiveHist) {
hiveHist.closeStream();
}
sessionState.close();
} catch (IOException ioe) {
throw new HiveSQLException("Failure to close", ioe);
} finally {