sankalpsthakur opened a new pull request, #29236:
URL: https://github.com/apache/flink/pull/29236

   ## What is the purpose of the change
   
   Fixes the duplicate word in the DataSet delta-iteration example: "it can be 
skipped it in the next workset" → "it can be skipped in the next workset".
   
   This page was removed from `master` with DataSet docs (FLINK-32741). The 
typo is still in the published 1.17 docs: 
https://nightlies.apache.org/flink/flink-docs-release-1.17/docs/dev/dataset/iterations/#example-propagate-minimum-in-graph
   
   ## Brief change log
   
   - Correct the English sentence in 
`docs/content/docs/dev/dataset/iterations.md`
   - Apply the same one-word fix in the Chinese copy 
`docs/content.zh/docs/dev/dataset/iterations.md`
   
   ## Verifying this change
   
   This change is a trivial rework / code cleanup without any test coverage.
   
   Confirmed the duplicate "it" is gone in both files.
   
   ## Does this pull request potentially affect one of the following parts:
   
   - Dependencies (does it add or upgrade a dependency): no
   - The public API, i.e., is any changed class annotated with 
`@Public(Evolving)`: no
   - The serializers: no
   - The runtime per-record code paths (performance sensitive): no
   - Anything that affects deployment or recovery: JobManager (and its 
components), Checkpointing, Kubernetes/Yarn, ZooKeeper: no
   - The S3 file system connector: no
   
   ## Documentation
   
   - Does this pull request introduce a new feature? no
   - If yes, how is the feature documented? not applicable
   
   ## Apache ICLA
   
   Apache requires an ICLA on file before a contribution can be merged. 
Contributor: Sankalp Thakur (`sankalpsthakur`). This PR only notes that 
requirement; it does not claim an ICLA has been signed.
   
   JIRA: https://issues.apache.org/jira/browse/FLINK-28839
   
   ---
   
   ##### Was generative AI tooling used to co-author this PR?
   
   - [x] Yes (please specify the tool below)
   
   Generated-by: Cursor Grok 4.6
   


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