-
Notifications
You must be signed in to change notification settings - Fork 111
Implement SeaDatabricksClient (Complete Execution Spec) #590
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
varun-edachali-dbx
wants to merge
83
commits into
sea-migration
Choose a base branch
from
exec-phase-sea
base: sea-migration
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 80 commits
Commits
Show all changes
83 commits
Select commit
Hold shift + click to select a range
138c2ae
[squash from exec-sea] bring over execution phase changes
varun-edachali-dbx 3e3ab94
remove excess test
varun-edachali-dbx 4a78165
add docstring
varun-edachali-dbx 0dac4aa
remvoe exec func in sea backend
varun-edachali-dbx 1b794c7
remove excess files
varun-edachali-dbx da5a6fe
remove excess models
varun-edachali-dbx 686ade4
remove excess sea backend tests
varun-edachali-dbx 31e6c83
cleanup
varun-edachali-dbx 69ea238
re-introduce get_schema_desc
varun-edachali-dbx 66d7517
remove SeaResultSet
varun-edachali-dbx 71feef9
clean imports and attributes
varun-edachali-dbx ae9862f
pass CommandId to ExecResp
varun-edachali-dbx d8aa69e
remove changes in types
varun-edachali-dbx db139bc
add back essential types (ExecResponse, from_sea_state)
varun-edachali-dbx b977b12
fix fetch types
varun-edachali-dbx da615c0
excess imports
varun-edachali-dbx 0da04a6
reduce diff by maintaining logs
varun-edachali-dbx ea9d456
fix int test types
varun-edachali-dbx 8985c62
[squashed from exec-sea] init execution func
varun-edachali-dbx d9bcdbe
remove irrelevant changes
varun-edachali-dbx ee9fa1c
remove ResultSetFilter functionality
varun-edachali-dbx 24c6152
remove more irrelevant changes
varun-edachali-dbx 67fd101
remove more irrelevant changes
varun-edachali-dbx 271fcaf
even more irrelevant changes
varun-edachali-dbx bf26ea3
remove sea response as init option
varun-edachali-dbx ed7cf91
exec test example scripts
varun-edachali-dbx dae15e3
formatting (black)
varun-edachali-dbx db5bbea
[squashed from sea-exec] merge sea stuffs
varun-edachali-dbx d5d3699
remove excess changes
varun-edachali-dbx 6137a3d
remove excess removed docstring
varun-edachali-dbx 75b0773
remove excess changes in backend
varun-edachali-dbx 4494dcd
remove excess imports
varun-edachali-dbx 4d0aeca
remove accidentally removed _get_schema_desc
varun-edachali-dbx 7cece5e
remove unnecessary init with sea_response tests
varun-edachali-dbx 8977c06
rmeove unnecessary changes
varun-edachali-dbx 0216d7a
formatting (black)
varun-edachali-dbx 4cb15fd
improved models and filters from cloudfetch-sea branch
varun-edachali-dbx dee47f7
filters stuff (align with JDBC)
varun-edachali-dbx e385d5b
backend from cloudfetch-sea
varun-edachali-dbx 484064e
remove filtering, metadata ops
varun-edachali-dbx 030edf8
raise NotImplementedErrror for metadata ops
varun-edachali-dbx 3e22c6c
change to valid table name
varun-edachali-dbx 787f1f7
Merge branch 'sea-migration' into sea-test-scripts
varun-edachali-dbx 165c4f3
remove un-necessary changes
varun-edachali-dbx a6e40d0
simplify test module
varun-edachali-dbx 52e3088
logging -> debug level
varun-edachali-dbx 641c09b
change table name in log
varun-edachali-dbx 8bd12d8
Merge branch 'sea-migration' into exec-models-sea
varun-edachali-dbx ffded6e
remove un-necessary changes
varun-edachali-dbx 227f6b3
remove un-necessary backend cahnges
varun-edachali-dbx 68657a3
remove un-needed GetChunksResponse
varun-edachali-dbx 3940eec
remove un-needed GetChunksResponse
varun-edachali-dbx 37813ba
reduce code duplication in response parsing
varun-edachali-dbx 267c9f4
reduce code duplication
varun-edachali-dbx 2967119
more clear docstrings
varun-edachali-dbx 47fd60d
introduce strongly typed ChunkInfo
varun-edachali-dbx 982fdf2
remove is_volume_operation from response
varun-edachali-dbx 9e14d48
add is_volume_op and more ResultData fields
varun-edachali-dbx be1997e
Merge branch 'exec-models-sea' into exec-phase-sea
varun-edachali-dbx e8e8ee7
Merge branch 'sea-test-scripts' into exec-phase-sea
varun-edachali-dbx 05ee4e7
add test scripts
varun-edachali-dbx cbace3f
Revert "Merge branch 'exec-models-sea' into exec-phase-sea"
varun-edachali-dbx c075b07
change logging level
varun-edachali-dbx c62f76d
remove un-necessary changes
varun-edachali-dbx 199402e
remove excess changes
varun-edachali-dbx 8ac574b
remove excess changes
varun-edachali-dbx 398ca70
Merge branch 'sea-migration' into exec-phase-sea
varun-edachali-dbx b1acc5b
remove _get_schema_bytes (for now)
varun-edachali-dbx ef2a7ee
redundant comments
varun-edachali-dbx 699942d
Merge branch 'sea-migration' into exec-phase-sea
varun-edachali-dbx af8f74e
remove fetch phase methods
varun-edachali-dbx 5540c5c
reduce code repetititon + introduce gaps after multi line pydocs
varun-edachali-dbx efe3881
remove unused imports
varun-edachali-dbx 36ab59b
move description extraction to helper func
varun-edachali-dbx 1d57c99
formatting (black)
varun-edachali-dbx df6dac2
add more unit tests
varun-edachali-dbx ad0e527
streamline unit tests
varun-edachali-dbx ed446a0
test getting the list of allowed configurations
varun-edachali-dbx 38e4b5c
reduce diff
varun-edachali-dbx 94879c0
reduce diff
varun-edachali-dbx 1809956
house constants in enums for readability and immutability
varun-edachali-dbx da5260c
add note on hybrid disposition
varun-edachali-dbx 0385ffb
remove redundant note on arrow_schema_bytes
varun-edachali-dbx File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.