Skip to content

Commit 184a18d

Browse files
committed
call out the snappy version in the warning message
1 parent 0415bd6 commit 184a18d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdks/python/apache_beam/io/tfrecordio.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ def _default_crc32c_fn(value):
5757

5858
if not _default_crc32c_fn.fn:
5959
_LOGGER.warning(
60-
'Couldn\'t find python-snappy so the implementation of '
60+
'Couldn\'t find python-snappy (<0.7) so the implementation of '
6161
'_TFRecordUtil._masked_crc32c is not as fast as it could '
6262
'be.')
6363
_default_crc32c_fn.fn = crcmod.predefined.mkPredefinedCrcFun('crc-32c')

0 commit comments

Comments
 (0)