Geoffrey Mon created FLINK-5948: ----------------------------------- Summary: Error in Python zip_with_index documentation Key: FLINK-5948 URL: https://issues.apache.org/jira/browse/FLINK-5948 Project: Flink Issue Type: Bug Components: Documentation, Python API Reporter: Geoffrey Mon Priority: Minor
At https://ci.apache.org/projects/flink/flink-docs-release-1.3/dev/batch/zip_elements_guide.html, under "Zip with a Dense Index," the Python example shows using the camelcase-named {{zipWithIndex}} method, when in reality the proper method name is in snake case ({{zip_with_index}}). This is an error from my merged pull request which added {{zip_with_index}} to the Python API (https://github.com/apache/flink/pull/2136/files#diff-635d49f032b2e71bd334e89368e93afeR77). -- This message was sent by Atlassian JIRA (v6.3.15#6346)