Iterate over LazyBatch

Hi. I have a script just like this one. I have a function that takes a single entry that I would like to use in the process_function. However, by calling map(batched=True), in the process_function I get a batch of entries which I do not seem to be able to iterate. I do not want to remove the batched=True because of efficiency. I wonder if I can iterate over the batch of entries which is of type LazyBatch.

Hi! Can you share the code that tries to iterate over LazyBatch (to help us debug the problem)?

There was an issue on my part. My processing function only handles an example at a time.