Skip to content

Commit 0385ffb

Browse files
remove redundant note on arrow_schema_bytes
Signed-off-by: varun-edachali-dbx <varun.edachali@databricks.com>
1 parent da5260c commit 0385ffb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,7 @@ def _results_message_to_execute_response(self, sea_response, command_id):
354354
has_been_closed_server_side=False,
355355
lz4_compressed=lz4_compressed,
356356
is_staging_operation=False,
357-
arrow_schema_bytes=None, # to be extracted during fetch phase for ARROW
357+
arrow_schema_bytes=None,
358358
result_format=manifest_obj.format,
359359
)
360360

0 commit comments

Comments
 (0)