Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
Background
Recent update to improving data type validation within entities has unearthed this assignment where hive_table.retention which is integer data type is being assigned long value.
Solution
Since this field is not being used in tests, changing the assignment to integer will address the issue.