Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
0.9.0
-
None
-
None
-
Linux 2.6.18-53.1.13.el5 #1 SMP Mon Feb 11 13:27:27 EST 2008 x86_64 x86_64 x86_64 GNU/Linux
Hadoop 0.20.203.3.1104011556 Compiled on Fri Apr 1 16:29:09 PDT 2011
Description
Regression for 9, this passes on 8
2011-05-19 00:28:31,619 [main] ERROR org.apache.pig.tools.grunt.Grunt - ERROR 1050 Unsupported
input type for BinCond: left hand side: tuple; right hand side: double
a = load '1.txt' as (a0, a1);
b = foreach a generate (a0==0?(1):{a1/5));
explain b;
Attachments
Issue Links
- is related to
-
PIG-1387 Syntactical Sugar for PIG-1385
- Closed