317brian commented on code in PR #19287: URL: https://github.com/apache/druid/pull/19287#discussion_r3118950064
########## docs/release-info/release-notes.md: ########## @@ -231,6 +231,10 @@ This section contains detailed release notes separated by areas. ### Ingestion +- Added the `maxStringLength` configuration for string dimensions that truncates values exceeding the specified length during ingestion. You can set the length globally using `druid.indexing.formats.maxStringLength` or per-dimension in the ingestion spec [#19146](https://github.com/apache/druid/pull/19146) +- Added `StringColumnFormatSpec` for string dimension configs [#19258](https://github.com/apache/druid/pull/19258) +- Sped up task scheduling on the Overlord [#19199](https://github.com/apache/druid/pull/19199) Review Comment: `Sped` is the correct tense -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
