X-czh commented on code in PR #25797:
URL: https://github.com/apache/flink/pull/25797#discussion_r1903397742


##########
docs/layouts/shortcodes/generated/pipeline_configuration.html:
##########
@@ -20,6 +20,12 @@
             <td>Duration</td>
             <td>The interval of the automatic watermark emission. Watermarks 
are used throughout the streaming system to keep track of the progress of time. 
They are used, for example, for time based windowing.</td>
         </tr>
+        <tr>
+            <td><h5>pipeline.built-in-collection-types</h5></td>
+            <td style="word-wrap: break-word;">true</td>
+            <td>Boolean</td>
+            <td>If enabled, TypeExtractor will use built-in serializers for 
Maps, Lists, and Sets, which need to be treated by Kyro otherwise.</td>

Review Comment:
   Make sense, I'll update the description



-- 
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: issues-unsubscr...@flink.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to