Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
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 orlearn 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-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base:ecdddba
Choose a base ref
Loading
...
head repository:databricks/databricks-sql-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare:76a376b
Choose a head ref
Loading
  • 20commits
  • 18files changed
  • 2contributors

Commits on Nov 20, 2024

  1. [ PECO - 1768 ] PySQL: adjust HTTP retry logic to align with Go and N…

    …odejs drivers (#467)* Added the exponential backoff code* Added the exponential backoff algorithm and refractored the code* Added jitter and added unit tests* Reformatted* Fixed the test_retry_exponential_backoff integration test
    @jprakash-db
    jprakash-db authoredNov 20, 2024
    Configuration menu
    Copy the full SHA
    43fa964View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2024

  1. [ PECO-2065 ] Create the async execution flow for the PySQL Connector (

    …#463)* Built the basic flow for the async pipeline - testing is remaining* Implemented the flow for the get_execution_result, but the problem of invalid operation handle still persists* Missed adding some files in previous commit* Working prototype of execute_async, get_query_state and get_execution_result* Added integration tests for execute_async* add docs for functions* Refractored the async code* Fixed java doc* Reformatted
    @jprakash-db
    jprakash-db authoredNov 26, 2024
    Configuration menu
    Copy the full SHA
    328aeb5View commit details
    Browse the repository at this point in the history
  2. Fix for check_types github action failing (#472)

    Fixed the chekc_types failing
    @jprakash-db
    jprakash-db authoredNov 26, 2024
    Configuration menu
    Copy the full SHA
    980af88View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2024

  1. Remove upper caps on dependencies (#452)

    * Remove upper caps on numpy and pyarrow versions
    @arredond
    arredond authoredDec 5, 2024
    Configuration menu
    Copy the full SHA
    d690516View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2024

  1. Updated the doc to specify native parameters in PUT operation is not …

    …supported from >=3.x connector (#477)Added doc update
    @jprakash-db
    jprakash-db authoredDec 6, 2024
    Configuration menu
    Copy the full SHA
    680b3b6View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2024

  1. Incorrect rows in inline fetch result (#479)

    * Raised error when incorrect Row offset it returned* Changed error type* grammar fix* Added unit tests and modified the code* Updated error message* Updated the non retying to only inline case* Updated fix* Changed the flow* Minor update* Updated the retryable condition* Minor test fix* Added extra space
    @jprakash-db
    jprakash-db authoredDec 22, 2024
    Configuration menu
    Copy the full SHA
    ab4b73bView commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2024

  1. Bumped up to version 3.7.0 (#482)

    * bumped up version* Updated to version 3.7.0* Grammar fix* Minor fix
    @jprakash-db
    jprakash-db authoredDec 23, 2024
    Configuration menu
    Copy the full SHA
    f9d6ef1View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2025

  1. Increased the number of retry attempts allowed (#486)

    Updated the number of attempts allowed
    @jprakash-db
    jprakash-db authoredJan 7, 2025
    Configuration menu
    Copy the full SHA
    97b6392View commit details
    Browse the repository at this point in the history
  2. bump version to 3.7.1 (#487)

    bumped up version
    @jprakash-db
    jprakash-db authoredJan 7, 2025
    Configuration menu
    Copy the full SHA
    4c62c69View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2025

  1. Updated retry timeout (#497)

    * Updated the retry_logic* Added logging for checking retry time
    @jprakash-db
    jprakash-db authoredJan 31, 2025
    Configuration menu
    Copy the full SHA
    fc9da22View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2025

  1. Configuration menu
    Copy the full SHA
    accf6ffView commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2025

  1. Bump version to v3.7.2 (#498)

    Updated version bump
    @jprakash-db
    jprakash-db authoredFeb 3, 2025
    Configuration menu
    Copy the full SHA
    74585f3View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2025

  1. Support for enforcing embedded schema (#505)

    * Added the enforce schema option* Renamed the variable
    @jprakash-db
    jprakash-db authoredFeb 19, 2025
    Configuration menu
    Copy the full SHA
    72b0044View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ce456faView commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2025

  1. Added info logging for response (#511)

    * Added some logging support* Logs are based on what the server returns* Added back some of the better errors* Print status if not detected as error* Added logging in the flush step* Reformatted* Removed some unnecessary
    @jprakash-db
    jprakash-db authoredFeb 23, 2025
    Configuration menu
    Copy the full SHA
    3111158View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2025

  1. Fix : Unable to poll results in async API (#515)

    * Fixed the async issue* Added unit tests* Minor change* Changed to 5* Increased time
    @jprakash-db
    jprakash-db authoredFeb 28, 2025
    Configuration menu
    Copy the full SHA
    fb3e32cView commit details
    Browse the repository at this point in the history
  2. Bump up version to 3.7.3 (#523)

    Version bump changes
    @jprakash-db
    jprakash-db authoredFeb 28, 2025
    Configuration menu
    Copy the full SHA
    eb6d926View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2025

  1. Configuration menu
    Copy the full SHA
    99be68eView commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2025

  1. Updating the actions/cache version (#546)

    Updated the cache version
    @jprakash-db
    jprakash-db authoredApr 21, 2025
    Configuration menu
    Copy the full SHA
    62b5aadView commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2025

  1. Bump up version to 3.7.4 (#548)

    Version bump 3.7.4
    @jprakash-db
    jprakash-db authoredApr 22, 2025
    Configuration menu
    Copy the full SHA
    76a376bView commit details
    Browse the repository at this point in the history
Loading

[8]ページ先頭

©2009-2025 Movatter.jp