Abacn commented on code in PR #39461:
URL: https://github.com/apache/beam/pull/39461#discussion_r3787979483
##########
sdks/python/apache_beam/io/fileio.py:
##########
@@ -507,7 +508,8 @@ def _match_deduplicated(self,
poll_interval=self.interval,
termination=termination,
output_key_fn=(
- _file_path_and_mtime_key if self.match_upd else _file_path_key),
+ _file_path_and_mtime_key
Review Comment:
We don't need to change this line if we guarantee match_upd=True when
timestamp_cursor is set
--
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]