X Tutup
Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: databricks/databricks-sql-nodejs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.8.2
Choose a base ref
...
head repository: databricks/databricks-sql-nodejs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.8.3
Choose a head ref
  • 4 commits
  • 22 files changed
  • 1 contributor

Commits on Mar 18, 2024

  1. Update dependencies to fix security warnings (#238)

    Signed-off-by: Levko Kravets <levko.ne@gmail.com>
    kravets-levko authored Mar 18, 2024
    Configuration menu
    Copy the full SHA
    08bbdfc View commit details
    Browse the repository at this point in the history
  2. [PECO-729] Improve retry behavior (#230)

    * [PECO-729] Respect `Retry-After` header with falling back to backoff algorithm
    
    Signed-off-by: Levko Kravets <levko.ne@gmail.com>
    
    * [PECO-729] Extend list of HTTP status codes that could be retried
    
    Signed-off-by: Levko Kravets <levko.ne@gmail.com>
    
    * Pass `Request` object in addition to `Response` to `HttpRetryPolicy`
    
    Signed-off-by: Levko Kravets <levko.ne@gmail.com>
    
    * [PECO-729] Retry only idempotent requests (HTTP GET + restricted set of Thrift operations)
    
    Signed-off-by: Levko Kravets <levko.ne@gmail.com>
    
    * Update HttpRetryPolicy logic; add/update tests
    
    Signed-off-by: Levko Kravets <levko.ne@gmail.com>
    
    * Reduce max retry attempts to 5
    
    Signed-off-by: Levko Kravets <levko.ne@gmail.com>
    
    * Use `Retry-After` as a base for backoff, not instead of it
    
    Signed-off-by: Levko Kravets <levko.ne@gmail.com>
    
    ---------
    
    Signed-off-by: Levko Kravets <levko.ne@gmail.com>
    kravets-levko authored Mar 18, 2024
    Configuration menu
    Copy the full SHA
    6673660 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2024

  1. [PECO-1532] Ignore the excess records in query results (#239)

    * [PECO-1532] Arrow and CloudFetch result handlers: return row count with raw batch data
    
    Signed-off-by: Levko Kravets <levko.ne@gmail.com>
    
    * Update tests
    
    Signed-off-by: Levko Kravets <levko.ne@gmail.com>
    
    * Refactor `ArrowResultConverter` - cleanup and make it skip empty batches
    
    Signed-off-by: Levko Kravets <levko.ne@gmail.com>
    
    * [PECO-1532] Ignore the excess records in arrow batches
    
    Signed-off-by: Levko Kravets <levko.ne@gmail.com>
    
    * Add tests
    
    Signed-off-by: Levko Kravets <levko.ne@gmail.com>
    
    ---------
    
    Signed-off-by: Levko Kravets <levko.ne@gmail.com>
    kravets-levko authored Mar 27, 2024
    Configuration menu
    Copy the full SHA
    1dc16ac View commit details
    Browse the repository at this point in the history
  2. Prepare release 1.8.3 (#240)

    * Prepare release 1.8.3
    
    Signed-off-by: Levko Kravets <levko.ne@gmail.com>
    
    * Fix `npm audit` warnings
    
    Signed-off-by: Levko Kravets <levko.ne@gmail.com>
    
    ---------
    
    Signed-off-by: Levko Kravets <levko.ne@gmail.com>
    kravets-levko authored Mar 27, 2024
    Configuration menu
    Copy the full SHA
    4592c40 View commit details
    Browse the repository at this point in the history
Loading
X Tutup