Uploaded image for project: 'Hive'
  1. Hive
  2. HIVE-1420

problem with sequence and rcfiles are mixed for null partitions

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Duplicate
    • None
    • 0.6.0
    • Query Processor
    • None

    Description

      drop table foo;
      create table foo (src int, value string) partitioned by (ds string);

      alter table foo set fileformat Sequencefile;

      insert overwrite table foo partition (ds='1')
      select key, value from src;

      alter table foo add partition (ds='2');

      alter table foo set fileformat rcfile;

      select count(1) from foo;

      The above testcase fails

      Attachments

        1. hive-1420.1.patch
          10 kB
          He Yongqiang

        Issue Links

          Activity

            People

              he yongqiang He Yongqiang
              namit Namit Jain
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: