You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "Ivan Suller (Jira)" <ji...@apache.org> on 2020/01/24 07:39:00 UTC

[jira] [Resolved] (HIVE-22768) Remove the usages of the Utilities.makeList method call

     [ https://issues.apache.org/jira/browse/HIVE-22768?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ivan Suller resolved HIVE-22768.
--------------------------------
    Release Note: The resulted list should be mutable, so the proposed solution won't work
      Resolution: Won't Fix

> 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)