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

exchange partition is not generating notifications

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Critical
    • Resolution: Fixed
    • 2.2.0
    • 2.3.0
    • HCatalog
    • None

    Description

      exchange partition event is not generating notifications in notification_log.
      There should multiple events generated. one add_partition event and several drop_partition events.
      for example:

      ALTER TABLE tab1 EXCHANGE PARTITION (part=1) WITH TABLE tab2;
      

      There should be the following events:
      ADD_PARTITION on tab2 on partition (part=1)
      DROP_PARTITION on tab1 on partition (part=1)

      Attachments

        1. HIVE-15754.1.patch
          9 kB
          Nachiket Vaidya
        2. HIVE-15754.0.patch
          8 kB
          Nachiket Vaidya

        Issue Links

          Activity

            People

              vaidyand Nachiket Vaidya
              vaidyand Nachiket Vaidya
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: