Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit93e55e8

Browse files
to_hex_id -> get_hex_id
Signed-off-by: varun-edachali-dbx <varun.edachali@databricks.com>
1 parent89425f9 commit93e55e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/databricks/sql/backend/types.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ def __str__(self) -> str:
7272
ifself.backend_type==BackendType.SEA:
7373
returnstr(self.guid)
7474
elifself.backend_type==BackendType.THRIFT:
75-
returnf"{self.to_hex_id()}|{guid_to_hex_id(self.secret)ifisinstance(self.secret,bytes)elsestr(self.secret)}"
75+
returnf"{self.get_hex_id()}|{guid_to_hex_id(self.secret)ifisinstance(self.secret,bytes)elsestr(self.secret)}"
7676
returnstr(self.guid)
7777

7878
@classmethod

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp