yaooqinn commented on code in PR #2574:
URL: https://github.com/apache/incubator-kyuubi/pull/2574#discussion_r866682183
##########
kyuubi-server/src/test/scala/org/apache/kyuubi/operation/KyuubiOperationPerConnectionSuite.scala:
##########
@@ -140,6 +140,8 @@ class KyuubiOperationPerConnectionSuite extends
WithKyuubiServer with HiveJDBCTe
val resultSet = stmt.getResultSet
assert(resultSet.next())
assert(resultSet.getString(1).nonEmpty)
+ stmt.close()
Review Comment:
add to finally?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]