[Data] how to schedule UDF by grouped key's order in map_groups api

As in title, I want to use map_group api and expect it schedule my callable function with grouped key order. It seem is randomly schedule map tasks rather than in some order of grouped key

Hey @Yanghello, the order that Ray (and consequently Ray Data) executes tasks in non-deterministic. So, the behavior you’re described isn’t supported