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 e86e755 commit 7035098Copy full SHA for 7035098
src/databricks/sql/result_set.py
@@ -502,7 +502,7 @@ def __init__(
502
description=execute_response.description,
503
is_staging_operation=execute_response.is_staging_operation,
504
lz4_compressed=execute_response.lz4_compressed,
505
- arrow_schema_bytes=execute_response.arrow_schema_bytes or b"",
+ arrow_schema_bytes=execute_response.arrow_schema_bytes,
506
)
507
508
def _convert_json_to_arrow(self, rows: List[List]) -> "pyarrow.Table":
0 commit comments