[ https://issues.apache.org/jira/browse/HIVE-22768?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Ivan Suller updated HIVE-22768: ------------------------------- Attachment: HIVE-22768.1.patch > 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 > Assignee: Ivan Suller > Priority: Minor > Attachments: HIVE-22768.1.patch > > > 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)