We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b1626c commit 912e5bcCopy full SHA for 912e5bc
sdks/python/apache_beam/io/hadoopfilesystem_test.py
@@ -390,8 +390,8 @@ def test_create_write_read_compressed(self):
390
handle.close()
391
392
def test_random_read_large_file(self):
393
- # this tests HdfsDownloader.get_range() works property with
394
- # filesystemio.readinto() when reading a file of size larger than buffer.
+ # this tests HdfsDownloader.get_range() works properly with
+ # filesystemio.readinto when reading a file of size larger than the buffer.
395
url = self.fs.join(self.tmpdir, 'read_length')
396
handle = self.fs.create(url)
397
data = b'test' * 10_000_000
0 commit comments