Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
SerDe interfaces were deprecated in HIVE-4007 to suggest that users do not implement them. However, this results in deprecation warnings all over the codebase where they are actually used.
We should un-deprecate (reprecate? precate?) them. We can add a comment for implementers instead (we could add a method with a clearly bogus name like useThisAbstractClassInstead, and implement it in the class, so it would be noticeable, but that would break compat).
Attachments
Attachments
Issue Links
- causes
-
SPARK-30755 Update migration guide and add actionable exception for HIVE-15167
- Resolved
- relates to
-
HIVE-4007 Create abstract classes for serializer and deserializer
- Closed
- links to