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 b1acc5b commit ef2a7eeCopy full SHA for ef2a7ee
src/databricks/sql/backend/sea/backend.py
@@ -487,12 +487,11 @@ def execute_command(
487
# Store the command ID in the cursor
488
cursor.active_command_id = command_id
489
490
- # If async operation, return None and let the client poll for results
+ # If async operation, return and let the client poll for results
491
if async_op:
492
return None
493
494
# For synchronous operation, wait for the statement to complete
495
- # Poll until the statement is done
496
status = response.status
497
state = status.state
498
0 commit comments