Describe the bug
Progress bars after transformative operations turn in red and never be completed to 100%
Steps to reproduce the bug
from datasets import load_dataset
load_dataset('rotten_tomatoes', split='test').filter(lambda o: True)
Expected results
Progress bar should be 100% and green
Actual results
Progress bar turn in red and never completed to 100%
Environment info
datasets version: 2.6.1
- Platform: Linux-5.10.133+-x86_64-with-Ubuntu-18.04-bionic
- Python version: 3.7.14
- PyArrow version: 6.0.1
- Pandas version: 1.3.5