Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.1
-
None
-
None
Description
we are checking whether this property "cube.storagetable.partition.timeline.cache.present" exists or not, if not then we are caching the partitions and adding this property to the table. As we cant delete a property from hive table, we cant disable caching feature. so can we please change the logic to check whether its is null or false, instead of just checking whether its present or not.