Skip to content

Commit

Permalink
Merge pull request #8784: [BEAM-6952]Fixes the version number for con…
Browse files Browse the repository at this point in the history
…cat compressed files fix
  • Loading branch information
chamikaramj committed Jun 10, 2019
2 parents 58634bc + b7c2512 commit 0eec015
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sdks/python/apache_beam/io/filesystem_test.py
Expand Up @@ -463,7 +463,7 @@ def test_tell(self):

def test_concatenated_compressed_file(self):
# The test apache_beam.io.textio_test.test_read_gzip_concat
# does not encounter the problem in the Beam 2.11 and earlier
# does not encounter the problem in the Beam 2.13 and earlier
# code base because the test data is too small: the data is
# smaller than read_size, so it goes through logic in the code
# that avoids the problem in the code. So, this test sets
Expand Down Expand Up @@ -511,7 +511,7 @@ def create_test_file(compression_type, lines):
# gzip file, I got into an endless loop in the beam filesystem module.
# That's why I put this handler in to trap an endless loop. However,
# this unit test doesn't encounter an endless loop, it encounters a
# different error, in the Beam 2.11 and earlier implementation.
# different error, in the Beam 2.13 and earlier implementation.
# So it's not strictly necessary to have this handler in this unit test.

def alarm_handler(signum, frame):
Expand Down

0 comments on commit 0eec015

Please sign in to comment.