Skip to content

26.3 Stable backport of #109051: Respect use_client_time_zone for string datetime literals parsed on the server - #2231

Open
zvonand wants to merge 1 commit into
stable-26.3from
backport/antalya-26.3/109051
Open

26.3 Stable backport of #109051: Respect use_client_time_zone for string datetime literals parsed on the server#2231
zvonand wants to merge 1 commit into
stable-26.3from
backport/antalya-26.3/109051

Conversation

@zvonand

@zvonand zvonand commented Aug 18, 2026

Copy link
Copy Markdown
Member

Changelog category (leave one):

  • Bug Fix (user-visible misbehavior in an official stable release)

Changelog entry (a user-readable short description of the changes that goes to CHANGELOG.md):

Fixed use_client_time_zone being ignored for DateTime/DateTime64 string literals interpreted on the server (asynchronous INSERT, SELECT literals). The client now propagates its local time zone as session_timezone when use_client_time_zone is enabled, so server-side parsing matches the synchronous INSERT path. (ClickHouse#109051 by @groeneai)

CI/CD Options

Exclude tests:

  • Fast test
  • Integration Tests
  • Stateless tests
  • Stateful tests
  • Performance tests
  • Aarch64 tests
  • All with ASAN
  • All with TSAN
  • All with MSAN
  • All with UBSAN
  • All with Coverage
  • All Regression
  • Disable CI Cache

Regression jobs to run:

  • Fast suites (mostly <1h)
  • Aggregate Functions (2h)
  • Alter (1.5h)
  • Benchmark (30m)
  • ClickHouse Keeper (1h)
  • Iceberg (2h)
  • LDAP (1h)
  • OAuth (5m)
  • Parquet (1.5h)
  • RBAC (1.5h)
  • SSL Server (1h)
  • S3 (2h)
  • S3 Export (2h)
  • Swarms (30m)
  • Tiered Storage (2h)

…se-client-time-zone-108038

Respect use_client_time_zone for string datetime literals parsed on the server
@zvonand zvonand added the 26.3 label Aug 18, 2026
@zvonand zvonand changed the title Merge pull request #109051 from groeneai/fix-async-insert-use-client-… 26.3 Stable backport of #109051: Respect use_client_time_zone for string datetime literals parsed on the server Aug 18, 2026
@zvonand zvonand added the backport Backport label Aug 18, 2026
@github-actions

Copy link
Copy Markdown

Workflow [PR], commit [2f98ed3]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants