I have two timestamps as input. I want to calculate the time difference between the hours between these timestamps, excluding Sundays.
I can get the number of days using the function dated in the hive.
I can get the day of a specific date using from_unixtime (unix_timestamp (startdate), 'EEEE').
But I donβt know how to connect these functions to achieve my requirement or is there any other easy way to achieve this.
Thanks at Advance.
source share