leonardBang commented on code in PR #4447:
URL: https://github.com/apache/flink-cdc/pull/4447#discussion_r3451890290


##########
docs/content/docs/connectors/pipeline-connectors/starrocks.md:
##########
@@ -222,6 +222,13 @@ pipeline:
           seconds. StarRocks will cancel the schema change after timeout which 
will
           cause the sink failure. </td>
     </tr>
+    <tr>
+      <td>unicode-char.max-bytes</td>
+      <td>optional</td>
+      <td style="word-wrap: break-word;">3</td>
+      <td>Integer</td>
+      <td>The maximum number of bytes allocated for each upstream character 
when mapping CHAR and VARCHAR types to StarRocks, whose length is measured in 
bytes. If the upstream source uses utf8mb4, set this option to 4 to avoid 
underestimating column lengths.</td>

Review Comment:
   ```suggestion
         <td>The maximum number of bytes allocated for each upstream character 
when mapping CHAR and VARCHAR types to StarRocks, whose length is measured in 
bytes. If the upstream source uses utf8mb4, set this option to 4 to avoid 
underestimating column lengths. The default value of 3 is retained for backward 
compatibility.</td>
   ```



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

Reply via email to