Skip to content

Commit cbaa1f3

Browse files
fix: replace thrift_backend with backend in result set param
Signed-off-by: varun-edachali-dbx <varun.edachali@databricks.com>
1 parent 54804b9 commit cbaa1f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/test_fetches_bench.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ def make_dummy_result_set_from_initial_results(arrow_table):
3131
arrow_queue = ArrowQueue(arrow_table, arrow_table.num_rows, 0)
3232
rs = client.ResultSet(
3333
connection=None,
34-
thrift_backend=None,
34+
backend=None,
3535
execute_response=ExecuteResponse(
3636
status=None,
3737
has_been_closed_server_side=True,

0 commit comments

Comments
 (0)