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

[zebra] spliting columns at different levels in a complex record column into different column groups throws exception

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 0.7.0
    • 0.7.0
    • impl
    • None

    Description

      The following code sample:

      String strSch = "r1:record(f1:int, f2:int), r2:record(f5:int, r3:record(f3:float, f4))";
      String strStorage = "[r1.f1, r2.r3.f3, r2.f5]; [r1.f2, r2.r3.f4]";
      Partition p = new Partition(schema.toString(), strStorage, null);

      gives the following exception:

      org.apache.hadoop.zebra.parser.ParseException: Different Split Types Set on the same field: r2.f5

      Attachments

        1. PIG-1153.patch
          8 kB
          Yan Zhou
        2. PIG-1153.patch
          10 kB
          Yan Zhou

        Activity

          People

            yanz Yan Zhou
            xuefuz Xuefu Zhang
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: