- Notifications
You must be signed in to change notification settings - Fork126
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Merged
Uh oh!
There was an error while loading.Please reload this page.
Merged
Changes fromall commits
Commits
Show all changes
96 commits Select commitHold shift + click to select a range
138c2ae [squash from exec-sea] bring over execution phase changes
varun-edachali-dbx3e3ab94 remove excess test
varun-edachali-dbx4a78165 add docstring
varun-edachali-dbx0dac4aa remvoe exec func in sea backend
varun-edachali-dbx1b794c7 remove excess files
varun-edachali-dbxda5a6fe remove excess models
varun-edachali-dbx686ade4 remove excess sea backend tests
varun-edachali-dbx31e6c83 cleanup
varun-edachali-dbx69ea238 re-introduce get_schema_desc
varun-edachali-dbx66d7517 remove SeaResultSet
varun-edachali-dbx71feef9 clean imports and attributes
varun-edachali-dbxae9862f pass CommandId to ExecResp
varun-edachali-dbxd8aa69e remove changes in types
varun-edachali-dbxdb139bc add back essential types (ExecResponse, from_sea_state)
varun-edachali-dbxb977b12 fix fetch types
varun-edachali-dbxda615c0 excess imports
varun-edachali-dbx0da04a6 reduce diff by maintaining logs
varun-edachali-dbxea9d456 fix int test types
varun-edachali-dbx8985c62 [squashed from exec-sea] init execution func
varun-edachali-dbxd9bcdbe remove irrelevant changes
varun-edachali-dbxee9fa1c remove ResultSetFilter functionality
varun-edachali-dbx24c6152 remove more irrelevant changes
varun-edachali-dbx67fd101 remove more irrelevant changes
varun-edachali-dbx271fcaf even more irrelevant changes
varun-edachali-dbxbf26ea3 remove sea response as init option
varun-edachali-dbxed7cf91 exec test example scripts
varun-edachali-dbxdae15e3 formatting (black)
varun-edachali-dbxdb5bbea [squashed from sea-exec] merge sea stuffs
varun-edachali-dbxd5d3699 remove excess changes
varun-edachali-dbx6137a3d remove excess removed docstring
varun-edachali-dbx75b0773 remove excess changes in backend
varun-edachali-dbx4494dcd remove excess imports
varun-edachali-dbx4d0aeca remove accidentally removed _get_schema_desc
varun-edachali-dbx7cece5e remove unnecessary init with sea_response tests
varun-edachali-dbx8977c06 rmeove unnecessary changes
varun-edachali-dbx0216d7a formatting (black)
varun-edachali-dbx4cb15fd improved models and filters from cloudfetch-sea branch
varun-edachali-dbxdee47f7 filters stuff (align with JDBC)
varun-edachali-dbxe385d5b backend from cloudfetch-sea
varun-edachali-dbx484064e remove filtering, metadata ops
varun-edachali-dbx030edf8 raise NotImplementedErrror for metadata ops
varun-edachali-dbx3e22c6c change to valid table name
varun-edachali-dbx787f1f7 Merge branch 'sea-migration' into sea-test-scripts
varun-edachali-dbx165c4f3 remove un-necessary changes
varun-edachali-dbxa6e40d0 simplify test module
varun-edachali-dbx52e3088 logging -> debug level
varun-edachali-dbx641c09b change table name in log
varun-edachali-dbx8bd12d8 Merge branch 'sea-migration' into exec-models-sea
varun-edachali-dbxffded6e remove un-necessary changes
varun-edachali-dbx227f6b3 remove un-necessary backend cahnges
varun-edachali-dbx68657a3 remove un-needed GetChunksResponse
varun-edachali-dbx3940eec remove un-needed GetChunksResponse
varun-edachali-dbx37813ba reduce code duplication in response parsing
varun-edachali-dbx267c9f4 reduce code duplication
varun-edachali-dbx2967119 more clear docstrings
varun-edachali-dbx47fd60d introduce strongly typed ChunkInfo
varun-edachali-dbx982fdf2 remove is_volume_operation from response
varun-edachali-dbx9e14d48 add is_volume_op and more ResultData fields
varun-edachali-dbxbe1997e Merge branch 'exec-models-sea' into exec-phase-sea
varun-edachali-dbxe8e8ee7 Merge branch 'sea-test-scripts' into exec-phase-sea
varun-edachali-dbx05ee4e7 add test scripts
varun-edachali-dbxcbace3f Revert "Merge branch 'exec-models-sea' into exec-phase-sea"
varun-edachali-dbxc075b07 change logging level
varun-edachali-dbxc62f76d remove un-necessary changes
varun-edachali-dbx199402e remove excess changes
varun-edachali-dbx8ac574b remove excess changes
varun-edachali-dbx398ca70 Merge branch 'sea-migration' into exec-phase-sea
varun-edachali-dbxb1acc5b remove _get_schema_bytes (for now)
varun-edachali-dbxef2a7ee redundant comments
varun-edachali-dbx699942d Merge branch 'sea-migration' into exec-phase-sea
varun-edachali-dbxaf8f74e remove fetch phase methods
varun-edachali-dbx5540c5c reduce code repetititon + introduce gaps after multi line pydocs
varun-edachali-dbxefe3881 remove unused imports
varun-edachali-dbx36ab59b move description extraction to helper func
varun-edachali-dbx1d57c99 formatting (black)
varun-edachali-dbxdf6dac2 add more unit tests
varun-edachali-dbxad0e527 streamline unit tests
varun-edachali-dbxed446a0 test getting the list of allowed configurations
varun-edachali-dbx38e4b5c reduce diff
varun-edachali-dbx94879c0 reduce diff
varun-edachali-dbx1809956 house constants in enums for readability and immutability
varun-edachali-dbxda5260c add note on hybrid disposition
varun-edachali-dbx0385ffb remove redundant note on arrow_schema_bytes
varun-edachali-dbx90bb09c Merge branch 'sea-migration' into exec-phase-sea
varun-edachali-dbxcd22389 remove invalid import
varun-edachali-dbx82e0f8b Merge branch 'sea-migration' into exec-phase-sea
varun-edachali-dbx059657e add strong typing for manifest in _extract_description
varun-edachali-dbx68d6276 remove un-necessary column skipping
varun-edachali-dbx91d28b2 remove parsing in backend
varun-edachali-dbxc038f22 fix: convert sea statement id to CommandId type
varun-edachali-dbx398909c make polling interval a separate constant
varun-edachali-dbx7ec43e1 align state checking with Thrift implementation
varun-edachali-dbxec95c76 update unit tests according to changes
varun-edachali-dbx5c1166a add unit tests for added methods
varun-edachali-dbxdf9f849 add spec to description extraction docstring, add strong typing to pa…
varun-edachali-dbx3eb582f add strong typing for backend parameters arg
varun-edachali-dbxFile filter
Filter by extension
Conversations
Failed to load comments.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Jump to file
Failed to load files.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Diff view
Diff view
There are no files selected for viewing
2 changes: 1 addition & 1 deletionsrc/databricks/sql/backend/databricks_client.py
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.
Uh oh!
There was an error while loading.Please reload this page.
Oops, something went wrong.
Uh oh!
There was an error while loading.Please reload this page.
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.