Skip to content

Commit bf26881

Browse files
committed
Updated error message
1 parent 887a9e0 commit bf26881

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/databricks/sql/auth/retry.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,7 @@ def should_retry(self, method: str, status_code: int) -> Tuple[bool, str]:
366366
if self.command_type == CommandType.FETCH_RESULTS_ORIENTATION_FETCH_NEXT:
367367
return (
368368
False,
369-
"FetchResults with FETCH_NEXT orientation are not idempotent and is not retried",
369+
"FetchResults with FETCH_NEXT orientation are not idempotent in inline mode and is not retried",
370370
)
371371

372372
# Request failed and this method is not retryable. We only retry POST requests.

0 commit comments

Comments
 (0)