cfmcgrady commented on a change in pull request #2225:
URL: https://github.com/apache/incubator-kyuubi/pull/2225#discussion_r835923876



##########
File path: 
kyuubi-server/src/test/scala/org/apache/kyuubi/operation/KyuubiOperationPerUserSuite.scala
##########
@@ -136,4 +136,21 @@ class KyuubiOperationPerUserSuite extends WithKyuubiServer 
with SparkQueryTests
 
     assert(r1 !== r2)
   }
+
+  test("test engine spark result max rows") {
+    withSessionConf()(Map.empty)(Map(KyuubiConf.OPERATION_RESULT_MAX_ROWS.key 
-> "1")) {
+      withJdbcStatement() { statement =>

Review comment:
       nit: `withJdbcStatement("va")`




-- 
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]

Reply via email to