When you run a parallel version of the find_all, the `pa.concat` function fails: `ArrowInvalid: Must pass at least one table` Instead, `results` needs to be validated that it has any data and if not, skip the concat.
When you run a parallel version of the find_all, the
pa.concatfunction fails:ArrowInvalid: Must pass at least one tableInstead,
resultsneeds to be validated that it has any data and if not, skip the concat.