Skip to content

[codex] Support timezone-qualified RowBinary datetimes#359

Draft
ruslandoga wants to merge 2 commits into
masterfrom
ruslandoga-conductor/fix-plausible-ch-353
Draft

[codex] Support timezone-qualified RowBinary datetimes#359
ruslandoga wants to merge 2 commits into
masterfrom
ruslandoga-conductor/fix-plausible-ch-353

Conversation

@ruslandoga
Copy link
Copy Markdown
Collaborator

Summary

  • Preserve timezone-qualified DateTime and DateTime64 RowBinary encoding types instead of rejecting non-UTC annotations.
  • Interpret NaiveDateTime values in the ClickHouse type timezone while continuing to encode DateTime values by instant.
  • Update RowBinary regression coverage and timezone documentation for the new behavior.

Fixes #353.

Checks

  • mix test

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Support RowBinary encoding for non-UTC DateTime timezones

1 participant