Skip to content

Commit 14270db

Browse files
committed
Check
1 parent d45910d commit 14270db

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/databricks/sql/thrift_backend.py

+1
Original file line numberDiff line numberDiff line change
@@ -934,6 +934,7 @@ def get_catalogs(self, session_handle, max_rows, max_bytes, cursor):
934934
maxRows=max_rows, maxBytes=max_bytes
935935
),
936936
)
937+
## commment
937938
resp = self.make_request(self._client.GetCatalogs, req)
938939
return self._handle_execute_response(resp, cursor)
939940

0 commit comments

Comments
 (0)