huangzhir commented on issue #4732:
URL: https://github.com/apache/kyuubi/issues/4732#issuecomment-1541599127
> Then I try to fetch the rowset, but it always returns 404 error code:
`Error getting result row set for operation handle
a968d5bd-0ee5-4d85-824a-687cbb3e478e`
> I sent a piece of code as below
>
> ```
> import time
> while True:
> print("a")
> time.sleep(1)
> ```
>
> in mode ` "runAsync": "true"` Then I try to fetch the rowset, but it
always returns 404 error code: `Error getting result row set for operation
handle a968d5bd-0ee5-4d85-824a-687cbb3e478e`
This is because your code contains an infinite loop, which means it will not
produce any results. Therefore, there is no rowset result.
--
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]