Skip to content

INTERVAL operator support string literal#15978

Merged
akuzm merged 4 commits intoClickHouse:masterfrom
ucasfl:interval-op
Oct 23, 2020
Merged

INTERVAL operator support string literal#15978
akuzm merged 4 commits intoClickHouse:masterfrom
ucasfl:interval-op

Conversation

@ucasfl
Copy link
Copy Markdown
Collaborator

@ucasfl ucasfl commented Oct 14, 2020

I hereby agree to the terms of the CLA available at: https://yandex.ru/legal/cla/?lang=en

Changelog category (leave one):

  • Improvement

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

Treat INTERVAL '1 hour' as equivalent to INTERVAL 1 HOUR, to be compatible with Postgres. This fixes #15637

Detailed description / Documentation draft:

...

By adding documentation, you'll allow users to try your new feature immediately, not when someone else will have time to document it later. Documentation is necessary for all features that affect user experience in any way. You can add brief documentation draft above, or add documentation right into your patch as Markdown files in docs folder.

If you are doing this for the first time, it's recommended to read the lightweight Contributing to ClickHouse Documentation guide first.

Information about CI checks: https://clickhouse.tech/docs/en/development/continuous-integration/

@robot-clickhouse robot-clickhouse added doc-alert pr-feature Pull request with new product feature labels Oct 14, 2020
fix

fix
@ucasfl ucasfl force-pushed the interval-op branch 2 times, most recently from a25e558 to 6d7829e Compare October 15, 2020 07:28
update test

fix
fix
@robot-clickhouse robot-clickhouse added pr-improvement Pull request with some product improvements and removed pr-feature Pull request with new product feature labels Oct 15, 2020
@akuzm
Copy link
Copy Markdown
Contributor

akuzm commented Oct 23, 2020

The AST fuzzer failure is known #16081
Perf test broken in master.

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

Labels

pr-improvement Pull request with some product improvements

Projects

None yet

Development

Successfully merging this pull request may close these issues.

INTERVAL operator should be applicable to string literal.

3 participants