Ivan Suller created HIVE-22768:
----------------------------------
Summary: Remove the usages of the Utilities.makeList method call
Key: HIVE-22768
URL: https://issues.apache.org/jira/browse/HIVE-22768
Project: Hive
Issue Type: Improvement
Reporter: Ivan Suller
The aforementioned org.apache.hadoop.hive.ql.exec.Utilities.makeList(Object...)
method is non generic and most of its usages can be replaced by a simple
Collections.singletonList(Object) call.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)