Commit Graph

522 Commits

Author SHA1 Message Date
Александр Нам
88549ffa57 Delta -> GCD 2023-08-11 15:09:38 +00:00
Александр Нам
3a3a4ac769 Deleted extral if 2023-08-11 14:43:41 +00:00
Александр Нам
a712dd2c6e Added gcd_fuzzer 2023-08-11 13:38:23 +00:00
Александр Нам
699a4fb3b8
Merge branch 'master' into gcddelta-codec 2023-08-11 16:23:10 +03:00
Александр Нам
c8f0ee94ca Edited ErrorCodes 2023-08-10 07:38:04 +00:00
Александр Нам
43a827137f Deleted args 2023-08-09 22:08:46 +00:00
Александр Нам
b52655dd5a Added exception for types 2023-08-09 21:48:40 +00:00
Александр Нам
ef857f3646 Fix 2023-08-09 21:33:22 +00:00
Александр Нам
086d0741a5 Style 2023-08-09 11:30:38 +00:00
Александр Нам
d5004900d3 Fixed bugs 2023-08-09 11:18:19 +00:00
Александр Нам
5af6a89ee6 Style 2023-08-09 10:51:55 +00:00
Alexey Milovidov
aa757490bd Ditch tons of garbage 2023-08-09 02:19:02 +02:00
Александр Нам
f52d4b5ccf Style 2023-08-08 17:40:16 +00:00
Александр Нам
f533eeaf95 Moved registerCodecGCD to ifndef 2023-08-08 17:26:01 +00:00
Александр Нам
bdc3cdbb67 Style 2023-08-08 17:11:32 +00:00
Александр Нам
0a4c3f1dac Fix 2023-08-08 15:16:31 +00:00
Александр Нам
90d0c48108 Edited codec-files 2023-08-07 16:43:46 +00:00
Александр Нам
181e214a8a Added Codec-file and shit-coded CompressionMethodByte 2023-08-07 16:20:36 +00:00
Alexey Milovidov
caa4590361 Merge branch 'master' into check-for-hiding-cyrillic-characters 2023-07-30 02:16:56 +02:00
Alexey Milovidov
6aab4cc835 Check for unexpected cyrillic 2023-07-27 05:25:40 +02:00
Robert Schulze
aa25ce9e3d
Follow-up to "Implement support of encrypted elements in configuration file"
Cf. PR #50986

- rename XML attribute "encryption_codec" to "encrypted_by"
2023-07-26 13:27:13 +00:00
Robert Schulze
d4737ca033
Merge pull request #50986 from arenadata/ADQM-822
Implement support of encrypted elements in configuration file
2023-07-26 12:27:04 +02:00
Roman Vasin
0aed62ec73 Add codec name into exception message 2023-07-21 13:03:25 +00:00
Roman Vasin
c8c6c31384 Change Method into method in exceptions 2023-07-18 15:33:50 +00:00
Roman Vasin
59570b7e20 Make encryptValue and decryptValue static 2023-07-18 15:07:02 +00:00
jinjunzh
91b1dd6f78 define a function call for zero filling 2023-07-18 11:00:03 -04:00
jinjunzh
e8b3310319 touch buffer in advance to avoid page fault 2023-07-17 14:35:07 -04:00
Roman Vasin
a73dca1c2f Move getEncryptionMethod to CompressionCodecEncrypted.h 2023-07-11 13:27:11 +00:00
flynn
e175be1f42 remove unused code 2023-07-05 12:34:58 +00:00
Vitaly Baranov
0cccba62cf Support getHexUIntLowercase() with CityHash_v1_0_2::uint128 parameter. 2023-06-29 15:29:37 +02:00
Vitaly Baranov
5570863676
Merge branch 'master' into reorder-part-checksum-halves 2023-06-28 17:25:34 +02:00
Vitaly Baranov
89de7a64eb Fix memory leakage in CompressionCodecDeflateQpl. 2023-06-27 15:06:31 +02:00
Vitaly Baranov
f1f0daa654 Show halves of checksums in "system.parts", "system.projection_parts" and error messages in the correct order. 2023-06-25 17:17:56 +02:00
Vitaly Baranov
3711430d9f Rename member fields of CityHash_v1_0_2::uint128: "first" -> "low64", "second" -> "high64". 2023-06-24 12:25:56 +02:00
jinjunzh
004755914e change to use generic MSan API to bypass uninitialized memory check 2023-06-18 20:55:10 -04:00
jinjunzh
5f8ef27513 initialize buffer with memset 2023-06-16 14:37:01 -04:00
Robert Schulze
c538506f2e
More fixes 2023-06-09 20:50:17 +00:00
Robert Schulze
1aa158909e
enable_qpl_deflate_codec --> enable_deflate_qpl_codec 2023-06-09 12:43:33 +00:00
jinjunzh
f1192d59af
refine patch according to comments 2023-06-09 12:43:15 +00:00
jinjunzh
056ca4f555
Add extensive testing cases for deflate qpl codec 2023-06-09 12:42:59 +00:00
Sergei Trifonov
0d1f2e297b
Unify priorities: lower value means higher priority (#50205) 2023-05-26 15:55:30 +02:00
Robert Schulze
3ab4a46c7b
Merge pull request #49658 from saitama951/clickhouse
Fix Optimization Issue for T64 library for S390x
2023-05-09 09:11:09 +02:00
sanjam
fce2e089c6 temp fix for t64 on s390x 2023-05-08 10:49:25 +00:00
Kseniia Sumarokova
336bb41c5d
Merge branch 'master' into remove-dependency-from-context 2023-05-08 12:46:10 +02:00
jinjunzh
576fbb9c25 fixed symbol conflict between contrib/isal and isal in qpl 2023-05-06 10:38:11 -04:00
kssenii
ecfbf1e304 Remove dependency from DB::Context in readers 2023-05-02 21:45:27 +02:00
jinjunzh
4e02ef4650 revise several cosmetic issues 2023-04-26 11:23:07 -04:00
jinjunzh
d4727288f8 fix style issue 2023-04-25 15:24:04 -04:00
jinjunzh
260eb5450b Upgrade IAA-Deflate codec library:qpl from v1.0.0 to v1.1.0 2023-04-25 14:52:28 -04:00
Alexey Milovidov
530b764953 Fix IBM 2023-04-21 12:38:45 +02:00