----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/64511/ -----------------------------------------------------------
Review request for hive and Ashutosh Chauhan. Bugs: HIVE-18252 https://issues.apache.org/jira/browse/HIVE-18252 Repository: hive-git Description ------- Patch to limit size of the object inspector cache for complex types, and to not cache complex object inspectors that contain constants. Diffs ----- common/src/java/org/apache/hadoop/hive/common/LRUCache.java PRE-CREATION common/src/test/org/apache/hadoop/hive/common/TestLRUCache.java PRE-CREATION serde/src/java/org/apache/hadoop/hive/serde2/objectinspector/ObjectInspectorFactory.java cb63d59 serde/src/test/org/apache/hadoop/hive/serde2/objectinspector/TestObjectInspectorFactory.java PRE-CREATION Diff: https://reviews.apache.org/r/64511/diff/1/ Testing ------- Added Junit tests Thanks, Jason Dere