We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93e55e8 commit 7689d75Copy full SHA for 7689d75
src/databricks/sql/backend/types.py
@@ -169,7 +169,8 @@ def get_protocol_version(self):
169
Get the server protocol version for this session.
170
171
Returns:
172
- The server protocol version or None if this is not a Thrift session ID
+ The server protocol version or None if it does not exist
173
+ It is not expected to exist for SEA sessions.
174
"""
175
return self.properties.get("serverProtocolVersion")
176
0 commit comments