Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
3.0.0, 4.0.0
-
None
Description
Fix in HIVE-19860 needs to be applied to
static ConcurrentHashMap<ObjectInspector, StandardListObjectInspector> cachedStandardListObjectInspector = new ConcurrentHashMap<ObjectInspector, StandardListObjectInspector>(); ... static ConcurrentHashMap<ArrayList<List<?>>, StandardStructObjectInspector> cachedStandardStructObjectInspector = new ConcurrentHashMap<ArrayList<List<?>>, StandardStructObjectInspector>(); ... static ConcurrentHashMap<ArrayList<Object>, ColumnarStructObjectInspector> cachedColumnarStructObjectInspector = new ConcurrentHashMap<ArrayList<Object>, ColumnarStructObjectInspector>();
And possibly for
static ConcurrentHashMap<Type, ObjectInspector> objectInspectorCache = new ConcurrentHashMap<Type, ObjectInspector>(); ...
Attachments
Attachments
Issue Links
- relates to
-
HIVE-18252 Limit the size of the object inspector caches
- Resolved
- links to