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

SerDes that do not inherit AbstractSerDe do not get table properties during initialize()

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 0.14.0
    • None

    Description

      Looks like this may have been introduced during HIVE-6835. During initialize(), 3rd party SerDes which do not inherit AbstractSerDe end up getting a Properties object created by SerDeUtils.createOverlayedProperties(). This properties object receives the table properties as defaults. So looking up a key by name will yield the default value, but a call like getKeys() will not show any of the table properties.

      Attachments

        1. HIVE-8560.1.patch
          0.7 kB
          Jason Dere

        Issue Links

          Activity

            People

              jdere Jason Dere
              jdere Jason Dere
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: