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

Cheolsoo Park updated PIG-4696:
-------------------------------
       Resolution: Fixed
    Fix Version/s: 0.16.0
           Status: Resolved  (was: Patch Available)

Thanks Rohini for the review. Committed to trunk.

> Empty map returned by a streaming_python udf wrongly contains a null key
> ------------------------------------------------------------------------
>
>                 Key: PIG-4696
>                 URL: https://issues.apache.org/jira/browse/PIG-4696
>             Project: Pig
>          Issue Type: Bug
>          Components: impl
>    Affects Versions: 0.15.0
>            Reporter: Cheolsoo Park
>            Assignee: Cheolsoo Park
>            Priority: Minor
>             Fix For: 0.16.0
>
>         Attachments: PIG-4696.1.patch
>
>
> To reproduce, please run the following query-
> {code}
> b = FOREACH a GENERATE (map[])udfs.empty_dict();
> DUMP b;
> {code}
> where empty_dict() is a Python udf-
> {code}
> @outputSchema("map_out: []")
> def empty_dict():
>     return {}
> {code}
> This returns {{([])}} in jython while {{(\[null#\])}} in streaming_python.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to