Skip to content

Follow-up to #75470, #75756, #66143, #75671#76082

Merged
rschu1ze merged 5 commits intoClickHouse:masterfrom
rschu1ze:follow-up
Feb 17, 2025
Merged

Follow-up to #75470, #75756, #66143, #75671#76082
rschu1ze merged 5 commits intoClickHouse:masterfrom
rschu1ze:follow-up

Conversation

@rschu1ze
Copy link
Copy Markdown
Member

Changelog category (leave one):

  • Not for changelog (changelog entry is not required)

@clickhouse-gh
Copy link
Copy Markdown
Contributor

clickhouse-gh bot commented Feb 13, 2025

Workflow [PR], commit [e8b4a25]

@clickhouse-gh clickhouse-gh bot added the pr-not-for-changelog This PR should not be mentioned in the changelog label Feb 13, 2025
@rschu1ze
Copy link
Copy Markdown
Member Author

@Blargian We can utilize utils/check-style/check-style to implement automatic style checks.

@novikd novikd self-assigned this Feb 13, 2025
Comment on lines +4303 to +4304
Accepts DateTime and DateTime64 as 'StartTime' argument. For DateTime, 'Duration' and 'Size' arguments must be `UInt32`. For 'DateTime64' they must be `Decimal64`.
Returns an array of DateTime/DateTime64 (return type matches the type of 'StartTime'). For DateTime64, the return value's scale can differ from the scale of 'StartTime' --- the highest scale among all given arguments is taken.
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Suggested change
Accepts DateTime and DateTime64 as 'StartTime' argument. For DateTime, 'Duration' and 'Size' arguments must be `UInt32`. For 'DateTime64' they must be `Decimal64`.
Returns an array of DateTime/DateTime64 (return type matches the type of 'StartTime'). For DateTime64, the return value's scale can differ from the scale of 'StartTime' --- the highest scale among all given arguments is taken.
Accepts `DateTime` and `DateTime64` as 'StartTime' argument. For `DateTime`, 'Duration' and 'Size' arguments must be `UInt32`. For `DateTime64`, they must be `Decimal64`.
Returns an array of `DateTime` or `DateTime64` (return type matches the type of 'StartTime'). For `DateTime64`, the return value's scale can differ from the scale of 'StartTime' --- the highest scale among all given arguments is taken.

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

The point of this PR is to get rid of non-standard quotation marks, see my changes in utils/check-style/check-style.

"Павел Литвиненко",
"Смитюх Вячеслав",
"Сундуков Алексей",
"JiaQi",
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Is it correct?

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

I guess was there by accident ...

@rschu1ze rschu1ze added this pull request to the merge queue Feb 17, 2025
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to no response for status checks Feb 17, 2025
@rschu1ze rschu1ze added this pull request to the merge queue Feb 17, 2025
Merged via the queue into ClickHouse:master with commit 4722e90 Feb 17, 2025
120 of 127 checks passed
@rschu1ze rschu1ze deleted the follow-up branch February 17, 2025 20:18
@robot-ch-test-poll robot-ch-test-poll added the pr-synced-to-cloud The PR is synced to the cloud repo label Feb 17, 2025
@kssenii kssenii mentioned this pull request Feb 18, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

pr-not-for-changelog This PR should not be mentioned in the changelog 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.

3 participants