potiuk commented on PR #35905: URL: https://github.com/apache/airflow/pull/35905#issuecomment-1829589071
> This specific case is not Windows but just the user has a weird ID that can’t be chown-ed. I didn’t look too close into it tbh and it’s likely possible to fix this from another angle, but since the chown is not strictly necessary anyway I opted for the easy way out of the situation. Ah I see. I thought it was on the Windows FS - I saw similar problems reported before - because there `chown` would fail as Windows FS is not POSIX and does not support chown, Interesting case with the ID though.. BTW. We also have another case (i.e. rootless docker) and maybe that could be the case as well (in both case the solution will work however). -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
