317brian commented on code in PR #16506:
URL: https://github.com/apache/druid/pull/16506#discussion_r1617725504


##########
docs/release-info/migration-guide.md:
##########
@@ -0,0 +1,45 @@
+---
+id: migration-guide
+title: "Migration guides"
+description: How to migrate from legacy features to get the most from Druid 
updates
+---
+
+<!--
+  ~ Licensed to the Apache Software Foundation (ASF) under one
+  ~ or more contributor license agreements.  See the NOTICE file
+  ~ distributed with this work for additional information
+  ~ regarding copyright ownership.  The ASF licenses this file
+  ~ to you under the Apache License, Version 2.0 (the
+  ~ "License"); you may not use this file except in compliance
+  ~ with the License.  You may obtain a copy of the License at
+  ~
+  ~   http://www.apache.org/licenses/LICENSE-2.0
+  ~
+  ~ Unless required by applicable law or agreed to in writing,
+  ~ software distributed under the License is distributed on an
+  ~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+  ~ KIND, either express or implied.  See the License for the
+  ~ specific language governing permissions and limitations
+  ~ under the License.
+  -->
+
+In general, when we introuce new features and behaviors into Apache Druid, we 
make every effort to avoid breaking existing features when introducing new 
behaviors. However, sometimes there are either bugs or performance limitations 
with the old behaviors that are not possible to fix in a backward-compatible 
way. In these cases, we must introduce breaking changes for the future 
maintainability of Druid.

Review Comment:
   ```suggestion
   When we introduce new features and behaviors into Apache Druid, we make 
every effort to avoid breaking existing. However, sometimes there are either 
bugs or performance limitations with the old behaviors that are not possible to 
fix in a backward-compatible way. In these cases, we must introduce breaking 
changes for the future maintainability of Druid.
   ```



##########
docs/release-info/migration-guide.md:
##########
@@ -0,0 +1,45 @@
+---
+id: migration-guide
+title: "Migration guides"
+description: How to migrate from legacy features to get the most from Druid 
updates
+---
+
+<!--
+  ~ Licensed to the Apache Software Foundation (ASF) under one
+  ~ or more contributor license agreements.  See the NOTICE file
+  ~ distributed with this work for additional information
+  ~ regarding copyright ownership.  The ASF licenses this file
+  ~ to you under the Apache License, Version 2.0 (the
+  ~ "License"); you may not use this file except in compliance
+  ~ with the License.  You may obtain a copy of the License at
+  ~
+  ~   http://www.apache.org/licenses/LICENSE-2.0
+  ~
+  ~ Unless required by applicable law or agreed to in writing,
+  ~ software distributed under the License is distributed on an
+  ~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+  ~ KIND, either express or implied.  See the License for the
+  ~ specific language governing permissions and limitations
+  ~ under the License.
+  -->
+
+In general, when we introuce new features and behaviors into Apache Druid, we 
make every effort to avoid breaking existing features when introducing new 
behaviors. However, sometimes there are either bugs or performance limitations 
with the old behaviors that are not possible to fix in a backward-compatible 
way. In these cases, we must introduce breaking changes for the future 
maintainability of Druid.
+
+The guides in this section outline breaking changes introduced in Druid 25 and 
later. Each guide provides instructions to migrate to new features.

Review Comment:
   ```suggestion
   The guides in this section outline breaking changes introduced in Druid 25 
and later. Each guide provides instructions to migrate from a feature to a 
comparable new feature that is better supported by the Druid community.
   ```



-- 
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]

Reply via email to