We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0415bd6 commit 184a18dCopy full SHA for 184a18d
sdks/python/apache_beam/io/tfrecordio.py
@@ -57,7 +57,7 @@ def _default_crc32c_fn(value):
57
58
if not _default_crc32c_fn.fn:
59
_LOGGER.warning(
60
- 'Couldn\'t find python-snappy so the implementation of '
+ 'Couldn\'t find python-snappy (<0.7) so the implementation of '
61
'_TFRecordUtil._masked_crc32c is not as fast as it could '
62
'be.')
63
_default_crc32c_fn.fn = crcmod.predefined.mkPredefinedCrcFun('crc-32c')
0 commit comments