Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release readiness for 23.1 #671

Closed
6 of 15 tasks
DanRoscigno opened this issue Jan 13, 2023 · 0 comments
Closed
6 of 15 tasks

Release readiness for 23.1 #671

DanRoscigno opened this issue Jan 13, 2023 · 0 comments
Assignees

Comments

@DanRoscigno
Copy link
Contributor

DanRoscigno commented Jan 13, 2023

Check to see if we have docs for new features

Note: This is an early draft of changelog

ClickHouse release HEAD (fb23a399b53) FIXME as compared to v22.12.1.1752-stable (688e488e930)

Backward Incompatible Change

New Feature

  • Add column ptr to system.trace_log for trace_type = 'MemorySample'. This column contains an address of allocation. Added function flameGraph which can build flamegraph containing allocated and not released memory. Reworking of #38391. #38953 (Nikolai Kochetov).

  • Dictionary source for extracting keys by traversing regular expressions tree. #40878 (Vage Ogannisian).

  • Added parametrized view functionality, now it's possible to specify query parameters for View table engine. resolves #40907. #41687 (SmitaRKulkarni).

  • added extendable and configurable scheduling subsystem for IO requests (not yet integrated with IO code itself). #41840 (Sergei Trifonov).

  • Added SYSTEM DROP DATABASE REPLICA that removes metadata of dead replica of Replicated database. Resolves #41794. #42807 (Alexander Tokmakov).

  • Array join support map type, like function explode in spark. #43239 (李扬).

  • Support SQL standard binary and hex string literals. #43785 (Mo Xuan).

  • format datetime in joda datetime style. Refer to https://joda-time.sourceforge.net/apidocs/org/joda/time/format/DateTimeFormat.html. #43818 (李扬).

  • to merge #40878 , supporting regexp dictionary. #43858 (Han Fei).

  • Implemented a fractional second formatter (%f) for formatDateTime. #44060 (ltrk2).

  • Added age function to calculate difference between two dates or dates with time values expressed as number of full units. Closes #41115. #44421 (Robert Schulze).

  • Implemented a fractional second formatter (%f) for formatDateTime. This is slightly modified PR #44060 by @ltrk2. #44497 (Alexander Gololobov).

  • Add null source for dictionaries. Closes #44240. #44502 (mayamika).

  • We can use s3_storage_class to set different tier. Such as <disks> <s3> <type>s3</type> <endpoint>xxx</endpoint> <access_key_id>xxx</access_key_id> <secret_access_key>xxx</secret_access_key> <s3_storage_class>STANDARD/INTELLIGENT_TIERING</s3_storage_class> </s3> </disks> Closes #44443. #44707 (chen).

@DanRoscigno DanRoscigno self-assigned this Jan 13, 2023
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

No branches or pull requests

1 participant