You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@beam.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2019/11/20 21:31:00 UTC

[jira] [Work logged] (BEAM-8490) Python typehints: properly resolve empty dict type

     [ https://issues.apache.org/jira/browse/BEAM-8490?focusedWorklogId=347014&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-347014 ]

ASF GitHub Bot logged work on BEAM-8490:
----------------------------------------

                Author: ASF GitHub Bot
            Created on: 20/Nov/19 21:30
            Start Date: 20/Nov/19 21:30
    Worklog Time Spent: 10m 
      Work Description: udim commented on issue #9894: [BEAM-8490] Fix instance_to_type for empty containers
URL: https://github.com/apache/beam/pull/9894#issuecomment-556422501
 
 
   R: @kennknowles 
   CC: @robertwb 
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Issue Time Tracking
-------------------

    Worklog Id:     (was: 347014)
    Time Spent: 20m  (was: 10m)

> Python typehints: properly resolve empty dict type
> --------------------------------------------------
>
>                 Key: BEAM-8490
>                 URL: https://issues.apache.org/jira/browse/BEAM-8490
>             Project: Beam
>          Issue Type: Bug
>          Components: sdk-py-core
>            Reporter: Udi Meiri
>            Assignee: Udi Meiri
>            Priority: Major
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> Currently:
> {code}
> trivial_inference.instance_to_type({})
> {code}
> returns
> {code}
> Dict[Union[], Union[]]
> {code}
> instead of
> {code}
> Dict[Any,Any]
> {code}



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