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

László Bodor updated HIVE-24905:
--------------------------------
    Description: 
This one is about to take care of vectorizing the FOLLOWING rows case:
{code}
avg(p_retailprice) over(partition by p_mfgr order by p_date range between 1 
preceding and 3 following) as avg1,
{code}

{code}
            Reduce Vectorization:
                enabled: true
                enableConditionsMet: hive.vectorized.execution.reduce.enabled 
IS true, hive.execution.engine tez IN [tez, spark] IS true
                notVectorizedReason: PTF operator: count only CURRENT ROW end 
frame is supported for RANGE
                vectorized: false
{code}

> only CURRENT ROW end frame is supported for RANGE
> -------------------------------------------------
>
>                 Key: HIVE-24905
>                 URL: https://issues.apache.org/jira/browse/HIVE-24905
>             Project: Hive
>          Issue Type: Sub-task
>            Reporter: László Bodor
>            Assignee: László Bodor
>            Priority: Major
>
> This one is about to take care of vectorizing the FOLLOWING rows case:
> {code}
> avg(p_retailprice) over(partition by p_mfgr order by p_date range between 1 
> preceding and 3 following) as avg1,
> {code}
> {code}
>             Reduce Vectorization:
>                 enabled: true
>                 enableConditionsMet: hive.vectorized.execution.reduce.enabled 
> IS true, hive.execution.engine tez IN [tez, spark] IS true
>                 notVectorizedReason: PTF operator: count only CURRENT ROW end 
> frame is supported for RANGE
>                 vectorized: false
> {code}



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

Reply via email to