Skip to content

Commit 8c65345

Browse files
b"" -> None
Signed-off-by: varun-edachali-dbx <varun.edachali@databricks.com>
1 parent de181d8 commit 8c65345

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
@@ -46,7 +46,7 @@ def __init__(
4646
description=None,
4747
is_staging_operation: bool = False,
4848
lz4_compressed: bool = False,
49-
arrow_schema_bytes: Optional[bytes] = b"",
49+
arrow_schema_bytes: Optional[bytes] = None,
5050
):
5151
"""
5252
A ResultSet manages the results of a single command.

0 commit comments

Comments
 (0)