Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
0.3.0
-
None
-
Reviewed
Description
There are some unnecessary Arrays.asList calls in UnionStructObjectInspector. Profiling showed that it takes up to 3% of the CPU.
We should remove that unnecessary call.