This is an automated email from the ASF dual-hosted git repository. victoria pushed a commit to branch vtlim-patch-1 in repository https://gitbox.apache.org/repos/asf/druid.git
commit c74070a869ad5c1d91c35692fa5eca19247bf97a Author: Victoria Lim <[email protected]> AuthorDate: Tue Jul 2 10:03:54 2024 -0700 subtitle update --- docs/release-info/migration-guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/release-info/migration-guide.md b/docs/release-info/migration-guide.md index ca31fce327f..990a907ec81 100644 --- a/docs/release-info/migration-guide.md +++ b/docs/release-info/migration-guide.md @@ -28,7 +28,7 @@ In general, when we introduce new features and behaviors into Apache Druid, we m The guides in this section outline breaking changes introduced in Druid 25.0.0 and later. Each guide provides instructions to migrate to new features. -## Migrate to arrays from multi-value dimensions +## Migrate from multi-value dimensions to arrays Druid now supports SQL-compliant array types. Whenever possible, you should use the array type over multi-value dimensions. See [Migration guide: MVDs to arrays](migr-mvd-array.md). --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
