[
https://issues.apache.org/jira/browse/PIG-4931?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15414793#comment-15414793
]
Daniel Dai commented on PIG-4931:
---------------------------------
There are extra spaces, such as "<p>IN (expression) </p>", should be
"<p>IN (expression)</p>", "<p>int </p>" should be "<p>int</p>". Also the last
line of the change "</section></section>" should be "</section>" (otherwise a
compilation error).
I don't understand the type table part. In SUM, the type table tells if the
input is int, SUM output a long type. But for IN, the output is always a
boolean, how's the type table interpreted?
> Document IN operator
> --------------------
>
> Key: PIG-4931
> URL: https://issues.apache.org/jira/browse/PIG-4931
> Project: Pig
> Issue Type: Improvement
> Reporter: Rohini Palaniswamy
> Assignee: Artem Ervits
> Labels: newbie
> Fix For: 0.17.0
>
> Attachments: PIG-4931-2.patch, PIG-4931-3.patch, PIG-4931.patch
>
>
> It is a nice feature which is unfortunately not documented.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)