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 38c9343 commit 92821e7Copy full SHA for 92821e7
src/databricks/sql/cloudfetch/download_manager.py
@@ -45,10 +45,10 @@ def __init__(
45
max_download_threads: int,
46
lz4_compressed: bool,
47
ssl_options: SSLOptions,
48
- expiry_callback: Optional[Callable[[TSparkArrowResultLink], None]] = None,
49
session_id_hex: Optional[str],
50
statement_id: str,
51
chunk_id: int,
+ expiry_callback: Optional[Callable[[TSparkArrowResultLink], None]] = None,
52
):
53
self._pending_links: List[Tuple[int, TSparkArrowResultLink]] = []
54
self.chunk_id = chunk_id
0 commit comments