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: ClickHouse/ch-go
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.70.0
Choose a base ref
...
head repository: ClickHouse/ch-go
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.71.0
Choose a head ref
  • 10 commits
  • 10 files changed
  • 3 contributors

Commits on Jan 22, 2026

  1. chore(deps): bump github.com/dmarkham/enumer from 1.6.1 to 1.6.3

    Bumps [github.com/dmarkham/enumer](https://github.com/dmarkham/enumer) from 1.6.1 to 1.6.3.
    - [Release notes](https://github.com/dmarkham/enumer/releases)
    - [Commits](dmarkham/enumer@v1.6.1...v1.6.3)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/dmarkham/enumer
      dependency-version: 1.6.3
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Jan 22, 2026
    Configuration menu
    Copy the full SHA
    e6f5fc1 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2026

  1. Merge pull request #1129 from ClickHouse/dependabot/go_modules/github…

    ….com/dmarkham/enumer-1.6.3
    
    chore(deps): bump github.com/dmarkham/enumer from 1.6.1 to 1.6.3
    SpencerTorres authored Jan 27, 2026
    Configuration menu
    Copy the full SHA
    2ab249b View commit details
    Browse the repository at this point in the history
  2. chore: make helper for float16 rounding

    Hence can be used in both BFloat16 and QBit implementations
    
    Signed-off-by: Kaviraj <[email protected]>
    kavirajk committed Jan 27, 2026
    Configuration menu
    Copy the full SHA
    9ccdb9b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5e6e46c View commit details
    Browse the repository at this point in the history
  4. chore: fix the linter error for negative zero

    Signed-off-by: Kaviraj <[email protected]>
    kavirajk committed Jan 27, 2026
    Configuration menu
    Copy the full SHA
    39fb88e View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2026

  1. Configuration menu
    Copy the full SHA
    167cbd5 View commit details
    Browse the repository at this point in the history
  2. chore: add tests and doc strings for bug fixes

    Signed-off-by: Kaviraj <[email protected]>
    kavirajk committed Jan 28, 2026
    Configuration menu
    Copy the full SHA
    cb7ee7e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c428daf View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2026

  1. chore: address pr remarks

    Signed-off-by: Kaviraj <[email protected]>
    kavirajk committed Jan 29, 2026
    Configuration menu
    Copy the full SHA
    596bb68 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1130 from ClickHouse/kavirajk/qbit-support

    feat: support `QBit` column type
    kavirajk authored Jan 29, 2026
    Configuration menu
    Copy the full SHA
    d45e9a6 View commit details
    Browse the repository at this point in the history
Loading