[jira] [Commented] (BEAM-2713) Support Python native types in Beam typehints

2017-12-06 Thread Chuan Yu Foo (JIRA)

[ 
https://issues.apache.org/jira/browse/BEAM-2713?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16281205#comment-16281205
 ] 

Chuan Yu Foo commented on BEAM-2713:


The merged code works for all the base types and derived types which inherit 
from a single base type, but we still don't support Generic types and derived 
types which inherit from multiple base types, e.g. Generic + NamedTuple. I 
don't have the cycles to extend the existing functionality to add support for 
these though.

> Support Python native types in Beam typehints
> -
>
> Key: BEAM-2713
> URL: https://issues.apache.org/jira/browse/BEAM-2713
> Project: Beam
>  Issue Type: Sub-task
>  Components: sdk-py-core
>Reporter: Chuan Yu Foo
>Assignee: Ahmet Altay
>
> Add support for Python's native typing type to Beam typehints.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (BEAM-2713) Support Python native types in Beam typehints

2017-12-04 Thread Ahmet Altay (JIRA)

[ 
https://issues.apache.org/jira/browse/BEAM-2713?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=1627#comment-1627
 ] 

Ahmet Altay commented on BEAM-2713:
---

[~chuanyu] Do you have more work to do on this issue?

> Support Python native types in Beam typehints
> -
>
> Key: BEAM-2713
> URL: https://issues.apache.org/jira/browse/BEAM-2713
> Project: Beam
>  Issue Type: Sub-task
>  Components: sdk-py-core
>Reporter: Chuan Yu Foo
>Assignee: Ahmet Altay
>
> Add support for Python's native typing type to Beam typehints.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (BEAM-2713) Support Python native types in Beam typehints

2017-08-08 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/BEAM-2713?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16119459#comment-16119459
 ] 

ASF GitHub Bot commented on BEAM-2713:
--

Github user asfgit closed the pull request at:

https://github.com/apache/beam/pull/3672


> Support Python native types in Beam typehints
> -
>
> Key: BEAM-2713
> URL: https://issues.apache.org/jira/browse/BEAM-2713
> Project: Beam
>  Issue Type: Sub-task
>  Components: sdk-py
>Reporter: Chuan Yu Foo
>Assignee: Ahmet Altay
>
> Add support for Python's native typing type to Beam typehints.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (BEAM-2713) Support Python native types in Beam typehints

2017-08-01 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/BEAM-2713?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16110016#comment-16110016
 ] 

ASF GitHub Bot commented on BEAM-2713:
--

GitHub user chuanyu opened a pull request:

https://github.com/apache/beam/pull/3672

[BEAM-2713] Support Python native types in Beam typehints

Add support for Python native types in Beam typehints.

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/chuanyu/beam support_python_types

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/beam/pull/3672.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #3672


commit 54f12e1b5295e77bd3c1837c14be24accf54b848
Author: Chuan Yu Foo 
Date:   2017-08-01T00:10:45Z

Add support for Python's native type hint types in Beam's type hint 
annotations.




> Support Python native types in Beam typehints
> -
>
> Key: BEAM-2713
> URL: https://issues.apache.org/jira/browse/BEAM-2713
> Project: Beam
>  Issue Type: New Feature
>  Components: sdk-py
>Reporter: Chuan Yu Foo
>Assignee: Ahmet Altay
>
> Add support for Python's native typing type to Beam typehints.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)