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

Rahul updated HIVE-13205:
-------------------------
    Description: 
Hi,
I am running following query to fill all null with the last known value in the 
column:
Select price,time, id,last_value(price,true) over (partition by id order by 
time) as LatestPrice from table;
For few records, the query is running successfully. But for large number of 
records (2 Bn), the query keep running forever.

  was:
Hi,
I am running following query to fill all null with the last known value in the 
column:
Select price,time, id,last_value(price,true) over (partition by id order by 
time) as LatestPrice from table;
For few record, the query is running successfully. Buy for large number of 
records (2 Bn), the query keep running forever.


> Job with last_value() function keep running forever.
> ----------------------------------------------------
>
>                 Key: HIVE-13205
>                 URL: https://issues.apache.org/jira/browse/HIVE-13205
>             Project: Hive
>          Issue Type: Bug
>            Reporter: Rahul
>
> Hi,
> I am running following query to fill all null with the last known value in 
> the column:
> Select price,time, id,last_value(price,true) over (partition by id order by 
> time) as LatestPrice from table;
> For few records, the query is running successfully. But for large number of 
> records (2 Bn), the query keep running forever.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to