Commits
User selector
Commit History
Commits on May 29, 2025
rename info to properties
Show description for 73fb141committed
Commits on May 28, 2025
fix typing
Show description for 0a8226ccommittedformatting (black) + remove excess log (merge artifact)
Show description for 9b9735ecommittedremove excess logs, assertions, instantiations
Show description for a888dd6committedNew Complex type test table + Github Action changes (#575)
Show description for f7be10cauthored andcommittedEnhance Cursor close handling and context manager exception management to prevent server side resource leaks (#554)
Show description for c1d53d2authored andcommittedReapply "Merge remote-tracking branch 'upstream/sea-migration' into decouple-session"
Show description for 0b91183committedRevert "Merge remote-tracking branch 'upstream/sea-migration' into decouple-session"
Show description for d8159e7committedMerging changes from v3.7.1 release (#488)
Show description for 6c120c0authored andcommittedupdate open session with normalised SessionId
Show description for ca1b57dcommittedids -> backend/types
Show description for 370627dcommittedargs -> kwargs in tests
Show description for 6fc0834committedformatting (black)
Show description for 30849dccommittedgeneralise open session, fix session tests to consider positional args
Show description for 6b3436fcommittedfix: remove accidentally removed assertions
Show description for 160ba9fcommittedReapply "Merge remote-tracking branch 'upstream/sea-migration' into decouple-session"
Show description for a61df99committedRevert "Merge remote-tracking branch 'upstream/sea-migration' into decouple-session"
Show description for 73649f2committedfix: convert command id to operationHandle in status_request
Show description for 3658a91committedfixed (most) tests by accounting for normalised Session interface
Show description for 6338083committedcommand_handle -> command_id in ExecuteResponse
Show description for 802d8dccommittedfix: thrift_backend -> backend in ResultSet reference in e2e test
Show description for 37f3af1committedfix: backend references in integration tests
Show description for 35ed462committedEnhance Cursor close handling and context manager exception management to prevent server side resource leaks (#554)
Show description for 4ad6c8dauthored andcommittedfix: sql.thrift_backend -> sql.backend.thrift_backend in tests and examples
Show description for 0e6e215committedformatting: black + re-organise backend into new dir
Show description for 4debbd3committedfix: replace module replacement with concrete mock instance in executemany test
Show description for 788d8c7committedfix: replace thrift_backend with backend in result set param
Show description for 33765cbcommittedchange names of ThriftBackend -> ThriftDatabricksClient in tests
Show description for ef5a06bcommittedformatting (black)
Show description for 29a2840committedchore: move session specific tests from test_client to test_session
Show description for 6f3b5b7committedupdate unit tests to address ThriftBackend through session instead of through Connection
Show description for 983ec03committed[PECOBLR-361] convert column table to arrow if arrow present (#551)
Show description for 61cc398authored andcommittedCleanup fields as they might be deprecated/removed/change in the future (#553)
Show description for 8f7754bauthored andcommittedAdded example for async execute query (#537)
Show description for 28249c0authored andcommittedSupport multiple timestamp formats in non arrow flow (#533)
Show description for 37e73a9authored andcommitted