[
https://issues.apache.org/jira/browse/PIG-2736?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Daniel Dai updated PIG-2736:
----------------------------
Resolution: Fixed
Fix Version/s: 0.11
Hadoop Flags: Reviewed
Status: Resolved (was: Patch Available)
Patch committed to trunk. Thanks Jie!
> Support implicit cast from bytearray to boolean
> -----------------------------------------------
>
> Key: PIG-2736
> URL: https://issues.apache.org/jira/browse/PIG-2736
> Project: Pig
> Issue Type: Sub-task
> Reporter: Jie Li
> Assignee: Jie Li
> Fix For: 0.11
>
> Attachments: PIG-2736.0.patch
>
>
>
> {code}
> a = load 'allscalar10k' as (name, age, gpa, instate);
> b = filter a by instate==TRUE;
> dump b;
> {code}
> Error:In alias b, incompatible types in Equal Operator left hand
> side:bytearray right hand side:boolean
> Currently we only support implicit conversion from bytearray to chararray and
> number types (int,long,float,double). We need to add support for boolean as
> well.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira