You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Jesus Camacho Rodriguez (JIRA)" <ji...@apache.org> on 2018/01/13 02:12:00 UTC

[jira] [Created] (HIVE-18451) Support UDTF Operator in SimpleFetchOptimizer

Jesus Camacho Rodriguez created HIVE-18451:
----------------------------------------------

             Summary: Support UDTF Operator in SimpleFetchOptimizer
                 Key: HIVE-18451
                 URL: https://issues.apache.org/jira/browse/HIVE-18451
             Project: Hive
          Issue Type: Improvement
          Components: Physical Optimizer
    Affects Versions: 3.0.0
            Reporter: Jesus Camacho Rodriguez
            Assignee: Jesus Camacho Rodriguez


After HIVE-18416, simple insert into table values{} is still resulting in launching of job as earlier which can be avoided by optimizing that job to FetchTask.

This issue is to extend SimpleFetchOptimizer, which does not fire on insert queries as it does not handle UDTF.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)