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 a7f8876 commit 1444a67Copy full SHA for 1444a67
src/databricks/sql/backend/sea/utils/filters.py
@@ -53,7 +53,7 @@ def _filter_sea_result_set(
53
# Reuse the command_id from the original result set
54
command_id = result_set.command_id
55
56
- # Create an ExecuteResponse with the filtered data
+ # Create an ExecuteResponse for the filtered data
57
execute_response = ExecuteResponse(
58
command_id=command_id,
59
status=result_set.status,
0 commit comments