This is an automated email from the ASF dual-hosted git repository.

tzulitai pushed a commit to branch release-1.9
in repository https://gitbox.apache.org/repos/asf/flink.git

commit bf01df9268c53663c68c3ca4a95b7204bb470632
Author: Tzu-Li (Gordon) Tai <tzuli...@apache.org>
AuthorDate: Wed Aug 7 13:25:28 2019 +0200

    [FLINK-13608] [docs] Move 1.2.x compatibility limitations to correct 
location in compatibility table
---
 docs/ops/upgrading.md | 16 +++++++++-------
 1 file changed, 9 insertions(+), 7 deletions(-)

diff --git a/docs/ops/upgrading.md b/docs/ops/upgrading.md
index 54696d2..ba97e30 100644
--- a/docs/ops/upgrading.md
+++ b/docs/ops/upgrading.md
@@ -245,9 +245,15 @@ Savepoints are compatible across Flink versions as 
indicated by the table below:
           <td class="text-center">O</td>
           <td class="text-center">O</td>
           <td class="text-center">O</td>
-          <td class="text-left">When migrating from Flink 1.2.x to Flink 
1.3.x+, changing parallelism at the same
+          <td class="text-left">
+          When migrating from Flink 1.2.x to Flink 1.3.x+, changing 
parallelism at the same
           time is not supported. Users have to first take a savepoint after 
migrating to Flink 1.3.x+, and then change
-          parallelism. Savepoints created for CEP applications cannot be 
restored in 1.4.x+.</td>
+          parallelism.
+          <br/><br/>Savepoints created for CEP applications cannot be restored 
in 1.4.x+.
+          <br/><br/>Savepoints from Flink 1.2 that contain a Scala 
TraversableSerializer are not compatible with Flink 1.8 anymore
+          because of an update in this serializer. You can get around this 
restriction by first upgrading to a version between Flink 1.3 and
+          Flink 1.7 and then updating to Flink 1.8.
+          </td>
     </tr>
     <tr>
           <td class="text-center"><strong>1.3.x</strong></td>
@@ -328,11 +334,7 @@ Savepoints are compatible across Flink versions as 
indicated by the table below:
           <td class="text-center"></td>
           <td class="text-center">O</td>
           <td class="text-center">O</td>
-          <td class="text-left">Savepoints from Flink 1.2 that contain a Scala
-          TraversableSerializer are not compatible with Flink 1.8 anymore
-          because of an update in this serializer. You can get around this
-          restriction by first upgrading to a version between Flink 1.3 and
-          Flink 1.7 and then updating to Flink 1.8.</td>
+          <td class="text-left"></td>
     </tr>
     <tr>
           <td class="text-center"><strong>1.9.x</strong></td>

Reply via email to