[jira] [Updated] (FLINK-16522) Use type hints to declare the signature of the methods

2020-10-29 Thread ASF GitHub Bot (Jira)


 [ 
https://issues.apache.org/jira/browse/FLINK-16522?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

ASF GitHub Bot updated FLINK-16522:
---
Labels: pull-request-available  (was: )

> Use type hints to declare the signature of the methods
> --
>
> Key: FLINK-16522
> URL: https://issues.apache.org/jira/browse/FLINK-16522
> Project: Flink
>  Issue Type: Improvement
>  Components: API / Python
>Reporter: Huang Xingbo
>Assignee: Huang Xingbo
>Priority: Major
>  Labels: pull-request-available
> Fix For: 1.12.0
>
>
> [Type Hints|https://www.python.org/dev/peps/pep-0484/] was introduced in 
> Python 3.5 and it would be great if we can declare the signature of the 
> methods using type hints and introduce [type 
> check|https://realpython.com/python-type-checking/] in the python APIs



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (FLINK-16522) Use type hints to declare the signature of the methods

2020-05-26 Thread Dian Fu (Jira)


 [ 
https://issues.apache.org/jira/browse/FLINK-16522?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Dian Fu updated FLINK-16522:

Fix Version/s: (was: 1.11.0)
   1.12.0

> Use type hints to declare the signature of the methods
> --
>
> Key: FLINK-16522
> URL: https://issues.apache.org/jira/browse/FLINK-16522
> Project: Flink
>  Issue Type: Improvement
>  Components: API / Python
>Reporter: Huang Xingbo
>Assignee: Huang Xingbo
>Priority: Major
> Fix For: 1.12.0
>
>
> [Type Hints|https://www.python.org/dev/peps/pep-0484/] was introduced in 
> Python 3.5 and it would be great if we can declare the signature of the 
> methods using type hints and introduce [type 
> check|https://realpython.com/python-type-checking/] in the python APIs



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (FLINK-16522) Use type hints to declare the signature of the methods

2020-04-06 Thread Rong Rong (Jira)


 [ 
https://issues.apache.org/jira/browse/FLINK-16522?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Rong Rong updated FLINK-16522:
--
Description: [Type Hints|https://www.python.org/dev/peps/pep-0484/] was 
introduced in Python 3.5 and it would be great if we can declare the signature 
of the methods using type hints and introduce [type 
check|https://realpython.com/python-type-checking/] in the python APIs  (was: 
[Type Hints|https://www.python.org/dev/peps/pep-0484/] was introduced in Python 
3.5 and it would be great if we can declare the signature of the methods using 
type hints and introduce type check in the python APIs)

> Use type hints to declare the signature of the methods
> --
>
> Key: FLINK-16522
> URL: https://issues.apache.org/jira/browse/FLINK-16522
> Project: Flink
>  Issue Type: Improvement
>  Components: API / Python
>Reporter: Huang Xingbo
>Assignee: Huang Xingbo
>Priority: Major
> Fix For: 1.11.0
>
>
> [Type Hints|https://www.python.org/dev/peps/pep-0484/] was introduced in 
> Python 3.5 and it would be great if we can declare the signature of the 
> methods using type hints and introduce [type 
> check|https://realpython.com/python-type-checking/] in the python APIs



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (FLINK-16522) Use type hints to declare the signature of the methods

2020-04-06 Thread Rong Rong (Jira)


 [ 
https://issues.apache.org/jira/browse/FLINK-16522?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Rong Rong updated FLINK-16522:
--
Description: [Type Hints|https://www.python.org/dev/peps/pep-0484/] was 
introduced in Python 3.5 and it would be great if we can declare the signature 
of the methods using type hints and introduce type check in the python APIs  
(was: Type Hints was introduced in Python 3.5 and it would be great if we can 
declare the signature of the methods using type hints.)

> Use type hints to declare the signature of the methods
> --
>
> Key: FLINK-16522
> URL: https://issues.apache.org/jira/browse/FLINK-16522
> Project: Flink
>  Issue Type: Improvement
>  Components: API / Python
>Reporter: Huang Xingbo
>Assignee: Huang Xingbo
>Priority: Major
> Fix For: 1.11.0
>
>
> [Type Hints|https://www.python.org/dev/peps/pep-0484/] was introduced in 
> Python 3.5 and it would be great if we can declare the signature of the 
> methods using type hints and introduce type check in the python APIs



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (FLINK-16522) Use type hints to declare the signature of the methods

2020-03-10 Thread Dian Fu (Jira)


 [ 
https://issues.apache.org/jira/browse/FLINK-16522?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Dian Fu updated FLINK-16522:

Description: Type Hints was introduced in Python 3.5 and it would be great 
if we can declare the signature of the methods using type hints.  (was: Take 
use of Python3 type hint to rebuild Python Function signature)

> Use type hints to declare the signature of the methods
> --
>
> Key: FLINK-16522
> URL: https://issues.apache.org/jira/browse/FLINK-16522
> Project: Flink
>  Issue Type: Improvement
>  Components: API / Python
>Reporter: Huang Xingbo
>Assignee: Huang Xingbo
>Priority: Major
> Fix For: 1.11.0
>
>
> Type Hints was introduced in Python 3.5 and it would be great if we can 
> declare the signature of the methods using type hints.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (FLINK-16522) Use type hints to declare the signature of the methods

2020-03-10 Thread Dian Fu (Jira)


 [ 
https://issues.apache.org/jira/browse/FLINK-16522?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Dian Fu updated FLINK-16522:

Summary: Use type hints to declare the signature of the methods  (was: Take 
use of Python3 type hint to rebuild Python Function signature)

> Use type hints to declare the signature of the methods
> --
>
> Key: FLINK-16522
> URL: https://issues.apache.org/jira/browse/FLINK-16522
> Project: Flink
>  Issue Type: Improvement
>  Components: API / Python
>Reporter: Huang Xingbo
>Assignee: Huang Xingbo
>Priority: Major
> Fix For: 1.11.0
>
>
> Take use of Python3 type hint to rebuild Python Function signature



--
This message was sent by Atlassian Jira
(v8.3.4#803005)