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

alter table rename messes the location

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Blocker
    • Resolution: Fixed
    • None
    • 0.7.0
    • None
    • None
    • Reviewed

    Description

      create table tmptmp(a string) partitioned by (b string);
      alter table tmptmp add partition (b="1:2:3");
      alter table tmptmp rename to tmptmp_test;

      The location for tmptmp_test partition (b="1:2:3) is unescaped due to rename, and hence it cannot be dropped.

      Attachments

        1. HIVE-1934.1.patch
          51 kB
          Paul Yang

        Activity

          People

            pauly Paul Yang
            namit Namit Jain
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: