Uploaded image for project: 'Pig'
  1. Pig
  2. PIG-2082

bincond ERROR 1050: Unsupported typ for BindCond: left hand side: tuple

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • 0.9.0
    • None
    • build
    • 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

          Activity

            People

              thejas Thejas Nair
              araceli Araceli Henley
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated: