Skip to content

Conversation

@yariks5s
Copy link
Member

@yariks5s yariks5s commented Feb 7, 2025

Closes #30935

Changelog category (leave one):

  • New Feature

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

Follow up for #71943. This PR implements Time/Time64 data types.
Implements new data types: Time (HHH:MM:SS) and Time64 (HHH:MM:SS.<fractional>) and some basic cast functions and functions to interact with other data types. Also, changed the existing function's name toTime to toTimeWithFixedDate because the function toTime is required for the cast function.

Documentation entry for user-facing changes

  • Documentation is written (mandatory for new features)

@clickhouse-gh
Copy link

clickhouse-gh bot commented Feb 7, 2025

Workflow [PR], commit [dc7ea2b]

@clickhouse-gh clickhouse-gh bot added the pr-feature Pull request with new product feature label Feb 7, 2025
@alexey-milovidov alexey-milovidov changed the title Follow up for #71943 Implement Time and Time64 data types, #71943 Apr 18, 2025
@alexey-milovidov
Copy link
Member

changed the existing function's name toTime to toTimeWithFixedDate because the function toTime is required for the cast function.

This should be under a setting, and this setting has to be marked as "important", so it is always propagated in distributed queries.

@yakov-olkhovskiy yakov-olkhovskiy added this pull request to the merge queue May 8, 2025
Merged via the queue into ClickHouse:master with commit 654dc82 May 8, 2025
117 of 120 checks passed
@robot-ch-test-poll1 robot-ch-test-poll1 added the pr-synced-to-cloud The PR is synced to the cloud repo label May 8, 2025
@yariks5s yariks5s deleted the time/time64_v2 branch May 9, 2025 10:05
alsugiliazova added a commit to Altinity/clickhouse-regression that referenced this pull request May 12, 2025
nikitamikhaylov added a commit that referenced this pull request May 22, 2025
This reverts commit 654dc82, reversing
changes made to f497100.
nikitamikhaylov added a commit that referenced this pull request May 22, 2025
This reverts commit 654dc82, reversing
changes made to f497100.
nikitamikhaylov added a commit that referenced this pull request May 23, 2025
This reverts commit 654dc82, reversing
changes made to f497100.
nikitamikhaylov added a commit that referenced this pull request May 23, 2025
This reverts commit 654dc82, reversing
changes made to f497100.
github-merge-queue bot pushed a commit that referenced this pull request May 27, 2025
Revert "Merge pull request #75735 from yariks5s/time/time64_v2"
yariks5s added a commit that referenced this pull request May 28, 2025
Cherry pick #80700 to 25.5: Revert "Merge pull request #75735 from yariks5s/time/time64_v2"
robot-clickhouse added a commit that referenced this pull request May 28, 2025
Algunenano added a commit that referenced this pull request May 29, 2025
Backport #80700 to 25.5: Revert "Merge pull request #75735 from yariks5s/time/time64_v2"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

pr-backward-incompatible Pull request with backwards incompatible changes pr-synced-to-cloud The PR is synced to the cloud repo

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Time (32)/Time64 datatype

5 participants