Abacn commented on code in PR #31835:
URL: https://github.com/apache/beam/pull/31835#discussion_r1672828657


##########
sdks/python/apache_beam/io/fileio.py:
##########
@@ -702,9 +702,10 @@ def process(self, element, w=beam.DoFn.WindowParam):
 
     move_from = [f.file_name for f in temp_file_results]
     move_to = [f.file_name for f in final_file_results]
+
     _LOGGER.info(
-        'Moving temporary files %s to dir: %s as %s',
-        map(os.path.basename, move_from),

Review Comment:
   originally this prints `Moving temporary files <map object at 
0x7f8b1194d600> to dir` which was not helpful



-- 
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]

Reply via email to