Skip to content

Commit 281a9e9

Browse files
default has_more_rows to True
Signed-off-by: varun-edachali-dbx <varun.edachali@databricks.com>
1 parent 48c83e0 commit 281a9e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/databricks/sql/result_set.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ def __init__(
205205
command_id=execute_response.command_id,
206206
status=execute_response.status,
207207
has_been_closed_server_side=execute_response.has_been_closed_server_side,
208-
has_more_rows=False,
208+
has_more_rows=True,
209209
results_queue=results_queue,
210210
description=execute_response.description,
211211
is_staging_operation=execute_response.is_staging_operation,

0 commit comments

Comments
 (0)