[
https://issues.apache.org/jira/browse/FLINK-10279?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16635245#comment-16635245
]
ASF GitHub Bot commented on FLINK-10279:
----------------------------------------
zentol commented on a change in pull request #6761: [FLINK-10279]
[documentation] Make jython limitations more obvious in documentation.
URL: https://github.com/apache/flink/pull/6761#discussion_r221894414
##########
File path: docs/dev/stream/python.md
##########
@@ -24,6 +24,9 @@ specific language governing permissions and limitations
under the License.
-->
+*Note: This API is based on Jython, which is not a full Python replacement and
may restrict
Review comment:
You can actually create neat looking `attention` boxes, like so `<span
class="label label-danger">Attention</span>`, as seen here:
https://ci.apache.org/projects/flink/flink-docs-master/dev/event_timestamps_watermarks.html#assigning-timestamps
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
> Make jython limitations more obvious in documentation
> -----------------------------------------------------
>
> Key: FLINK-10279
> URL: https://issues.apache.org/jira/browse/FLINK-10279
> Project: Flink
> Issue Type: Task
> Components: Documentation, Python API
> Reporter: Thomas Weise
> Assignee: Thomas Weise
> Priority: Major
> Labels: pull-request-available
>
> The "Python Programming Guide (Streaming) Beta" at
> [https://ci.apache.org/projects/flink/flink-docs-master/dev/stream/python.html]
> does not sufficiently highlight limitations of the API. It should probably
> have a prominent disclaimer right at the top stating that this actually isn't
> a "Python" API but Jython, which likely means that the user looking for a
> solution to run native Python code won't be able to use many important
> libraries, which is often the reason to look for Python support in first
> place.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)