[
https://issues.apache.org/jira/browse/FLINK-20123?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17235491#comment-17235491
]
Shuiqiang Chen commented on FLINK-20123:
----------------------------------------
Thank you for creating this ticket.
I have finished testing the following APIs for Python DataStream API, all of
them work as expected under normal condition and throw exceptions with invalid
inputs:
|get_name|
|name|
|uid|
|set_uid_hash|
|set_parallelism|
|set_max_parallelism|
|get_type|
|get_execution_environment|
|get_execution_config|
|force_non_parallel|
|set_buffer_timeout|
|start_new_chain|
|disable_chaining|
|slot_sharing_group|
|map|
|flat_map|
|key_by|
|filter|
|union|
|connect|
|shuffle|
|project|
|rescale|
|broadcast|
|print|
I would test the following API as soon as possible:
|rebalance|
|forward|
|process|
|assign_timestamp_and_watermark|
|partition_custom|
|add_sink|
All these APIs have documented respectively.
> Test native support of PyFlink on Kubernetes
> --------------------------------------------
>
> Key: FLINK-20123
> URL: https://issues.apache.org/jira/browse/FLINK-20123
> Project: Flink
> Issue Type: Sub-task
> Components: API / Python
> Affects Versions: 1.12.0
> Reporter: Robert Metzger
> Assignee: Shuiqiang Chen
> Priority: Critical
> Fix For: 1.12.0
>
>
> ----
> [General Information about the Flink 1.12 release
> testing|https://cwiki.apache.org/confluence/display/FLINK/1.12+Release+-+Community+Testing]
> When testing a feature, consider the following aspects:
> - Is the documentation easy to understand
> - Are the error messages, log messages, APIs etc. easy to understand
> - Is the feature working as expected under normal conditions
> - Is the feature working / failing as expected with invalid input, induced
> errors etc.
> If you find a problem during testing, please file a ticket
> (Priority=Critical; Fix Version = 1.12.0), and link it in this testing ticket.
> During the testing keep us updated on tests conducted, or please write a
> short summary of all things you have tested in the end.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)