I am trying to rewrite last value(col1 ignore nulls )
analytical function in hive from RDMS.
I used select last_value(col1,TRUE)
But I am getting null as output when used for above query. Can someone please suggest is there any other way to ignore nulls in analytic function in hive.