Thanks to visit codestin.com
Credit goes to github.com

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-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3d0db70
Choose a base ref
...
head repository: databricks/databricks-sql-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: d45910d
Choose a head ref
  • 16 commits
  • 24 files changed
  • 7 contributors

Commits on Feb 27, 2025

  1. Updated action's version (#455)

    Updated actions version.
    Signed-off-by: Arata Hatori <[email protected]>
    newwingbird authored Feb 27, 2025
    Configuration menu
    Copy the full SHA
    e3c79fc View commit details
    Browse the repository at this point in the history
  2. Support Python 3.13 and update deps (#510)

    * Remove upper caps on dependencies (#452)
    
    * Remove upper caps on numpy and pyarrow versions
    
    Signed-off-by: David Black <[email protected]>
    
    * Added CI CD upto python 3.13
    
    Signed-off-by: David Black <[email protected]>
    
    * Specify pandas 2.2.3 as the lower bound for python 3.13
    
    Signed-off-by: David Black <[email protected]>
    
    * Specify pyarrow 18.0.0 as the lower bound for python 3.13
    
    Signed-off-by: David Black <[email protected]>
    
    * Move `numpy` to dev dependencies
    
    Signed-off-by: Dave Hirschfeld <[email protected]>
    
    * Updated lockfile
    
    Signed-off-by: Dave Hirschfeld <[email protected]>
    
    ---------
    
    Signed-off-by: David Black <[email protected]>
    Signed-off-by: Dave Hirschfeld <[email protected]>
    Co-authored-by: David Black <[email protected]>
    dhirschfeld and dbaxa authored Feb 27, 2025
    Configuration menu
    Copy the full SHA
    e11fa91 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2025

  1. Improve debugging + fix PR review template (#514)

    * Improve debugging + add PR review template
    
    * case sensitivity of PR template
    samikshya-db authored Mar 2, 2025
    Configuration menu
    Copy the full SHA
    2ab9a5f View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2025

  1. Forward porting all changes into 4.x.x. uptil v3.7.3 (#529)

    * Base changes
    
    * Black formatter
    
    * Cache version fix
    
    * Added the changed test_retry.py file
    
    * retry_test_mixins changes
    jprakash-db authored Mar 7, 2025
    Configuration menu
    Copy the full SHA
    5148b07 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    041cb59 View commit details
    Browse the repository at this point in the history
  3. Updated the CODEOWNERS (#531)

    Updated the codeowners
    jprakash-db authored Mar 7, 2025
    Configuration menu
    Copy the full SHA
    fbaa451 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2025

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

Commits on Mar 12, 2025

  1. [ES-1372353] make user_agent_header part of public API (#530)

    * make user_agent_header part of public API
    
    * removed user_agent_entry from list of internal params
    
    * add backward compatibility
    shivam2680 authored Mar 12, 2025
    Configuration menu
    Copy the full SHA
    403d69f View commit details
    Browse the repository at this point in the history
  2. Updates runner used to run DCO check to use databricks-protected-runn…

    …er (#521)
    
    * commit 1
    
    Signed-off-by: Madhav Sainanee <[email protected]>
    
    * commit 1
    
    Signed-off-by: Madhav Sainanee <[email protected]>
    
    * updates runner for dco check
    
    Signed-off-by: Madhav Sainanee <[email protected]>
    
    * removes contributing file changes
    
    Signed-off-by: Madhav Sainanee <[email protected]>
    
    ---------
    
    Signed-off-by: Madhav Sainanee <[email protected]>
    madhav-db authored Mar 12, 2025
    Configuration menu
    Copy the full SHA
    0657c4f View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2025

  1. Support multiple timestamp formats in non arrow flow (#533)

    * Added check for 2 formats
    
    * Wrote unit tests
    
    * Added more supporting formats
    
    * Added the T format datetime
    
    * Added more timestamp formats
    
    * Added python-dateutil library
    jprakash-db authored Mar 18, 2025
    Configuration menu
    Copy the full SHA
    83550c8 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2025

  1. prepare release for v4.0.1 (#534)

    Signed-off-by: Shivam Raj <[email protected]>
    shivam2680 authored Mar 19, 2025
    Configuration menu
    Copy the full SHA
    c399c1c View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2025

  1. Relaxed bound for python-dateutil (#538)

    Changed bound for python-datetutil
    jprakash-db authored Apr 1, 2025
    Configuration menu
    Copy the full SHA
    c001c28 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a7cbde1 View commit details
    Browse the repository at this point in the history
  3. Added example for async execute query (#537)

    Added examples and fixed the async execute not working without pyarrow
    jprakash-db authored Apr 1, 2025
    Configuration menu
    Copy the full SHA
    f9b7f43 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2025

  1. Added urllib3 version check (#547)

    * Added version check
    
    * Removed packaging
    jprakash-db authored Apr 21, 2025
    Configuration menu
    Copy the full SHA
    6206df4 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2025

  1. Bump version to 4.0.3 (#549)

    Updated the version to 4.0.3
    jprakash-db authored Apr 22, 2025
    Configuration menu
    Copy the full SHA
    d45910d View commit details
    Browse the repository at this point in the history
Loading