Can Wang 83c8af1b59
Fix: page_size can be None error (#8603)
### What problem does this PR solve?

Issue #8602

`parser_config.task_page_size` can be defaults to `None` when dataset is
created by API. This was not handled by the `task_executor.py` code thus
`page_size` could sometimes be `None` which will cause issue in line
351.

### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)
2025-07-02 18:38:48 +08:00
..
2025-07-01 14:05:18 +08:00
2025-01-21 20:52:28 +08:00
2025-07-02 18:37:34 +08:00
2024-12-07 16:56:34 +08:00