Fix potential resource leak in CloudFetchQueue#624
Merged
varun-edachali-dbx merged 5 commits intoJul 11, 2025
maindatabricks/databricks-sql-python:mainfrom
fix-download-leakdatabricks/databricks-sql-python:fix-download-leakCopy head branch name to clipboard
Merged
Fix potential resource leak in CloudFetchQueue#624varun-edachali-dbx merged 5 commits intomaindatabricks/databricks-sql-python:mainfrom fix-download-leakdatabricks/databricks-sql-python:fix-download-leakCopy head branch name to clipboard
CloudFetchQueue#624varun-edachali-dbx merged 5 commits into
maindatabricks/databricks-sql-python:mainfrom
fix-download-leakdatabricks/databricks-sql-python:fix-download-leakCopy head branch name to clipboard
Commits
Commits on Jul 4, 2025
add close() for Queue, add ResultSet invocation
Show description for ae26fc5committedmove Queue closure to finally: block to ensure client-side cleanup regardless of server side state
Show description for a5269bccommittedadd unit test assertions to ensure Queue closure
Show description for 316f6ddcommitted
Commits on Jul 9, 2025
move results closure to try block
Show description for f172f3bcommitted