Skip to content

Commit 1444a67

Browse files
Update src/databricks/sql/backend/sea/utils/filters.py
Co-authored-by: jayant <167047871+jayantsing-db@users.noreply.github.com>
1 parent a7f8876 commit 1444a67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/databricks/sql/backend/sea/utils/filters.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ def _filter_sea_result_set(
5353
# Reuse the command_id from the original result set
5454
command_id = result_set.command_id
5555

56-
# Create an ExecuteResponse with the filtered data
56+
# Create an ExecuteResponse for the filtered data
5757
execute_response = ExecuteResponse(
5858
command_id=command_id,
5959
status=result_set.status,

0 commit comments

Comments
 (0)