mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-24 00:22:29 +00:00
dbms: Dirty hack to ensure the same size of CompressedReadBufferBase [METR-19308]
This commit is contained in:
parent
aea710d430
commit
6f0084c3a3
@ -43,6 +43,8 @@ protected:
|
||||
|
||||
#ifdef USE_QUICKLZ
|
||||
qlz_state_decompress * qlz_state = nullptr;
|
||||
#else
|
||||
void * dirty_hack_to_ensure_the_same_size_of_the_structure = nullptr;
|
||||
#endif
|
||||
|
||||
/// Прочитать сжатые данные в compressed_buffer. Достать из их заголовка размер разжатых данных. Проверить чексумму.
|
||||
|
Loading…
Reference in New Issue
Block a user