Description
org.apache.gobblin.data.management.conversion.hive.source.HiveSource creates workunit if:
1) Create time is after maxLookBackDays
2) Update time is greater than watermark
Since there are multiple policies to decide update time, it can happen that create time is greater than update time and hence maxLookBackDays will be redundant.
HiveSource should check for maxLookBackDays corresponding to update time