max_date(all datasets) = Jul 25How is it possible that the maximum date in all datasets is calculated to be earlier than in only a subset of all datasets????? The call doesn't involve anything fancy, it literally just takes an array of Date and returns the latest one.
max_date(some of all datasets) = Aug 01
max_date(datasets that weren't in call 2) = Jul 11
