You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pig.apache.org by "Sergey Svinarchuk (JIRA)" <ji...@apache.org> on 2016/07/25 13:12:20 UTC

[jira] [Updated] (PIG-4961) LIMIT operation drop data from result

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

Sergey Svinarchuk updated PIG-4961:
-----------------------------------
    Attachment: script.pig
                input1.zip

Attached script and sample data for reproduce it.

Expected result:
(1,1,1,3.1,1,3.1)
(2,1,2,3.7,2,3.7)
(3,1,3,3.2,3,3.2)

Actual result:
(1,1,1,3.1,1,3.1)
(3,1,3,3.2,3,3.2)

> LIMIT operation drop data from result
> -------------------------------------
>
>                 Key: PIG-4961
>                 URL: https://issues.apache.org/jira/browse/PIG-4961
>             Project: Pig
>          Issue Type: Bug
>    Affects Versions: 0.14.0, 0.15.0, 0.16.0
>            Reporter: Sergey Svinarchuk
>         Attachments: input1.zip, script.pig
>
>
> After changing in https://issues.apache.org/jira/browse/PIG-4259 , LIMIT operation can drop some data from result.



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