Abacn commented on code in PR #29485:
URL: https://github.com/apache/beam/pull/29485#discussion_r1399792029
##########
sdks/python/apache_beam/io/fileio.py:
##########
@@ -739,7 +739,8 @@ def _check_orphaned_files(self, writer_key):
if len(orphaned_files) > 0:
_LOGGER.info(
- 'Some files may be left orphaned in the temporary folder: %s',
+ 'Some files may be left orphaned in the temporary folder: %s. '
+ 'This may be a result of insufficient IAM permissions.',
Review Comment:
Consider 'This may be a result of insufficient permissions to delete these
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]