Skip to content

Commit ef2a7ee

Browse files
redundant comments
Signed-off-by: varun-edachali-dbx <varun.edachali@databricks.com>
1 parent b1acc5b commit ef2a7ee

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -487,12 +487,11 @@ def execute_command(
487487
# Store the command ID in the cursor
488488
cursor.active_command_id = command_id
489489

490-
# If async operation, return None and let the client poll for results
490+
# If async operation, return and let the client poll for results
491491
if async_op:
492492
return None
493493

494494
# For synchronous operation, wait for the statement to complete
495-
# Poll until the statement is done
496495
status = response.status
497496
state = status.state
498497

0 commit comments

Comments
 (0)