udim commented on a change in pull request #11038: [BEAM-7746] More typing fixes URL: https://github.com/apache/beam/pull/11038#discussion_r394021216
########## File path: sdks/python/apache_beam/io/range_trackers.py ########## @@ -42,7 +48,7 @@ _LOGGER = logging.getLogger(__name__) -class OffsetRangeTracker(iobase.RangeTracker): +class OffsetRangeTracker(iobase.RangeTracker[int]): """A 'RangeTracker' for non-negative positions of type 'long'.""" Review comment: s/long/int/ ---------------------------------------------------------------- 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] With regards, Apache Git Services
