This is an automated email from the ASF dual-hosted git repository. guoweijie pushed a change to branch release-2.0 in repository https://gitbox.apache.org/repos/asf/flink.git
from 5832b4ba098 [FLINK-37196][docs] Use JDK17 to run documentation build new eb598844a3c [FLINK-37148][docs] Add documents for DataStream V2 new 68199affe09 [FLINK-36905][doc] Update Chinese doc on serialization to reflect the latest changes in Flink 2.0 The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: docs/content.zh/_index.md | 1 + .../docs/dev/{table => datastream-v2}/_index.md | 2 +- .../docs/dev/datastream-v2/building_blocks.md | 183 +++++++++ .../builtin-funcs}/_index.md | 2 +- .../dev/datastream-v2/builtin-funcs/joining.md | 126 ++++++ .../dev/datastream-v2/builtin-funcs/windows.md | 421 ++++++++++++++++++++ .../datastream-v2/context_and_state_processing.md | 284 ++++++++++++++ docs/content.zh/docs/dev/datastream-v2/overview.md | 197 ++++++++++ .../time-processing}/_index.md | 2 +- .../time-processing/event_timer_service.md | 429 +++++++++++++++++++++ .../time-processing/processing_timer_service.md | 110 ++++++ .../content.zh/docs/dev/datastream-v2/watermark.md | 203 ++++++++++ .../serialization/custom_serialization.md | 37 +- ...m_serializers.md => third_party_serializers.md} | 41 +- .../serialization/types_serialization.md | 283 +++++--------- docs/content/_index.md | 1 + .../docs/dev/datastream-v2}/_index.md | 2 +- .../docs/dev/datastream-v2/building_blocks.md | 183 +++++++++ .../dev/datastream-v2/builtin-funcs}/_index.md | 2 +- .../dev/datastream-v2/builtin-funcs/joining.md | 126 ++++++ .../dev/datastream-v2/builtin-funcs/windows.md | 421 ++++++++++++++++++++ .../datastream-v2/context_and_state_processing.md | 284 ++++++++++++++ docs/content/docs/dev/datastream-v2/overview.md | 197 ++++++++++ .../dev/datastream-v2/time-processing}/_index.md | 2 +- .../time-processing/event_timer_service.md | 429 +++++++++++++++++++++ .../time-processing/processing_timer_service.md | 110 ++++++ docs/content/docs/dev/datastream-v2/watermark.md | 203 ++++++++++ .../fig/datastream/one-input-partitioning.png | Bin 0 -> 210417 bytes .../fig/datastream/one-input-state-access.png | Bin 0 -> 176175 bytes .../fig/datastream/two-input-state-access.png | Bin 0 -> 393766 bytes 30 files changed, 4053 insertions(+), 228 deletions(-) copy docs/content.zh/docs/dev/{table => datastream-v2}/_index.md (96%) create mode 100644 docs/content.zh/docs/dev/datastream-v2/building_blocks.md copy docs/content.zh/docs/dev/{datastream/operators => datastream-v2/builtin-funcs}/_index.md (96%) create mode 100644 docs/content.zh/docs/dev/datastream-v2/builtin-funcs/joining.md create mode 100644 docs/content.zh/docs/dev/datastream-v2/builtin-funcs/windows.md create mode 100644 docs/content.zh/docs/dev/datastream-v2/context_and_state_processing.md create mode 100644 docs/content.zh/docs/dev/datastream-v2/overview.md copy docs/content.zh/docs/dev/{datastream/fault-tolerance => datastream-v2/time-processing}/_index.md (97%) create mode 100644 docs/content.zh/docs/dev/datastream-v2/time-processing/event_timer_service.md create mode 100644 docs/content.zh/docs/dev/datastream-v2/time-processing/processing_timer_service.md create mode 100644 docs/content.zh/docs/dev/datastream-v2/watermark.md rename docs/content.zh/docs/dev/datastream/fault-tolerance/serialization/{custom_serializers.md => third_party_serializers.md} (74%) copy docs/{content.zh/docs/dev/table => content/docs/dev/datastream-v2}/_index.md (96%) create mode 100644 docs/content/docs/dev/datastream-v2/building_blocks.md copy docs/{content.zh/docs/dev/datastream/operators => content/docs/dev/datastream-v2/builtin-funcs}/_index.md (96%) create mode 100644 docs/content/docs/dev/datastream-v2/builtin-funcs/joining.md create mode 100644 docs/content/docs/dev/datastream-v2/builtin-funcs/windows.md create mode 100644 docs/content/docs/dev/datastream-v2/context_and_state_processing.md create mode 100644 docs/content/docs/dev/datastream-v2/overview.md copy docs/{content.zh/docs/dev/datastream/fault-tolerance => content/docs/dev/datastream-v2/time-processing}/_index.md (97%) create mode 100644 docs/content/docs/dev/datastream-v2/time-processing/event_timer_service.md create mode 100644 docs/content/docs/dev/datastream-v2/time-processing/processing_timer_service.md create mode 100644 docs/content/docs/dev/datastream-v2/watermark.md create mode 100644 docs/static/fig/datastream/one-input-partitioning.png create mode 100644 docs/static/fig/datastream/one-input-state-access.png create mode 100644 docs/static/fig/datastream/two-input-state-access.png