discivigour commented on code in PR #8625:
URL: https://github.com/apache/paimon/pull/8625#discussion_r3593602739


##########
paimon-python/pypaimon/write/blob_format_writer.py:
##########
@@ -16,9 +16,13 @@
 # under the License.
 
 import struct
-import zlib
 from typing import BinaryIO, List, Optional
 
+try:
+    from isal import isal_zlib as crc_backend

Review Comment:
   Done. The `isal` CRC compatibility test is now enabled and passes in CI.



-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to