Normalise Execution Response (clean backend interfaces)#587
Merged
varun-edachali-dbx merged 49 commits intoJun 11, 2025
Merged
Normalise Execution Response (clean backend interfaces)#587varun-edachali-dbx merged 49 commits into
varun-edachali-dbx merged 49 commits into
Commits
Commits on Jun 9, 2025
[squash from exec-sea] bring over execution phase changes
Show description for 138c2aecommittedremove excess test
Show description for 3e3ab94committedadd docstring
Show description for 4a78165committedremvoe exec func in sea backend
Show description for 0dac4aacommittedremove excess files
Show description for 1b794c7committedremove excess models
Show description for da5a6fecommittedremove excess sea backend tests
Show description for 686ade4committedcleanup
Show description for 31e6c83committedre-introduce get_schema_desc
Show description for 69ea238committedremove SeaResultSet
Show description for 66d7517committedclean imports and attributes
Show description for 71feef9committedpass CommandId to ExecResp
Show description for ae9862fcommittedremove changes in types
Show description for d8aa69ecommittedadd back essential types (ExecResponse, from_sea_state)
Show description for db139bccommittedfix fetch types
Show description for b977b12committedexcess imports
Show description for da615c0committedreduce diff by maintaining logs
Show description for 0da04a6committedfix int test types
Show description for ea9d456committedmove guid_to_hex_id import to utils
Show description for d97463bcommittedreduce diff in guid utils import
Show description for 139e246committedmove arrow_schema_bytes back into ExecuteResult
Show description for e3ee4e4committedmaintain log
Show description for f448a8fcommittedremove un-necessary assignment
Show description for 82ca1eecommittedremove un-necessary tuple response
Show description for e96a078committedremove un-ncessary verbose mocking
Show description for 27158b1committed
Commits on Jun 10, 2025
move Queue construction to ResultSert
Show description for d3200c4committedmove description to List[Tuple]
Show description for 8a014f0committedfrmatting (black)
Show description for 39c41abcommittedreduce diff (remove explicit tuple conversion)
Show description for 2cd04dfcommittedremove has_more_rows from ExecuteResponse
Show description for 067a019committedremove un-necessary has_more_rows aclc
Show description for 48c83e0committeddefault has_more_rows to True
Show description for 281a9e9committedreturn has_more_rows from ExecResponse conversion during GetRespMetadata
Show description for 192901dcommittedremove unnecessary replacement
Show description for 55f5c45committedbetter mocked backend naming
Show description for edc36b5committedremove has_more_rows test in ExecuteResponse
Show description for 81280e7committedintroduce replacement of original has_more_rows read test
Show description for c1d3be2committedcall correct method in test_use_arrow_schema
Show description for 5ee4136committedcall correct method in test_fall_back_to_hive_schema
Show description for b881ab0committedre-introduce result response read test
Show description for 53bf715committedsimplify test
Show description for 45a32becommittedremove excess fetch_results mocks
Show description for e3fe299committedmore minimal changes to thrift_backend tests
Show description for e8038d3committedmove back to old table types
Show description for 2f6ec19committedremove outdated arrow_schema_bytes return
Show description for 73bc282committed
Commits on Jun 11, 2025
remove duplicate import
Show description for 7c483f2committedrephrase model docstrings to explicitly denote that they are representations and not used over the wire
Show description for 8cbeb08committedhas_more_rows -> is_direct_results
Show description for 36b9cfbcommittedswitch docstring format to align with Connection class
Show description for c04d583committed