Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/databricks/sql/backend/thrift_backend.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
"_retry_delay_default": (float, 5, 1, 60),
}


# Checks
Copy link

Copilot AI Jan 20, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The comment "Checks" is too vague and doesn't provide meaningful context. Comments should explain what is being checked or why this section exists. Consider either removing this comment if it's not needed, or making it more descriptive, such as describing the purpose of the ThriftDatabricksClient class that follows.

Suggested change
# Checks
# Thrift-based Databricks SQL client implementation

Copilot uses AI. Check for mistakes.
class ThriftDatabricksClient(DatabricksClient):
CLOSED_OP_STATE = CommandState.CLOSED
ERROR_OP_STATE = CommandState.FAILED
Expand Down
Loading