bowenliang123 commented on code in PR #5161:
URL: https://github.com/apache/kyuubi/pull/5161#discussion_r1294116266


##########
externals/kyuubi-jdbc-engine/src/main/scala/org/apache/kyuubi/engine/jdbc/operation/ExecuteStatement.scala:
##########
@@ -67,7 +67,9 @@ class ExecuteStatement(
         iter =
           if (incrementalCollect) {
             info("Execute in incremental collect mode")
-            new IterableFetchIterator(resultSetWrapper.toIterable)
+            new IterableFetchIterator[Row](new Iterable[Row] {

Review Comment:
   Thanks for the hint. It might be the cause for the failure of closing 
statement too early. 
(https://github.com/apache/kyuubi/actions/runs/5857069896/job/15886592243#step:7:292)
   
   Let me reopen this PR to have another try.



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