Commit Graph

3770 Commits

Author SHA1 Message Date
李扬
465962df7f
Support orc filter push down (file + stripe + rowgroup level) (#55330)
* support orc filter push down

* update orc lib version

* replace setqueryinfo with setkeycondition

* fix issue https://github.com/ClickHouse/ClickHouse/issues/53536

* refactor source with key condition

* fix building error

* remove std::cout

* update orc

* update orc version

* fix bugs

* improve code

* upgrade orc lib

* fix code style

* change as requested

* add performance tests for orc filter push down

* add performance tests for orc filter push down

* fix all bugs

* fix default as null issue

* add uts for null as default issues

* upgrade orc lib

* fix failed orc lib uts and fix typo

* fix failed uts

* fix failed uts

* fix ast fuzzer tests

* fix bug of uint64 overflow in https://s3.amazonaws.com/clickhouse-test-reports/55330/de22fdcaea2e12c96f300e95f59beba84401712d/fuzzer_astfuzzerubsan/report.html

* fix asan fatal caused by reused column vector batch in native orc input format. refer to https://s3.amazonaws.com/clickhouse-test-reports/55330/be39d23af2d7e27f5ec7f168947cf75aeaabf674/stateless_tests__asan__[4_4].htm

* fix wrong performance tests

* disable 02892_orc_filter_pushdown on aarch64. https://s3.amazonaws.com/clickhouse-test-reports/55330/be39d23af2d7e27f5ec7f168947cf75aeaabf674/stateless_tests__aarch64_.html

* add some comments

* add some comments

* inline range::equals and range::less

* fix data race of key condition

* trigger ci
2023-10-24 12:08:17 -07:00
Robert Schulze
57df56733f
Merge pull request #55963 from rschu1ze/bump-protobuf
Bump protobuf to v3.19.6
2023-10-24 19:20:30 +02:00
Robert Schulze
a962161832
Bump to 3.19.6 2023-10-24 10:22:58 +00:00
Robert Schulze
666f854b27
Bump protobuf to 3.19.3 2023-10-24 10:00:02 +00:00
Robert Schulze
430559c328
Merge remote-tracking branch 'rschu1ze/master' into grpc-1.42.0 2023-10-24 09:16:31 +00:00
Nikita Taranov
3320b12e59
impl (#55787) 2023-10-23 20:50:40 +02:00
Kruglov Pavel
32da07b4ee
Merge pull request #55695 from Avogar/restrict-iceberg
Fixes and improvements for Iceberg storage
2023-10-23 13:58:23 +02:00
Robert Schulze
20316c34e9
Bump gRPC to v1.42.0 2023-10-22 20:25:43 +00:00
Robert Schulze
d450314d27
Fix include 2023-10-22 15:40:45 +00:00
Robert Schulze
b2bdb58c09
Bump gRPC to v1.39.1 2023-10-22 15:23:58 +00:00
Nikita Taranov
2a6a97c1fa read sync from cache 2023-10-20 22:24:56 +02:00
Robert Schulze
5a44efb64e
Bump gRPC to v1.37.1 2023-10-19 15:44:23 +00:00
Robert Schulze
f18622b48b
Bump gRPC to 1v.36.4 2023-10-19 09:12:14 +00:00
monchickey
3ef092f83f
Fix the compilation error that occurs when opening avx series instructions (#55049)
* fix the compilation error that occurs when opening avx series instructions

cmake command example:
```shell
cmake .. -DCMAKE_BUILD_TYPE=Release -DENABLE_AVX=ON -DENABLE_AVX2=ON -DENABLE_AVX2_FOR_SPEC_OP=ON
```

* Update snappy CMakeLists.txt add SNAPPY_HAVE_X86_CRC32 parameter
2023-10-18 15:04:27 +02:00
Robert Schulze
2c82329ef7
Update submodule 2023-10-17 17:33:23 +00:00
avogar
4892618aa9 Update with master, fix comments 2023-10-17 11:42:19 +00:00
Robert Schulze
9a8734fa5e
Remove submodules 2023-10-17 10:22:30 +00:00
Robert Schulze
912e3680fb
Merge remote-tracking branch 'rschu1ze/master' into grpc-1.34.1-try-2 2023-10-17 09:26:41 +00:00
Michael Kolupaev
ce7eca0615
DWARF input format (#55450)
* Add ReadBufferFromFileBase::isRegularLocalFile()

* DWARF input format

* Review comments

* Changed things around ENABLE_EMBEDDED_COMPILER build setting

* Added 'ranges' column

* no-msan no-ubsan
2023-10-16 17:00:07 -07:00
Robert Schulze
31ad4a98c8
Bump gRPC 1.34 2023-10-16 18:38:29 +00:00
Alexey Milovidov
2da1ff4b0d
Revert "Improve ColumnDecimal, ColumnVector getPermutation performance using pdqsort with RadixSort" 2023-10-16 19:07:11 +03:00
Alexey Milovidov
33a42d9d13
Merge pull request #55606 from rschu1ze/croaring-v2.0.4
Bump croaring to v2.0.4
2023-10-14 03:32:54 +02:00
Robert Schulze
3d3cf29bf4
Update croaring to v2.0.4 2023-10-13 14:35:02 +00:00
Azat Khuzhin
720ea8441c Fix global context for tests with --gtest_filter
If you run tests that requires context, but do not initialize it, then
it will SIGSEGV, because Context is not initialized.

Fix this by using google test envrionment, and instead of gtest_main
implement own main function that will initialize it.

Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2023-10-13 13:44:30 +02:00
Robert Schulze
15a24b1f4c
Merge pull request #55492 from rschu1ze/curl-8.4
Bump curl to 8.4
2023-10-11 16:31:20 +02:00
Yakov Olkhovskiy
0738984edf
Merge pull request #42510 from ClibMouse/Kusto-phase2-oss-pr
Support Kusto Query Language dialect - phase 2
2023-10-11 08:35:26 -04:00
Robert Schulze
3035862c6b
Fix build 2023-10-11 10:54:38 +00:00
Robert Schulze
0ffdaeb1c4
Bump curl to 8.4
Addresses:
- CVE-2023-38546
- CVE-2023-38545
2023-10-11 10:13:16 +00:00
Robert Schulze
727f831c0c
Update croaring
Fixes: #55270
2023-10-07 19:44:19 +00:00
Boris Kuschel
5b9a00d727
new libssh 2023-09-30 06:42:05 -07:00
Boris Kuschel
b618756f0a
Remote compat always 2023-09-30 06:40:18 -07:00
Alexey Milovidov
e8696b62ce
Revert "Fix libssh+openssl3 & s390x (part 2)" 2023-09-30 06:45:19 +03:00
Boris Kuschel
a499cb708f
update libssh 2023-09-29 20:03:00 -07:00
Boris Kuschel
96ec15bd04
Openssl3 does not need compat 2023-09-29 20:02:59 -07:00
Boris Kuschel
09c7af7fab
Fix libssh+openssl3 & s390x 2023-09-29 09:46:15 -07:00
robot-clickhouse
4490217aaf
Merge pull request #55127 from rschu1ze/bump-croaring
Bump croaring to 2.0.2
2023-09-29 17:31:19 +02:00
Robert Schulze
fba19662f4
Bump croaring to 2.0.2 2023-09-29 10:43:40 +00:00
Mikhail f. Shiryaev
8e00e8b3a9
Update googletest 2023-09-28 09:39:57 +02:00
Yong Wang
8c9da6bacf Merge remote-tracking branch 'origin/master' into Kusto-phase2-oss-pr 2023-09-27 22:35:14 -07:00
George Gamezardashvili
0ce30ab6d5
SSH keys authentication (#41109)
Added new type of authentication based on SSH keys. It works only for Native TCP protocol.

Co-authored-by: Nikita Mikhaylov <nikitamikhaylov@clickhouse.com>
Co-authored-by: Robert Schulze <robert@clickhouse.com>
2023-09-26 17:50:19 +02:00
Yong Wang
c936c08835 Kusto-phase2: fix the CMakeList files 2023-09-25 13:43:01 -07:00
Maksim Kita
1de95d8c36 Updated implementation 2023-09-25 17:29:42 +03:00
Robert Schulze
3a3a00f95e
Bump minimal required compiler to Clang 16 2023-09-18 17:44:04 +00:00
Robert Schulze
7d04cf6b58
Merge pull request #54646 from rschu1ze/bump-abseil
Bump abseil
2023-09-18 09:44:35 +02:00
Robert Schulze
f5e8028bb1
Merge pull request #54642 from rschu1ze/broken-re2st
Remove broken lockless variant of re2
2023-09-17 15:30:57 +02:00
Robert Schulze
f0eadd4b22
Merge pull request #54103 from ClickHouse/ustweaks
Small usearch index improvements: metrics and configurable internal data type
2023-09-14 19:58:53 +02:00
Robert Schulze
9fc3d8d90d
Bump abseil to latest HEAD 2023-09-14 17:10:40 +00:00
Robert Schulze
7b378dbad3
Remove broken lockless variant of re2 2023-09-14 16:40:42 +00:00
Robert Schulze
9f8881e795
Bump absl and s2geometry
Fixes: #54623
2023-09-14 15:44:32 +00:00
Michael Kolupaev
8997464867
Small usearch index improvements: metrics and f16 2023-09-14 11:24:47 +00:00
Nikita Taranov
079b52fa93
[Resubmit] Remove mmap/mremap/munmap from Allocator.h (#52792)
* Revert "Revert "Remove `mmap/mremap/munmap` from Allocator.h" (#52589)"

This reverts commit 0a838dc6d1.

* pre-fault pages

* upd contrib to merge commit

* limit log rate

* Update Allocator.h

---------

Co-authored-by: Alexey Milovidov <milovidov@clickhouse.com>
2023-09-14 13:11:12 +02:00
Robert Schulze
d681462646
Merge pull request #54492 from rschu1ze/bump-re2
Bump re2 to latest main
2023-09-11 16:00:49 +02:00
Robert Schulze
ea038380b0
Bump re2 to latest main
Now supports an alternative form for named capturing groups [0]: (?<name>re)

[0] 6148386f0c
2023-09-11 07:51:46 +00:00
Robert Schulze
4d2223defe
Merge pull request #54119 from mkmkme/mkmkme/aklomp-base64
Replace Turbo-Base64 with aklomp/base64
2023-09-09 16:24:26 +02:00
robot-clickhouse-ci-2
533fad1d4e
Merge pull request #51436 from ClickHouse/test-libunwind-changes
Test libunwind changes.
2023-09-08 19:28:09 +02:00
Han Fei
4cc0b7c7f3 update 2023-09-08 16:34:02 +02:00
Robert Schulze
3c9d9ce39e
Fix build 2023-09-08 13:10:35 +00:00
Robert Schulze
89a7f90579
Simplify and enable AVX-512 2023-09-08 10:25:28 +00:00
Robert Schulze
cd3c121a62
Various fixups 2023-09-07 10:32:49 +00:00
Han Fei
fd76bc6412 try to fix build for freeBSD 2023-09-07 10:12:39 +02:00
Han Fei
750b6219a5 Merge branch 'master' into test-libunwind-changes 2023-09-07 08:50:07 +02:00
Boris Kuschel
91a0f5349c
Use abiv2 for generated asm 2023-09-06 13:40:59 -07:00
Mikhail Koviazin
e5a3a9319f
Review fixes
* Remove generated `tables.h` and use the ones from upstream instead
* Add comment about compiling AVX512 codec
2023-09-06 15:17:52 +00:00
Mikhail Koviazin
f98007a4ed
Replace Turbo-Base64 with aklomp/base64
Closes #31643
2023-09-06 13:01:38 +00:00
Azat Khuzhin
d2b31f3447 Merge remote-tracking branch 'u/master' into musl-7 2023-09-04 22:01:02 +02:00
Kseniia Sumarokova
463a197da4
Merge pull request #53847 from kssenii/fix-segfault-in-pg
Fix possible segfault while using PostgreSQL engine
2023-08-29 14:45:46 +02:00
Alexey Milovidov
cb831a5fb7
Merge pull request #53876 from davvard/master
Fix: USearch deserialize
2023-08-29 04:45:30 +03:00
Alexey Milovidov
9b4ded6804
Merge pull request #53756 from ClibMouse/update_openSSL_3.0.10
Upgrade openSSL to  v3.0.10
2023-08-29 03:00:36 +03:00
Robert Schulze
9f9c4293fa
Update usearch to v2.0.2 2023-08-28 20:10:49 +00:00
Robert Schulze
53cca12616
Merge pull request #53760 from ClibMouse/feature/json-handling-on-big-endian
Improve JSON-handling on s390x
2023-08-28 14:18:45 +02:00
Davit Vardanyan
9190fb2ba3 Fix: Deserialize 2023-08-28 16:18:12 +04:00
Alexey Milovidov
bff5cb5629
Merge pull request #53859 from rschu1ze/boost-1.83
Bump boost to 1.83
2023-08-27 23:31:29 +03:00
Alexey Milovidov
a17e6e2d1b
Merge pull request #53759 from amosbird/clickhouse_as_library_3
Slightly build improvement
2023-08-27 23:30:52 +03:00
Robert Schulze
54b3c2f86f
Bump boost to 1.83 2023-08-27 14:47:52 +00:00
ltrk2
4f45a199f9 Implement unit tests for IP functions 2023-08-26 07:40:27 -07:00
Robert Schulze
a7b64fbff5
Merge pull request #53812 from rschu1ze/boost-1.82
Bump boost to 1.82
2023-08-25 18:23:56 +02:00
kssenii
49d33774f9 Fix 2023-08-25 17:47:56 +02:00
ltrk2
394179f44f Enable producing endianness-independent output in lz4 2023-08-24 13:55:13 -07:00
Robert Schulze
bdd16a388c
Bump boost to 1.82 2023-08-24 17:54:13 +00:00
Robert Schulze
90d5ad6146
Merge pull request #53679 from rschu1ze/boost-1.81
Bump boost to 1.81
2023-08-24 16:17:03 +02:00
Amos Bird
84e91044ac
Remove unused file which depends on absl::flags 2023-08-24 17:26:35 +08:00
Amos Bird
814e1fccce
Complete the source files of arrow compute 2023-08-24 17:26:35 +08:00
ltrk2
7f31258956 Enable using simdjson on s390x 2023-08-23 11:22:20 -07:00
Robert Schulze
9766d98fec
Merge remote-tracking branch 'rschu1ze/master' into boost-1.81 2023-08-23 16:05:42 +00:00
Bhavna Jindal
6406043294 Added openSSL header files for x86_64, ppc64le, s309x, aarch64 platforms 2023-08-23 08:53:22 -07:00
Bhavna Jindal
aee8329a61 Updated openSSL to 3.0.10 to address CVEs 2023-08-23 08:52:21 -07:00
Robert Schulze
bbd8bedb4e
Update boost sparse checkout 2023-08-23 10:26:10 +00:00
Kruglov Pavel
e193aec583
Merge branch 'master' into fast-count-from-files 2023-08-23 12:15:34 +02:00
Robert Schulze
ec8da30007
Merge pull request #53558 from rschu1ze/bump-openldap
Bump openldap to LTS version (v2.5.16)
2023-08-23 11:34:28 +02:00
Kruglov Pavel
67c5c0203b
Merge branch 'master' into fast-count-from-files 2023-08-22 15:03:48 +02:00
Robert Schulze
44df7b6427
Bump boost to 1.81 2023-08-22 10:25:58 +00:00
alesapin
fba91b2158
Merge pull request #53552 from rschu1ze/krb5-1.21
Update krb5 to 1.21.2
2023-08-22 11:31:54 +02:00
taiyang-li
ac00a17928 upgrade snappy to 1.1.10 2023-08-22 14:27:44 +08:00
taiyang-li
af81d9afc0 upgrade snappy to 1.1.10 2023-08-22 14:23:15 +08:00
robot-clickhouse
b504df80b7
Merge pull request #53553 from ClibMouse/feature/constrain-isa-l
Enable ISA-L on x86-64 only by default
2023-08-22 05:17:42 +02:00
Nikita Mikhaylov
c039b4a08d
Merge pull request #53625 from rschu1ze/boost-1.80
Bump boost to 1.80
2023-08-22 00:51:16 +02:00
Robert Schulze
a20ceef398
Merge pull request #53447 from davvard/master
USearch HNSW index for ANN search
2023-08-21 23:34:26 +02:00
Michael Kolupaev
6009e1b293
Merge pull request #53324 from bigo-sg/ch_gluten_2583
Implement native orc input format without arrow to improve performance
2023-08-21 13:44:57 -07:00
Alexey Milovidov
30f1ad0028
Merge pull request #53628 from kitaisreal/cmake-small-refactoring
CMake small refactoring
2023-08-21 19:41:05 +03:00
Robert Schulze
9c51da57e6
Merge remote-tracking branch 'rschu1ze/master' into boost-1.80 2023-08-21 13:57:25 +00:00
ltrk2
933b05313e Enable ISA-L for x86-64 only 2023-08-21 06:05:04 -07:00
Kruglov Pavel
88aee95122
Merge branch 'master' into fast-count-from-files 2023-08-21 14:46:33 +02:00
avogar
584bd57f5c Clean up 2023-08-21 12:43:11 +00:00
Antonio Andelic
ed15babddd
Merge pull request #53198 from ClickHouse/improve-archive-reading
Improve reading from archives
2023-08-21 14:11:25 +02:00
Robert Schulze
fcade50942
Fix Darwin & FreeBSD build 2023-08-21 12:04:07 +00:00
Robert Schulze
2c330516b8
Another compile fix 2023-08-21 11:12:39 +00:00
Maksim Kita
034ff13a05 CMake small refactoring 2023-08-21 12:51:39 +03:00
Robert Schulze
5b41c531de
Sort files 2023-08-21 07:50:53 +00:00
Robert Schulze
2ea660cf14
Merge remote-tracking branch 'rschu1ze/master' into krb5-1.21 2023-08-21 07:43:45 +00:00
Robert Schulze
d863b5798f
Bump boost to 1.80 2023-08-21 07:26:53 +00:00
Alexey Milovidov
13676e0a75
Merge pull request #38217 from kitaisreal/aarch64-enable-jit-compilation
AARCH64 enable JIT compilation
2023-08-21 00:31:44 +03:00
Maksim Kita
c760a4c82f Test 2023-08-20 16:26:55 +03:00
Maksim Kita
61415cf117 Test 2023-08-20 14:44:15 +03:00
Maksim Kita
30110d2fc0 Test 2023-08-20 14:37:38 +03:00
Maksim Kita
79542a40a8 Test 2023-08-20 13:34:46 +03:00
Maksim Kita
3a92d05014 Test 2023-08-19 17:26:55 +03:00
Maksim Kita
8a22c8a13b Test 2023-08-19 15:24:12 +03:00
Maksim Kita
10db751c7b Test 2023-08-19 14:54:45 +03:00
Maksim Kita
9772beeffc Test 2023-08-19 14:54:45 +03:00
Maksim Kita
806519acb3 Test 2023-08-19 14:54:45 +03:00
Maksim Kita
d9c4b110ce LLVM AARCH64 cross compilation fix 2023-08-19 14:54:45 +03:00
Maksim Kita
255f171cf9 AARCH64 enable JIT compilation 2023-08-19 14:54:45 +03:00
HarryLeeIBM
2f27c16656 Bump base64 head for s390x 2023-08-18 17:03:51 -07:00
Alexey Milovidov
17b24eb38d
Merge pull request #53490 from rschu1ze/boost-179
Update boost to 1.79
2023-08-19 02:12:13 +03:00
Robert Schulze
eaf2fb837c
Update to 1.21-clickhouse 2023-08-18 20:18:30 +00:00
Robert Schulze
cf0873aaef
Fix build 2023-08-18 20:14:22 +00:00
Robert Schulze
87824bea74
Bump openldap to a LTS branch (v2.5.16) 2023-08-18 15:47:02 +00:00
Nikita Mikhaylov
1822012180
Merge pull request #53485 from rschu1ze/CVE-2023-36054
krb5: Fix CVE-2023-36054
2023-08-18 14:56:08 +02:00
Robert Schulze
ec7c0c3dd9
Fix ppc build 2023-08-18 12:08:59 +00:00
Robert Schulze
f0fe3e1046
Exclude risc-v (gives compile errors in FP16) 2023-08-17 20:59:37 +00:00
Robert Schulze
7838ea6896
Another try with geometry rescaling re-enabled 2023-08-17 19:37:54 +00:00
Robert Schulze
6b37595e11
Update boost to 1.79 2023-08-17 19:34:07 +00:00
Robert Schulze
c823d1f619
Make usearch dependencies separate submodules 2023-08-17 12:38:06 +00:00
Robert Schulze
ec7daed52f
Merge pull request #50276 from ClibMouse/feature/mergetree-checksum-big-endian-support
MergeTree & SipHash checksum big-endian support
2023-08-17 13:27:18 +02:00
Robert Schulze
ab0bdda3fc
Merge remote-tracking branch 'rschu1ze/master' into CVE-2023-36054 2023-08-17 10:09:41 +00:00
Robert Schulze
456a02da1b
Merge remote-tracking branch 'rschu1ze/master' 2023-08-17 09:30:27 +00:00
Robert Schulze
ea8a99c103
Sort stuff 2023-08-16 19:04:28 +00:00
Robert Schulze
5688891236
curl: update to latest master (fixes CVE-2023-32001) 2023-08-16 19:00:27 +00:00
Robert Schulze
0ec69f2360
krb5: Fix CVE-2023-36054 2023-08-16 18:03:50 +00:00
Davit Vardanyan
48c62fd75e Add: USearch 2023-08-15 16:00:27 +04:00
taiyang-li
c2017e0ea3 update orc version 2023-08-15 14:49:45 +08:00
ltrk2
139e9433a8
Merge branch 'master' into feature/mergetree-checksum-big-endian-support 2023-08-09 09:48:00 -04:00
Antonio Andelic
0e17d26b88 More formats supported, read single archive from 1 thread 2023-08-09 11:58:37 +00:00
Alexey Milovidov
396f5f0edd Add a comment 2023-08-05 02:37:02 +02:00
Alexey Milovidov
44b49fe8db Add missing targets 2023-08-05 02:36:46 +02:00
Alexey Milovidov
08b397a797 Add a comment 2023-08-05 02:35:44 +02:00
Alexey Milovidov
39883f9373 Add missing targets 2023-08-05 02:35:44 +02:00
Antonio Andelic
96bad0537a Merge branch 'master' into add-reading-from-archives 2023-08-03 08:36:42 +00:00
ltrk2
27a2d4d1c7
Merge branch 'master' into feature/mergetree-checksum-big-endian-support 2023-08-02 11:36:43 -04:00
ltrk2
323aa9f183
Merge branch 'master' into feature/hashing-big-endian-support 2023-08-01 13:09:43 -04:00
Antonio Andelic
0037ab759d Fix build on mac 2023-08-01 11:26:55 +02:00
Antonio Andelic
71e58699b5 Fix build and test 2023-08-01 07:52:50 +00:00
Antonio Andelic
6a1cf5c683 Extend tests 2023-07-31 13:27:06 +00:00
ltrk2
6c9a1b14ef
Merge branch 'master' into feature/mergetree-checksum-big-endian-support 2023-07-28 16:18:46 -04:00
Antonio Andelic
e83e0ec2cd Fix build 2023-07-28 12:26:56 +00:00
Antonio Andelic
17fa8a87a8 Update libarchive 2023-07-28 08:54:25 +00:00
Antonio Andelic
720d587e85 Merge branch 'master' into add-reading-from-archives 2023-07-28 08:49:00 +00:00
ltrk2
5bd670d8c6 Improve endianness-independent support for hash functions 2023-07-27 15:58:46 -07:00
Kruglov Pavel
fab77783f1
Merge pull request #49367 from ClickHouse/enc
Partially reimplement Parquet encoder to make it faster and parallelizable
2023-07-27 00:48:54 +02:00
Michael Kolupaev
dfdf5de972 Fixes 2023-07-25 10:16:28 +00:00
Alexey Milovidov
0d0ec4cdf3
Merge branch 'master' into iaadeflate_upgrade_qpl_v1.2.0 2023-07-25 06:47:15 +03:00
Alexey Milovidov
641c086dbd Fix Darwin 2023-07-24 00:53:11 +02:00
Alexey Milovidov
7b4d0cf9d5 Fix Darwin 2023-07-24 00:51:20 +02:00
Alexey Milovidov
1e467867e6 Attempt to fix LTO 2023-07-24 00:03:40 +02:00
Alexey Milovidov
67f643f27e Fix error 2023-07-23 21:00:28 +02:00
Alexey Milovidov
c8f8a23c71 Fix errors 2023-07-23 06:11:03 +02:00
Alexey Milovidov
4170d1458b Use incbin for resources, part 2 2023-07-23 06:11:03 +02:00
Alexey Milovidov
00d6f2ee08 Use incbin for resources, part 1 2023-07-23 06:11:03 +02:00
Alexey Milovidov
4d0b75ebdd Remove hashid 2023-07-22 04:42:16 +02:00
ltrk2
ba4072f049 Adapt changes around SipHash 2023-07-19 10:01:58 -07:00
alesapin
45a7134478
Merge branch 'master' into feature/keeper-dyn-reconf 2023-07-19 14:04:59 +02:00
Alexey Milovidov
5637c419bd
Merge pull request #52124 from ClickHouse/update-cctz-5
Update CCTZ
2023-07-18 03:29:52 +03:00
Antonio Andelic
61dc020b4d
Merge branch 'master' into feature/keeper-dyn-reconf 2023-07-17 12:50:17 +02:00
jinjunzh
c443c798b1 upgrade qpl to v1.2.0 and libaccel to v4.0 2023-07-16 17:22:01 -04:00
Alexey Milovidov
254b0a65b3 Update CCTZ 2023-07-14 20:03:48 +02:00
Alexey Milovidov
f0f69a2e3a Update CMakeLists.txt 2023-07-14 10:13:36 -04:00
Alexey Milovidov
b2546c8bb5 Update CMakeLists.txt 2023-07-14 10:13:36 -04:00
Alexey Milovidov
efa78a377e Update CMakeLists.txt 2023-07-14 10:13:36 -04:00
Boris Kuschel
dff5d78126 Add jemalloc support 2023-07-14 10:13:36 -04:00
Azat Khuzhin
a10aa9ad50 Force libunwind usage (removes gcc_eh support)
libunwind is reentrant and signal safe, and works faster then then
gcc_eh (plus it has some custom patches for problems that have been
found during it's usage in ClickHouse).

gcc_eh may be missing in the system (if gcc was not installed), and
even if it exists clickhouse uses -nodefaultlibs, so some care should be
made to make it work.

Also this library is tiny and there shouln't be any problem to require
it always (there is already tendency to require some contrib libraries,
i.e. poco).

Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2023-07-08 20:55:50 +02:00
Mike Kot
8b6376005a "reconfig" support for CH Keeper 2023-07-07 00:20:54 +03:00
Alexey Milovidov
899105bef4 Fix build 2023-07-06 02:41:05 +02:00
Alexey Milovidov
2473210f29
Merge branch 'master' into azure-darwin2 2023-07-06 03:22:34 +03:00
Alexey Milovidov
a16340663d
Update CMakeLists.txt 2023-07-06 03:21:39 +03:00
李扬
18622231b4
Merge branch 'master' into fix_ec_issue 2023-07-03 10:09:21 +08:00
Robert Schulze
6872084051
Merge pull request #50949 from georgthegreat/update-re2
Update contrib/re2 to 2023-06-02
2023-06-30 10:40:17 +02:00
Antonio Andelic
3b7f6a4324
Merge pull request #50796 from ClickHouse/keeper-add-api-version-config
Add feature flags for Keeper API
2023-06-30 09:20:52 +02:00
Yuriy Chernyshov
19676e3a92
Merge branch 'master' into update-re2 2023-06-29 00:40:31 +02:00
Vitaly Baranov
5570863676
Merge branch 'master' into reorder-part-checksum-halves 2023-06-28 17:25:34 +02:00
Nikolai Kochetov
62feaf6e54 Update contrib. 2023-06-27 18:48:19 +00:00
Nikolai Kochetov
16ef88c346 Update libunwind 2023-06-27 15:11:18 +00:00
Antonio Andelic
efbe01b6bb Merge branch 'master' into keeper-add-api-version-config 2023-06-27 10:11:04 +00:00
Nikolai Kochetov
25053323d9 Test libunwind changes. 2023-06-26 15:43:55 +00:00
taiyang-li
e6535b1f87 update libhdfs3 version 2023-06-26 22:22:22 +08:00
Kruglov Pavel
97f76d712c
Merge pull request #51285 from ClickHouse/Avogar-patch-1
Define Thrift version for parquet and use correct arrow version
2023-06-26 14:30:30 +02:00
Yuriy Chernyshov
3e6654a1fe
Merge branch 'master' into update-re2 2023-06-24 22:34:44 +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
Robert Schulze
e62ef756cf
Enable Azure on macOS 2023-06-23 14:47:58 +02:00
Robert Schulze
cc3398159e
Restore Azure build on ARM (#51288) 2023-06-23 14:35:51 +02:00
Nikita Taranov
003acb4fbe add absl as include dir 2023-06-22 23:54:18 +02:00
Kruglov Pavel
1d379108a3
Update arrow version in cmake 2023-06-22 19:23:14 +02:00
Kruglov Pavel
376b65ee1e
Define Thrift version for parquet 2023-06-22 19:06:49 +02:00
San
6288a17708
Merge pull request #50920 from ClickHouse/update_contrib_ocr_module
Update contribe/orc in .gitmodules
2023-06-22 19:11:48 +10:00
santrancisco
f0dcefa0e1 Fixing git submodule back to our own fork as this pull https://github.com/apache/orc/pull/1542 is now merged into apache/orc repository 2023-06-22 18:00:39 +10:00
santrancisco
a4137223e3 Testing fix for PPC platform https://github.com/apache/orc/pull/1542 2023-06-21 21:44:55 +10:00
santrancisco
26fc9ee8dc ran git checkout inside contrib/orc 2023-06-21 12:25:39 +10:00
Michael Kolupaev
10d597676c Refactor IColumn::forEachSubcolumn to make it slightly harder to implement incorrectly 2023-06-16 11:08:12 -07:00
Yuriy Chernyshov
4096c082b9 Cleanup RE2_SOURCES 2023-06-14 15:09:17 +03:00
santrancisco
197c76107e Re-added CpuInfoUtil to CMakeList.txt 2023-06-14 18:38:09 +10:00
santrancisco
6ffdfb8b6b test removing CpuInfoUtil.cc and see if build breaks :p 2023-06-14 13:29:05 +10:00
santrancisco
29b9cba75c Update CMakeLists.txt with help from Nikita 2023-06-14 11:31:09 +10:00
Antonio Andelic
bf0260bf5e
Merge branch 'master' into keeper-add-api-version-config 2023-06-13 21:27:51 +02:00
santrancisco
a01056f67c Update orc submodule 2023-06-14 02:33:48 +10:00
Yuriy Chernyshov
9a5c5c7e93 Update contrib/re2 to 2023-06-02 2023-06-13 19:29:41 +03:00
Kruglov Pavel
8fdcd91c38
Merge pull request #49752 from Avogar/better-capnproto-3
Refactor CapnProto format to improve input/output performance
2023-06-13 16:20:38 +02:00
Antonio Andelic
91a4b6e331 Merge branch 'master' into keeper-add-api-version-config 2023-06-12 07:10:58 +00:00
Antonio Andelic
a3da7c8ebe Merged NuRaft 2023-06-10 17:20:29 +00:00
Antonio Andelic
5b4078f0c1 Merge branch 'master' into keeper-reject-unknown-operation 2023-06-10 17:19:17 +00:00
Antonio Andelic
8a70bab7bf Merge branch 'master' into keeper-add-api-version-config 2023-06-09 13:36:18 +00:00
Antonio Andelic
b8b70d78e1 Build fix 2023-06-09 13:34:27 +00:00
Kseniia Sumarokova
f5d88d2c05
Merge pull request #50770 from ClickHouse/azure_table_function
Fix build for aarch64 (temporary disable azure)
2023-06-09 15:33:03 +02:00
Nikita Taranov
8c4c82abd6
Update lz4 to enable cutting-edge optimisations (#50621) 2023-06-09 15:11:07 +02:00
Antonio Andelic
2d220bd841 Fix NuRaft 2023-06-09 11:38:50 +00:00
alesapin
430a19bb80 Better 2023-06-09 13:26:53 +02:00
alesapin
16a6190446 More strict build Aarch64 2023-06-09 13:25:50 +02:00
Antonio Andelic
ab8365630b Reject logs containing unknown operation 2023-06-09 10:10:40 +00:00
alesapin
96d9b88a20 Fix build 2023-06-09 10:48:13 +02:00
avogar
cc036528fe Merge branch 'master' of github.com:ClickHouse/ClickHouse into better-capnproto-3 2023-06-08 11:16:13 +00:00
Daniel Kutenin
c4e1dc5545
Enable FAST_DEC_LOOP for Arm LZ4 to get 5% of decomp speed
It's disabled for clang because of mobile

e82198428c/lib/lz4.c (L471)
2023-06-05 14:10:53 +01:00
Alexey Milovidov
eb5985e5fc
Merge pull request #50400 from ClickHouse/bump-protobuf
Bump protobuf to v3.18.x
2023-06-02 05:01:05 +03:00
Robert Schulze
9490cd44ac
Include msan fix in protobuf 2023-06-01 13:16:33 +00:00
Robert Schulze
578711e8e5
Merge branch 'master' into bump-c-ares 2023-06-01 09:56:50 +02:00
Robert Schulze
793513419b
Merge pull request #50402 from rschu1ze/bump-libxml2
Bump libxml2 to 2.10.4
2023-06-01 09:55:54 +02:00
Kruglov Pavel
898d1f34db
Merge branch 'master' into better-capnproto-3 2023-05-31 21:44:00 +02:00
avogar
c9626314f7 Better 2023-05-31 19:22:44 +00:00
Robert Schulze
5b32c026b9
Fix CVE-2022-2469 2023-05-31 18:48:41 +00:00
Robert Schulze
2bf867c1cf
Bump to v1.19.1 2023-05-31 18:13:18 +00:00
Robert Schulze
eeab9fb3d4
Add new file 2023-05-31 18:08:20 +00:00
Robert Schulze
5eb592acc5
Bump libxml2 from 2.10.3 to 2.10.4
CVE-2023-28484
CVE-2023-29469
2023-05-31 17:57:50 +00:00
Robert Schulze
3a1e07d4c1
Add submodule c-ares 2023-05-31 17:54:47 +00:00
Robert Schulze
95cbc11d7b
Remove c-ares submodule 2023-05-31 17:54:31 +00:00
Robert Schulze
2e2f98ced6
Add new source file 2023-05-31 17:26:31 +00:00
Robert Schulze
f57c5105f6
Remove file deleted upstream from build description 2023-05-31 17:02:05 +00:00
Robert Schulze
57c88e664c
Remove old protobuf 2023-05-31 17:01:00 +00:00
Robert Schulze
ab6fe946bd
Switch build to google-protobuf-cmake 2023-05-31 16:47:38 +00:00
Robert Schulze
8c3e256cae
Switch protobuf to v3.18.x 2023-05-31 16:42:56 +00:00
Robert Schulze
8c1f579c48
Add google-protobuf submodule 2023-05-31 16:41:30 +00:00
nikitakeba
f604fb82b2
Merge branch 'master' into add-reading-from-archives-support 2023-05-29 23:34:19 +03:00
Nikita Keba
c18bff58b3 fix style 2023-05-29 20:08:18 +00:00
Nikita Keba
636d50caa0 fix cmake + add unit tests for TarArchiveReader 2023-05-29 19:35:24 +00:00