Skip to content

Conversation

@yariks5s
Copy link
Member

@yariks5s yariks5s commented Jun 3, 2025

List of TODOs:

Changelog category (leave one):

  • New Feature

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

New data types: Time ([H]HH:MM:SS) and Time64 ([H]HH:MM:SS[.fractional]), and some basic cast functions and functions to interact with other data types. Added settings for compatibility with a legacy function ToTime.

Documentation entry for user-facing changes

  • Documentation is written (mandatory for new features)

@yariks5s yariks5s added the do not test disable testing on pull request label Jun 3, 2025
@clickhouse-gh
Copy link

clickhouse-gh bot commented Jun 3, 2025

Workflow [PR], commit [f5e12ae]

@clickhouse-gh clickhouse-gh bot added the pr-feature Pull request with new product feature label Jun 3, 2025
@yakov-olkhovskiy yakov-olkhovskiy self-assigned this Jun 3, 2025
@yariks5s yariks5s removed the do not test disable testing on pull request label Jun 4, 2025
@yariks5s yariks5s linked an issue Jun 6, 2025 that may be closed by this pull request
@clickhouse-gh
Copy link

clickhouse-gh bot commented Jun 17, 2025

Workflow [PR], commit [a5b3a37]

Summary:

@yariks5s
Copy link
Member Author

yariks5s commented Jun 18, 2025

Stress test (amd_msan) - #80021

Stress tests are good after the jobs restart.

@yariks5s yariks5s added this pull request to the merge queue Jun 18, 2025
Merged via the queue into master with commit 817ace0 Jun 18, 2025
350 of 357 checks passed
@yariks5s yariks5s deleted the yarik/time-time64 branch June 18, 2025 11:27
@robot-ch-test-poll1 robot-ch-test-poll1 added the pr-synced-to-cloud The PR is synced to the cloud repo label Jun 18, 2025
yariks5s added a commit that referenced this pull request Jun 18, 2025
Cherry pick #81217 to 25.6: Revert (Revert Time/Time64)
@robot-clickhouse-ci-2 robot-clickhouse-ci-2 added the pr-backports-created-cloud deprecated label, NOOP label Jun 18, 2025
@robot-ch-test-poll robot-ch-test-poll added the pr-backports-created Backport PRs are successfully created, it won't be processed by CI script anymore label Jun 18, 2025
clickhouse-gh bot added a commit that referenced this pull request Jun 19, 2025
Backport #81217 to 25.6: Revert (Revert Time/Time64)

## Usage Remarks {#usage-remarks}

The point in time is saved as a [Unix timestamp](https://en.wikipedia.org/wiki/Unix_time), regardless of the time zone or daylight saving time.
Copy link
Member

Choose a reason for hiding this comment

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

It's unrelated to the Unix timestamp. I'd say "as the number of seconds".

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

Labels

pr-backports-created Backport PRs are successfully created, it won't be processed by CI script anymore pr-backports-created-cloud deprecated label, NOOP pr-feature Pull request with new product feature pr-must-backport-synced The `*-must-backport` labels are synced into the cloud Sync PR pr-synced-to-cloud The PR is synced to the cloud repo v25.6-must-backport

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Time (32)/Time64 datatype

8 participants