-
Notifications
You must be signed in to change notification settings - Fork 36
Comparing changes
Open a pull request
base repository: databricks/databricks-sql-nodejs
base: e169f69
head repository: databricks/databricks-sql-nodejs
compare: a86f828
- 11 commits
- 43 files changed
- 1 contributor
Commits on Nov 14, 2023
-
DBSQLOperation Refactoring (3 of 3) (#198)
* Refactoring: Introduce concept of results provider; convert FetchResultsHelper into provider of TRowSet Signed-off-by: Levko Kravets <levko.ne@gmail.com> * Convert Json/Arrow/CloudFetch result handlers to implement result provider interface Signed-off-by: Levko Kravets <levko.ne@gmail.com> * Refine the code and update tests Signed-off-by: Levko Kravets <levko.ne@gmail.com> --------- Signed-off-by: Levko Kravets <levko.ne@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 57c21d7 - Browse repository at this point
Copy the full SHA 57c21d7View commit details -
Refactoring: Convert global config to client config and make it avail…
…able through client context (#202) Convert global config to client config and make it available through client context Signed-off-by: Levko Kravets <levko.ne@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 80c660e - Browse repository at this point
Copy the full SHA 80c660eView commit details
Commits on Nov 27, 2023
-
Add some tests for proxy support (#206)
Signed-off-by: Levko Kravets <levko.ne@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 8e6098a - Browse repository at this point
Copy the full SHA 8e6098aView commit details
Commits on Nov 28, 2023
-
Make sure that DBSQLOperation.fetchChunk returns chunks of requested …
…size (#200) * Refactoring: Introduce concept of results provider; convert FetchResultsHelper into provider of TRowSet Signed-off-by: Levko Kravets <levko.ne@gmail.com> * Convert Json/Arrow/CloudFetch result handlers to implement result provider interface Signed-off-by: Levko Kravets <levko.ne@gmail.com> * Refine the code and update tests Signed-off-by: Levko Kravets <levko.ne@gmail.com> * Make sure that DBSQLOperation.fetchChunk returns chunks of requested size Signed-off-by: Levko Kravets <levko.ne@gmail.com> * Add option to disable result buffering & slicing Signed-off-by: Levko Kravets <levko.ne@gmail.com> * Update existing tests Signed-off-by: Levko Kravets <levko.ne@gmail.com> * Add tests for ResultSlicer Signed-off-by: Levko Kravets <levko.ne@gmail.com> * Refine code Signed-off-by: Levko Kravets <levko.ne@gmail.com> * Add more tests Signed-off-by: Levko Kravets <levko.ne@gmail.com> --------- Signed-off-by: Levko Kravets <levko.ne@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 9b03de3 - Browse repository at this point
Copy the full SHA 9b03de3View commit details
Commits on Nov 30, 2023
-
* Fix event loop blocking Signed-off-by: Levko Kravets <levko.ne@gmail.com> * Increase connection pool when using CloudFetch Signed-off-by: Levko Kravets <levko.ne@gmail.com> --------- Signed-off-by: Levko Kravets <levko.ne@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 69d88b8 - Browse repository at this point
Copy the full SHA 69d88b8View commit details
Commits on Dec 4, 2023
-
[PECO-953] Optimize CloudFetchResultHandler memory consumption (#204)
* Refactoring: Introduce concept of results provider; convert FetchResultsHelper into provider of TRowSet Signed-off-by: Levko Kravets <levko.ne@gmail.com> * Convert Json/Arrow/CloudFetch result handlers to implement result provider interface Signed-off-by: Levko Kravets <levko.ne@gmail.com> * Refine the code and update tests Signed-off-by: Levko Kravets <levko.ne@gmail.com> * Make sure that DBSQLOperation.fetchChunk returns chunks of requested size Signed-off-by: Levko Kravets <levko.ne@gmail.com> * Add option to disable result buffering & slicing Signed-off-by: Levko Kravets <levko.ne@gmail.com> * Update existing tests Signed-off-by: Levko Kravets <levko.ne@gmail.com> * Add tests for ResultSlicer Signed-off-by: Levko Kravets <levko.ne@gmail.com> * Refine code Signed-off-by: Levko Kravets <levko.ne@gmail.com> * Add more tests Signed-off-by: Levko Kravets <levko.ne@gmail.com> * Optimize CloudFetchResultHandler memory consumption Signed-off-by: Levko Kravets <levko.ne@gmail.com> * Add and update tests Signed-off-by: Levko Kravets <levko.ne@gmail.com> --------- Signed-off-by: Levko Kravets <levko.ne@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 5c5b87f - Browse repository at this point
Copy the full SHA 5c5b87fView commit details
Commits on Dec 18, 2023
-
Add Raymond to codeowners file (#214)
Signed-off-by: Levko Kravets <levko.ne@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 4fbe55b - Browse repository at this point
Copy the full SHA 4fbe55bView commit details -
Remove protocol version check for query parameters (#213)
* Remove protocol version check for query parameters Signed-off-by: Levko Kravets <levko.ne@gmail.com> * Re-enable query parameters tests Signed-off-by: Levko Kravets <levko.ne@gmail.com> --------- Signed-off-by: Levko Kravets <levko.ne@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 47d7151 - Browse repository at this point
Copy the full SHA 47d7151View commit details -
[PECO-1261] Improve CloudFetch downloading queue (#209)
[PECO-1261] Wait only for the currently needed link, download the rest in background Signed-off-by: Levko Kravets <levko.ne@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for bdc7126 - Browse repository at this point
Copy the full SHA bdc7126View commit details -
[PECO-1258] Don't fetch results beyond the end of dataset (#205)
* Refine conditions of results availability and adjust tests Signed-off-by: Levko Kravets <levko.ne@gmail.com> * [PECO-1258] Don't fetch results beyond the end of dataset Signed-off-by: Levko Kravets <levko.ne@gmail.com> * Remove irrelevant changes Signed-off-by: Levko Kravets <levko.ne@gmail.com> --------- Signed-off-by: Levko Kravets <levko.ne@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 5030d0f - Browse repository at this point
Copy the full SHA 5030d0fView commit details
Commits on Dec 20, 2023
-
Signed-off-by: Levko Kravets <levko.ne@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for a86f828 - Browse repository at this point
Copy the full SHA a86f828View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff e169f69...a86f828