Yakov Olkhovskiy
e04ba4ae30
Merge pull request #47036 from HarryLeeIBM/hlee-s390x-murmurhash
...
Fix murmurhash for s390x
2023-03-22 08:19:05 -04:00
Robert Schulze
382aa60056
Merge pull request #47745 from jinjunzh/iaadeflate_doc_update
...
Create doc and scripts for qpl_deflate benchmark
2023-03-22 10:15:26 +01:00
jinjunzh
038b56ad6a
reformat doc
2023-03-21 16:31:47 -04:00
jinjunzh
a721c3e392
remove unused space
2023-03-21 16:02:03 -04:00
jinjunzh
bdb59db8ed
fixed spelling issues
2023-03-21 15:36:38 -04:00
Yakov Olkhovskiy
3d47b051a7
Merge branch 'master' into hlee-s390x-murmurhash
2023-03-21 14:55:11 -04:00
jinjunzh
d65d23bf0e
remove blank spaces
2023-03-21 12:06:29 -04:00
jinjunzh
ffc8d831c5
improve doc path and structure
2023-03-21 12:00:57 -04:00
jinjunzh
18c59fb5d3
Create doc and scripts for qpl_deflate benchmark
2023-03-20 17:19:34 -04:00
Alexey Milovidov
ddf29b69f9
Merge branch 'master' into fuzzer-of-data-formats
2023-03-20 03:26:51 +03:00
Robert Schulze
de760578d8
Fixup git reference to LLVM
...
(motivated by [0])
PRs [0]/[1] switched the git reference in ClickHouse's main repo to a
feature branch derived from the correct branch
(ClickHouse/releases/15.x). As per this PR, this is now fixed. The
actual code state of llvm-project doesn't change.
[0] https://github.com/ClickHouse/llvm-project/pull/10
[1] https://github.com/ClickHouse/llvm-project/pull/8
[2] https://github.com/ClickHouse/ClickHouse/pull/46600
2023-03-19 14:34:25 +00:00
Alexey Milovidov
a270f985a7
Update roaring bitmaps, because the previous version had a bug
2023-03-19 04:35:20 +01:00
Robert Schulze
145eed9455
Merge pull request #46485 from ClibMouse/KRB_CVE_Fix
...
Update krb5 to 1.20.1-final to mitigate CVE-2022-42898
2023-03-15 11:00:06 +01:00
MeenaRenganathan22
91625184a3
Updated the krb5 submodule reference
2023-03-14 06:23:22 -07:00
Robert Schulze
348a40aa5d
Compile with C++23
2023-03-10 19:11:58 +00:00
MeenaRenganathan22
f4f7336fd0
Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into KRB_CVE_Fix
2023-03-10 09:08:02 -08:00
MeenaRenganathan22
65890de50c
Updating the submodule to the new PR#9
2023-03-10 09:05:25 -08:00
Kruglov Pavel
71b6d6c6ae
Merge pull request #47114 from Avogar/parquet-compression
...
Improve working with compression methods in Parquet/ORC/Arrow formats
2023-03-09 13:02:18 +01:00
MeenaRenganathan22
30fd798a2c
Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into KRB_CVE_Fix
2023-03-08 06:08:59 -08:00
HarryLeeIBM
bbbe529e24
Fix farmhash for s390x
2023-03-03 09:29:35 -08:00
Kruglov Pavel
3b034e7c35
Merge branch 'master' into parquet-compression
2023-03-02 15:55:48 +01:00
avogar
5ab5902f38
Allow control compression in Parquet/ORC/Arrow output formats, support more compression for input formats
2023-03-01 21:27:46 +00:00
Amos Bird
8162446496
The three-way comparison operator
...
Please refer to
https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2022/p2468r2.html
for more information on why it is necessary to modify the code in this
way.
2023-03-01 11:06:34 +08:00
HarryLeeIBM
5f649542a3
Fix murmurhash for s390x
2023-02-28 10:08:57 -08:00
Amos Bird
620f3297fa
Simplify the LLVM build process
2023-02-28 22:41:52 +08:00
MeenaRenganathan22
6b1bb3f7ad
Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into KRB_CVE_Fix
2023-02-27 05:52:25 -08:00
MeenaRenganathan22
a17edd224a
Updated the krb5 submodule reference
2023-02-27 05:49:28 -08:00
Alexey Milovidov
1afbf49a63
Merge pull request #46832 from HarryLeeIBM/hlee-s390x-xz
...
Fix http xz compression issue for s390x
2023-02-26 22:31:57 +03:00
Alexey Milovidov
52beeadac7
Merge pull request #46755 from HarryLeeIBM/hlee-s390x-new-libunwind
...
Use latest libunwind for s390x
2023-02-25 00:40:06 +03:00
MeenaRenganathan22
2d967a1b45
Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into KRB_CVE_Fix
2023-02-24 13:34:12 -08:00
MeenaRenganathan22
ebcd00e1c5
Changes to reflect the latest submodule and corresponding CMakeLists.txt
2023-02-24 13:31:40 -08:00
HarryLeeIBM
e8458048a9
Fix http xz compression issue for s390x
2023-02-24 07:33:57 -08:00
Robert Schulze
d26a12b6b2
Remove ZSTD version from CMake output
...
- produced wrong output:
> ZSTD VERSION 1.5.0
(see any recent local or CI build log), whereas the current version is 1.5.4
- that could be fixed, on the other hand other contrib's also don't
print their version (it is given implicitly by ClickHouse's source
Git hash), the parsing regex is fragile and it hasn't changed since
2016 so it was probably broken for a long time already
- therefore remove it
2023-02-23 20:27:30 +00:00
HarryLeeIBM
6fa908ff10
Use latest libunwind for s390x
2023-02-22 17:24:15 -08:00
Han Fei
4715e2c172
update llvm-project to fix gwp-asan
2023-02-20 15:36:45 +01:00
MeenaRenganathan22
09323457b9
:wMerge branch 'master' of https://github.com/ClickHouse/ClickHouse into KRB_CVE_Fix
2023-02-17 07:48:05 -08:00
MeenaRenganathan22
fdde8de47c
Updated the krb5 submodule reference to branch CVE_Fix in ClibMouse/krb5
2023-02-17 07:45:13 -08:00
MeenaRenganathan22
537c9914ce
Updating the CMakeLists.txt to include the latest changes in the KRB5 submodule
2023-02-16 06:21:09 -08:00
Nikolay Degterinsky
e61947bf47
Merge pull request #44662 from evillique/ulid
...
Add generateULID function
2023-02-16 11:21:23 +01:00
Antonio Andelic
17494d79c2
Merge pull request #46070 from ClickHouse/s3-client-polish
...
Polish S3 client
2023-02-15 21:22:47 +01:00
Nikolay Degterinsky
494fd472f0
Merge branch 'master' into ulid
2023-02-15 07:24:32 +01:00
Mallik Hassan
7f0ad0e6ba
Merge branch 'master' into unixodbc_update_v_2_3_11
2023-02-14 19:22:48 -04:00
Nikolay Degterinsky
94d52d2b28
Fix include
2023-02-14 16:45:46 +00:00
Nikolay Degterinsky
09da5575e3
Merge remote-tracking branch 'upstream/master' into ulid
2023-02-14 13:41:17 +00:00
SadiHassan
5bb2144e12
updated files
2023-02-14 05:25:50 -08:00
Antonio Andelic
1826c29c82
Merge branch 'master' into s3-client-polish
2023-02-14 13:08:27 +00:00
SadiHassan
df68017fff
update unixodbc to v2.3.11 to mitigate CVE-2011-1145
2023-02-13 08:43:46 -08:00
Suzy Wang
e140bed3ea
Merge branch 'master' into z-build-0120
2023-02-13 09:06:48 -05:00
Robert Schulze
9f47378421
Merge pull request #46328 from ClickHouse/rs/better-yasm-error
...
Slightly improve error message for required Yasm assembler
2023-02-13 11:09:39 +01:00
Robert Schulze
8b8ca25b18
Slightly improve error message for required Yasm assembler
2023-02-13 09:17:48 +00:00