Introduce preliminary SEA Result Set #588
Merged
varun-edachali-dbx merged 68 commits intoJun 12, 2025
Merged
Introduce preliminary SEA Result Set #588varun-edachali-dbx merged 68 commits into
varun-edachali-dbx merged 68 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 ea9d456committed[squashed from exec-sea] init execution func
Show description for 8985c62committedremove irrelevant changes
Show description for d9bcdbecommittedremove ResultSetFilter functionality
Show description for ee9fa1ccommittedremove more irrelevant changes
Show description for 24c6152committedremove more irrelevant changes
Show description for 67fd101committedeven more irrelevant changes
Show description for 271fcafcommittedremove sea response as init option
Show description for bf26ea3committedmove 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
align SeaResultSet with new structure
Show description for 4e07f1ecommittedcorrect sea res set tests
Show description for 65e7c6bcommittedremove 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- committed
has_more_rows -> is_direct_results
Show description for ed7079ecommittedfix type errors with arrow_schema_bytes
Show description for 0384b65committedspaces after multi line pydocs
Show description for 218e547committed- committed
remove duplicate queue init (merge artifact)
Show description for a6788f8committedreduce diff (remove newlines)
Show description for 93468e6committedremove un-necessary changes
Show description for a70a6cecommittedRevert "remove un-necessary changes"
Show description for de181d8committed
Commits on Jun 12, 2025
b"" -> None
Show description for 8c65345committed