Alexey Milovidov
53545b5304
Merge pull request #64090 from azat/fix-sanitizers
...
Fix sanitizers
2024-05-20 03:03:07 +02:00
Azat Khuzhin
64a308013f
Tune mmap_rnd_bits to workaround sanitizers issues
...
v1: vm.mmap_rnd_bits=28
v2: rebase with clang 18.1.6 + kernel.randomize_va_space=0
v3: leave only vm.mmap_rnd_bits=28 + use pre-run.sh (hope that it will
be used), that way docker will not require --privileged and by some
reason this breaks ASAN (though I cannot reproduce it)
v4: use actions/common_setup over init_runner.sh (it requires some
manual deploy)
2024-05-19 22:37:16 +02:00
Robert Schulze
b405f934e4
Merge pull request #64024 from rschu1ze/throw-for-invalid-types
...
Deserialize untrusted binary inputs in a safer way
2024-05-19 07:13:52 +00:00
Alexey Milovidov
c940928bb5
Merge pull request #64091 from azat/fix-sanitizers-bump-clang
...
Fix sanitizers build by updating llvm/clang that includes fix for it
2024-05-19 08:42:05 +02:00
alesapin
3878155b19
Merge pull request #64072 from ClickHouse/try_to_fix_cross_compilation_for_grpc
...
Try to fix grpc for aarch64 crosscompilation
2024-05-18 18:28:21 +00:00
alesapin
086e5d73a4
Followup
2024-05-18 18:03:55 +02:00
Azat Khuzhin
3743b4a2ed
Fix sanitizers build by updating llvm/clang that includes fix for it
...
Rebuild for clang 18.1.3, that contains a workaround [1] for sanitizers
issue [2]:
$ git tag --contains c2a57034eff048cd36c563c8e0051db3a70991b3 | tail -1
llvmorg-18.1.3
[1]: c2a57034ef
[2]: https://github.com/ClickHouse/ClickHouse/issues/64086
Since right now version is not enough:
$ docker run --rm -it clickhouse/test-util llvm-nm-18 --version
llvm-nm, compatible with GNU nm
Ubuntu LLVM version 18.1.2
Optimized build.
But I don't see any fix for TSan, only MSan, but let's try.
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2024-05-18 16:43:19 +02:00
alesapin
2983941ab8
Fix build for openssl
...
(cherry picked from commit 7efd5d3ab62024619e26dc6c3e28d50bffc98d70)
2024-05-18 16:35:15 +02:00
Alexey Milovidov
5f938c9c2d
Merge pull request #64056 from jrdi/fix-rmt-is-deleted-docs
...
Improve ReplacingMergeTree is_deleted documentation
2024-05-18 07:28:22 +02:00
Alexey Milovidov
a2d9a32652
Merge pull request #63733 from qiangxuhui/qiangxuhui-loongarch64
...
Initial support for loongarch64
2024-05-18 05:26:26 +02:00
Alexey Milovidov
58e863f034
Merge pull request #64066 from ClickHouse/alexey-milovidov-patch-8
...
Add `ch-ui`
2024-05-18 05:16:09 +02:00
alesapin
24892b151a
Try to fix grpc for aarch64 crosscompilation
...
(cherry picked from commit f3fbf532e0d4d7616f51a9c3d5087cf7b2e6d7d5)
2024-05-17 22:55:12 +02:00
Mikhail f. Shiryaev
8980e3bb40
Merge pull request #64062 from ClickHouse/style-mimetype-fallback
...
Files without shebang have mime 'text/plain' or 'inode/x-empty'
2024-05-17 20:35:12 +00:00
vdimir
e5ad196317
Merge pull request #62346 from ClickHouse/vdimir/analyzer_comapre_columns
...
Analyzer: Fix validateAggregates for tables with different aliases
2024-05-17 20:00:04 +00:00
Alexey Milovidov
71d33baf0e
Update gui.md
2024-05-17 21:45:44 +03:00
Alexey Milovidov
e37447d1f5
Merge pull request #64064 from ClickHouse/revert-64020-patch-1
...
Revert "Update gui.md - Add ch-ui to open-source available tools."
2024-05-17 20:43:37 +02:00
Alexey Milovidov
f8693017fb
Revert "Update gui.md - Add ch-ui to open-source available tools."
2024-05-17 21:43:24 +03:00
Alexey Milovidov
e39d8c001f
Merge pull request #63923 from ClickHouse/update-datasketches
...
Update Datasketches
2024-05-17 20:30:41 +02:00
Alexey Milovidov
8e838c2805
Merge pull request #59183 from azat/mv/extended-syntax-for-inner-table
...
Fix passing projections/indexes/primary key from columns list from CREATE query into inner table of MV
2024-05-17 20:21:08 +02:00
Alexey Milovidov
8236ff1cd8
Merge pull request #64020 from caioricciuti/patch-1
...
Update gui.md - Add ch-ui to open-source available tools.
2024-05-17 20:05:31 +02:00
Alexey Milovidov
bd9709adee
Merge pull request #64022 from ClickHouse/fix-analyzer
...
Fix a typo in Analyzer
2024-05-17 20:02:13 +02:00
Alexander Tokmakov
4b0df53c51
Merge pull request #63945 from ClickHouse/require-batched-jobs
...
Fix bug when `Required check [1/3]` is not included in Mergeable Check
2024-05-17 17:51:44 +00:00
Mikhail f. Shiryaev
38787c429f
Merge pull request #62652 from ianton-ru/fix-host-resolver-fail
...
Fix HostResolver behavior on fail
2024-05-17 17:37:42 +00:00
Mikhail f. Shiryaev
d6a16b81ed
Files without shebang have mime 'text/plain' or 'inode/x-empty'
2024-05-17 19:30:18 +02:00
Jordi Villar
16889ff032
Rollback doc example
2024-05-17 18:03:51 +02:00
Jordi Villar
acba6fd7a2
Fix typo
2024-05-17 17:57:24 +02:00
Jordi Villar
a2c040111c
Improve ReplacingMergeTree is_deleted documentation
2024-05-17 17:47:35 +02:00
Nikolay Degterinsky
7f79d4f669
Merge pull request #64038 from Blargian/patch-4
...
[Docs] Fix small `in.md` formatting issues
2024-05-17 13:55:53 +00:00
Mikhail f. Shiryaev
2b2d2ce270
Merge pull request #64039 from ClickHouse/new-release-create-branch-only
...
Do not create new release in release branch automatically
2024-05-17 13:19:27 +00:00
Yarik Briukhovetskyi
44c134c657
Merge pull request #64034 from Pazitiff9/patch-1
...
Correction of a typo in table.md
2024-05-17 13:09:46 +00:00
Mikhail f. Shiryaev
803a52ba94
Do not create new release in release branch automatically
2024-05-17 14:50:34 +02:00
Shaun Struwig
30e1802c27
Fix ugly formatting
2024-05-17 14:28:12 +02:00
Yarik Briukhovetskyi
8a24515537
fix black
2024-05-17 14:23:32 +02:00
Shaun Struwig
07349ec508
Fix formatting issues in in.md
2024-05-17 14:22:39 +02:00
Yarik Briukhovetskyi
e4ba32a831
Try #2 after removing fast tests flag
2024-05-17 14:09:08 +02:00
Nikita Taranov
370b01e23b
Merge pull request #63910 from nickitat/additional_sanity_checks_for_parallel_replicas
...
More sanity checks for parallel replicas
2024-05-17 12:04:29 +00:00
Yarik Briukhovetskyi
ff3dbe9757
empty commit
2024-05-17 13:57:27 +02:00
Sema Checherinda
9e4f41f42c
Merge pull request #60852 from azat/http_max_chunk_size
...
Remove http_max_chunk_size setting (too internal)
2024-05-17 11:49:04 +00:00
Raúl Marín
706056015a
Merge pull request #63811 from zzyReal666/63657
...
fix antlr insertStmt for issue 63657
2024-05-17 11:43:17 +00:00
Pazitiff9
782cbcfa58
Correction of a typo in table.md
...
Correction of a typo in ru docs about Create Table
2024-05-17 14:19:14 +03:00
Nikita Taranov
bfd09ea42a
Merge pull request #63835 from tomershafir/io-uring-add-basic-perf-test
...
io_uring: add basic io_uring clickhouse perf test
2024-05-17 11:16:20 +00:00
Robert Schulze
20a0e7338e
Throw exception for invalid inputs
2024-05-17 10:18:52 +00:00
Raúl Marín
68bff50c9d
Merge pull request #63947 from Algunenano/revert_multiline_pretty
...
Revert multiline pretty changes due to performance problems
2024-05-17 10:13:49 +00:00
Nikolai Kochetov
e0f405bc56
Merge pull request #63864 from ClickHouse/change-labmda-execution-name
...
Update lambda execution name
2024-05-17 10:01:48 +00:00
vdimir
aeca94105b
Merge branch 'master' into vdimir/analyzer_comapre_columns
2024-05-17 11:32:17 +02:00
Alexey Milovidov
4ee498a8b5
Merge pull request #64014 from ClickHouse/update-libunwind
...
Update libunwind
2024-05-17 09:21:23 +00:00
Alexey Milovidov
b9fc57c91d
Update src/Storages/MergeTree/MergeTreeIndexFullText.cpp
...
Co-authored-by: János Benjamin Antal <antaljanosbenjamin@users.noreply.github.com>
2024-05-17 11:19:20 +02:00
Alexey Milovidov
eb06816a71
Update src/Storages/MergeTree/MergeTreeIndexBloomFilterText.cpp
...
Co-authored-by: János Benjamin Antal <antaljanosbenjamin@users.noreply.github.com>
2024-05-17 11:19:15 +02:00
Alexey Milovidov
7b81f3142a
Update src/Storages/MergeTree/MergeTreeIndexBloomFilter.cpp
...
Co-authored-by: János Benjamin Antal <antaljanosbenjamin@users.noreply.github.com>
2024-05-17 11:19:10 +02:00
Alexey Milovidov
64a5bbe683
Update test
2024-05-17 10:24:37 +02:00