-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 0.14.0
-
Component/s: Serializers/Deserializers
-
Labels:None
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.
- is related to
-
HIVE-6835 Reading of partitioned Avro data fails if partition schema does not match table schema
-
- Closed
-