You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Ivan Suller (JIRA)" <ji...@apache.org> on 2019/05/24 12:46:00 UTC

[jira] [Created] (HIVE-21789) HiveFileFormatUtils.getRecordWriter is unnecessary

Ivan Suller created HIVE-21789:
----------------------------------

             Summary: HiveFileFormatUtils.getRecordWriter is unnecessary
                 Key: HIVE-21789
                 URL: https://issues.apache.org/jira/browse/HIVE-21789
             Project: Hive
          Issue Type: Improvement
            Reporter: Ivan Suller
            Assignee: Ivan Suller


The method org.apache.hadoop.hive.ql.io.HiveFileFormatUtils.getRecordWriter checks if the given outputFormat parameter is a HiveOutputFormat, but it is always true. So this way the check and thus the method is unnecessary.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)