Skip to content

Commit 92821e7

Browse files
move param order
Signed-off-by: varun-edachali-dbx <[email protected]>
1 parent 38c9343 commit 92821e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/databricks/sql/cloudfetch/download_manager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,10 @@ def __init__(
4545
max_download_threads: int,
4646
lz4_compressed: bool,
4747
ssl_options: SSLOptions,
48-
expiry_callback: Optional[Callable[[TSparkArrowResultLink], None]] = None,
4948
session_id_hex: Optional[str],
5049
statement_id: str,
5150
chunk_id: int,
51+
expiry_callback: Optional[Callable[[TSparkArrowResultLink], None]] = None,
5252
):
5353
self._pending_links: List[Tuple[int, TSparkArrowResultLink]] = []
5454
self.chunk_id = chunk_id

0 commit comments

Comments
 (0)