kaxil commented on pull request #9681: URL: https://github.com/apache/airflow/pull/9681#issuecomment-654145533
> With pass_filenames false there is no way to split those :(. When pass_filenames is true, it will take the list of files, and slice the list so that each process gets 1/N-th of the files (N= number of processors). This is somewhat random process (i.e. when the list of files changes a little, the split can be completely different - so this only works if the checks are "per-file") Yeah, it makes sense. I thought it would just use `files` regex, get all the files from there and distribute it if filename are not passed explicitly but unfortunately, that is not the case :( ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
