Hi, When I create a table with custom input format in which I want to override listStatus() method,hive just ignores that method. After going through code it seems like Hive's by default CombineInputFormat doesn't honor the listStatus().When I changed the default input format into HiveInputFormat it seemed started to work. Is anyone faced this issue before?
-- https://github.com/zinnia-phatak-dev/Nectar