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: Bidek56/databricks-sql-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 38097f2
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: 4793353
Choose a head ref
  • 6 commits
  • 18 files changed
  • 4 contributors

Commits on Mar 9, 2026

  1. [QI-3367] Allow specifiying query tags as a dict upon connection crea…

    …tion (databricks#749)
    
    * Allow specifiying query tags as a dict upon connection creation
    
    Signed-off-by: Jiabin Hu <jiabin.hu@databricks.com>
    
    * fix comment
    
    Signed-off-by: Jiabin Hu <jiabin.hu@databricks.com>
    
    ---------
    
    Signed-off-by: Jiabin Hu <jiabin.hu@databricks.com>
    jiabin-hu authored Mar 9, 2026
    Configuration menu
    Copy the full SHA
    e916f71 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2026

  1. Fix float inference to use DoubleParameter (64-bit) instead of FloatP… (

    databricks#742)
    
    * Fix float inference to use DoubleParameter (64-bit) instead of FloatParameter (32-bit)
    
    Signed-off-by: Shubhambhusate <bhusates6@gmail.com>
    
    * Add DoubleParameter with Primitive.DOUBLE to test_inference coverage
    
    ---------
    
    Signed-off-by: Shubhambhusate <bhusates6@gmail.com>
    Shubhambhusate authored Mar 10, 2026
    Configuration menu
    Copy the full SHA
    12bfd5b View commit details
    Browse the repository at this point in the history
  2. Updated the PyArrow concatenation of tables to use promote_options as…

    … default (databricks#751)
    
    Updated pyarrow-concat
    jprakash-db authored Mar 10, 2026
    Configuration menu
    Copy the full SHA
    36fb376 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2026

  1. Add statement-level query_tags support for SEA backend (databricks#754)

    * Add statement-level query_tags support for SEA backend
    
    Signed-off-by: Sreekanth Vadigi <sreekanth.vadigi@databricks.com>
    
    * Simplify None handling in query_tags serialization
    
    Signed-off-by: Sreekanth Vadigi <sreekanth.vadigi@databricks.com>
    
    ---------
    
    Signed-off-by: Sreekanth Vadigi <sreekanth.vadigi@databricks.com>
    sreekanth-db authored Mar 16, 2026
    Configuration menu
    Copy the full SHA
    ca4d7bc View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2026

  1. Harden CI/CD workflows: fix secret exposure, script injection, and pi…

    …n all actions to SHA (databricks#762)
    
    Updaed the security
    jprakash-db authored Mar 27, 2026
    Configuration menu
    Copy the full SHA
    330c445 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2026

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