Skip to content

Commit cd6f592

Browse files
remove duplicate total_chunk_count assignment
Signed-off-by: varun-edachali-dbx <varun.edachali@databricks.com>
1 parent 4bba40e commit cd6f592

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,6 @@ def __init__(
161161
self._sea_client = sea_client
162162
self._statement_id = statement_id
163163
self._total_chunk_count = total_chunk_count
164-
self._total_chunk_count = total_chunk_count
165164

166165
logger.debug(
167166
"SeaCloudFetchQueue: Initialize CloudFetch loader for statement {}, total chunks: {}".format(

0 commit comments

Comments
 (0)