My requirement is simple how to calculate the time difference between two column in hive
Example
Time_Start: 10:15:00
Time_End: 11:45:00
I need to do (Time_End-Time_Start) =1:30:00
Note both the columns are in String datatype kindly help to get required result..