Skip to content

Commit aadfdd2

Browse files
ai: apply changes for #932 (1 review thread)
Addresses: - #3859272243 at src/databricks/sql/client.py:238 Signed-off-by: peco-engineer-bot[bot] <peco-engineer-bot[bot]@users.noreply.github.com>
1 parent baf88f0 commit aadfdd2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/databricks/sql/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ def read(self) -> Optional[OAuthToken]:
235235
When True, enables persistent on-disk token cache; when False (or unset),
236236
tokens are held in memory only and the user must re-authenticate when the
237237
process restarts.
238-
Has no effect on Thrift or SEA backends, which maintain their own token
238+
Has no effect on the Thrift backend, which maintains its own token
239239
lifecycle via `experimental_oauth_persistence`. This parameter is distinct
240240
from the Thrift-only `experimental_oauth_persistence` — this controls the
241241
kernel's built-in encrypted storage, whereas `experimental_oauth_persistence`

0 commit comments

Comments
 (0)