Skip to content

Conversation

@bohutang
Copy link
Member

@bohutang bohutang commented Jan 15, 2026

I hereby agree to the terms of the CLA available at: https://docs.databend.com/dev/policies/cla/

Summary

Revert the h2 upgrade introduced in #19200 and revert subsequent attempted mitigations (#19241/#19243/#19253) that didn’t resolve internal tests hitting too_many_internal_resets, restoring behavior to the pre-upgrade state.

Reverts included:

Tests

  • Unit Test
  • Logic Test
  • Benchmark Test
  • No Test - Blocked in this environment (cannot reach GitHub / network restrictions); please run internal regression that reproduced too_many_internal_resets

Type of change

  • Bug Fix (non-breaking change which fixes an issue)
  • New Feature (non-breaking change which adds functionality)
  • Breaking Change (fix or feature that could cause existing functionality not to work as expected)
  • Documentation Update
  • Refactoring
  • Performance Improvement
  • Other (please describe):

This change is Reviewable

@bohutang bohutang changed the title revert: roll back h2 upgrade and ineffective reset workarounds bugfix: roll back h2 upgrade and ineffective reset workarounds Jan 15, 2026
@bohutang bohutang changed the title bugfix: roll back h2 upgrade and ineffective reset workarounds fix: roll back h2 upgrade and ineffective reset workarounds Jan 15, 2026
@github-actions github-actions bot added the pr-bugfix this PR patches a bug in codebase label Jan 15, 2026
Copy link

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 991715f847

ℹ️ About Codex in GitHub

Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".

Update st_geomfromgeohash polygon coordinate order in golden file
to match reverted behavior.

The revert of PR databendlabs#19200 changed the polygon ring starting point
back to the original order, but the unit test golden file was not
updated. This commit fixes the geometry.txt golden file to match
the actual output after the revert.

Related to CI failure in test_unit job.
- geometry.txt: fix Row 1 (u4pruydqqvj0) polygon coordinate order
- geometry.txt: fix internal Output hex representation
- cast.txt: update date parsing error message format to match
  new jiff library error format

The error message format changed from:
  'failed to parse year in date: failed to parse four digit integer as year'
to:
  'failed to parse year in date "X": failed to parse "Y" as year (a four digit integer)'
@bohutang bohutang merged commit fd2e843 into databendlabs:main Jan 15, 2026
87 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

pr-bugfix this PR patches a bug in codebase

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants