potiuk commented on pull request #9681: URL: https://github.com/apache/airflow/pull/9681#issuecomment-654144574
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") ---------------------------------------------------------------- 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]
