Uploaded image for project: 'Hive'
  1. Hive
  2. HIVE-22942 Replace PTest with an alternative
  3. HIVE-23289

Rows are not removed from the skewed_string_list_values table

    XMLWordPrintableJSON

Details

    • Sub-task
    • Status: Open
    • Major
    • Resolution: Unresolved
    • None
    • None
    • None
    • None

    Description

      initialize sysdb as well

      select * from sys.skewed_string_list_values;
      -- empty (no skewed stuff)
      create external table smt_sysdb_src_skew (key int) skewed by (key) on (1,2,3);
      select * from sys.skewed_string_list_values;
      -- 3 rows
      drop table smt_sysdb_src_skew;
      select * from sys.skewed_string_list_values;
      -- still..3 rows
      create external table smt_sysdb_src_skew (key int) skewed by (key) on (1,2,3);
      -- now we have 6 rows; the biggest issue is that the list_id is the same
      

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              kgyrtkirk Zoltan Haindrich
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated: