Skip to content

Commit

Permalink
SNOW-1437655 Fix for getQueryMetadata retry
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-dstempniak committed May 31, 2024
1 parent 2665b29 commit 08fedad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/net/snowflake/client/core/SFSession.java
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ private JsonNode getQueryMetadata(String queryID) throws SQLException {
HttpUtil.executeGeneralRequest(
get,
loginTimeout,
0,
0, // no authentication timeout for the request
(int) httpClientSocketTimeout.toMillis(),
maxHttpRetries,
getHttpClientKey());
Expand Down

0 comments on commit 08fedad

Please sign in to comment.