[ 
https://issues.apache.org/jira/browse/HIVE-25485?focusedWorklogId=651033&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-651033
 ]

ASF GitHub Bot logged work on HIVE-25485:
-----------------------------------------

                Author: ASF GitHub Bot
            Created on: 15/Sep/21 11:34
            Start Date: 15/Sep/21 11:34
    Worklog Time Spent: 10m 
      Work Description: kgyrtkirk commented on pull request #2608:
URL: https://github.com/apache/hive/pull/2608#issuecomment-919939445


   @kasakrisz  could you please take a look?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: gitbox-unsubscr...@hive.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Issue Time Tracking
-------------------

    Worklog Id:     (was: 651033)
    Time Spent: 20m  (was: 10m)

> Transform selects of literals under a UNION ALL to inline table scan
> --------------------------------------------------------------------
>
>                 Key: HIVE-25485
>                 URL: https://issues.apache.org/jira/browse/HIVE-25485
>             Project: Hive
>          Issue Type: Improvement
>            Reporter: Zoltan Haindrich
>            Assignee: Zoltan Haindrich
>            Priority: Major
>              Labels: pull-request-available
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> {code}
> select 1
> union all
> select 1
> union all
> [...]
> union all
> select 1
> {code}
> results in a very big plan; which will have vertexes proportional to the 
> number of union all branch - hence it could be slow to execute it



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to