Replies: 1 comment
-
unfortunately this question was left unanswered for a long time, and in the meanwhile many driver versions were released. Can I please ask you to file an Issue in this repo, if you're facing any unexpected behaviour with this or any other parts of the driver? Thank you in advance! Going to close this now. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
We are using Snowflake-jdbc to get the result of queries.
RESTARTED
status is "unknown" because isStillRunning returns false and isAnError returns false, but I guess it "is still running". Should isStillRunning return true?BLOCKED
status is "running" because isStillRunning returns true. However, isAnError also returns true. I thinkisAnError
should return false for any status that isStillRunning returns true because, well, is still running. So isAnError should return false forBLOCKED
?https://github.com/snowflakedb/snowflake-jdbc/blob/v3.13.32/src/main/java/net/snowflake/client/core/QueryStatus.java
Thank you,
Hiroyuki
Beta Was this translation helpful? Give feedback.
All reactions