hse-project / hse

HSE: Heterogeneous-memory storage engine
https://hse-project.github.io
673 stars 65 forks source link

Use LZ4_MAX_INPUT_SIZE instead of INT_MAX for compress_lz4_estimate bound #630

Open tristan957 opened 1 year ago

tristan957 commented 1 year ago

Description

INT_MAX in larger than what LZ4 will support.

Steps to reproduce

No response

Linux Distribution

N/A

File System

N/A

Other System details

N/A