Skip to content

Commit f612795

Browse files
author
Jesse Whitehouse
committed
Remove per PR feedback
Signed-off-by: Jesse Whitehouse <[email protected]>
1 parent c0c09d4 commit f612795

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/databricks/sql/thrift_backend.py

-1
Original file line numberDiff line numberDiff line change
@@ -735,7 +735,6 @@ def _results_message_to_execute_response(self, resp, operation_state):
735735
.to_pybytes()
736736
)
737737
lz4_compressed = t_result_set_metadata_resp.lz4Compressed
738-
# TODO: will this fail if metadata doesn't include `isStagingOperation`?
739738
is_staging_operation = t_result_set_metadata_resp.isStagingOperation
740739
if direct_results and direct_results.resultSet:
741740
assert direct_results.resultSet.results.startRowOffset == 0

0 commit comments

Comments
 (0)