avogar
566d1b15fd
Merge branch 'master' of github.com:ClickHouse/ClickHouse into formats-with-names
2022-05-20 13:54:52 +00:00
avogar
78069765bb
Try to remove code duplication
2022-05-20 13:20:52 +00:00
avogar
6e2df9ecc4
Merge branch 'master' of github.com:ClickHouse/ClickHouse into fix-defaults
2022-05-20 13:15:34 +00:00
Robert Schulze
0f6715bd91
Follow-up to PR #37300 : semicolon warnings
...
In PR #37300 , Alexej asked why we the compiler does not warn about
unnecessary semicolons, e.g.
f()
{
}; // <-- here
The answer is surprising: In C++98, above syntax was disallowed but by
most compilers accepted it regardless. C++>11 introduced "empty
declarations" which made the syntax legal.
The previous behavior can be restored using flag
-Wc++98-compat-extra-semi. This finds many useless semicolons which were
removed in this change. Unfortunately, there are also false positives
which would require #pragma-s and HAS_* logic (--> check_flags.cmake) to
suppress. In the end, -Wc++98-compat-extra-semi comes with extra effort
for little benefit. Therefore, this change only fixes some semicolons
but does not enable the flag.
2022-05-20 15:06:34 +02:00
avogar
22b072bc7f
Make better
2022-05-20 13:04:43 +00:00
Yakov Olkhovskiy
6b62144090
docs spelling fix
2022-05-20 08:57:18 -04:00
avogar
3884819bd1
Fix
2022-05-20 12:48:58 +00:00
Michael Nutt
23dbf1b257
Merge branch 'master' into hashid
2022-05-20 08:42:01 -04:00
Yakov Olkhovskiy
1fdcb9b727
test added
2022-05-20 08:41:27 -04:00
Yakov Olkhovskiy
962b72ebf0
unused argument removed
2022-05-20 08:10:29 -04:00
avogar
44726122bb
Join JSON registration
2022-05-20 12:09:51 +00:00
avogar
d2304f5d15
Make better
2022-05-20 12:07:29 +00:00
vdimir
339980469f
Revert "Swap order of converting_join_columns and before_join steps"
...
This reverts commit 2995b69f4a
.
2022-05-20 11:31:59 +00:00
vdimir
23a85d3406
Perserve constness in ExpressionActionsChain::JoinStep
2022-05-20 11:31:58 +00:00
avogar
a6a430c5ee
Merge branch 'master' of github.com:ClickHouse/ClickHouse into json-columns-formats
2022-05-20 11:08:30 +00:00
Vxider
020a868810
rename test
2022-05-20 10:53:06 +00:00
Vxider
063f11642e
update test
2022-05-20 10:50:38 +00:00
Vxider
956459eba2
Merged with master
2022-05-20 10:50:21 +00:00
avogar
5d19150906
Try to improve short circuit functions processing
2022-05-20 10:47:28 +00:00
mergify[bot]
1ac4199e78
Merge branch 'master' into arrow-strings
2022-05-20 10:43:33 +00:00
Kruglov Pavel
4dd447b232
Merge pull request #37332 from Avogar/schema-inference-with-globs
...
Apply input_format_max_rows_to_read_for_schema_inference for all files in globs in total
2022-05-20 12:42:32 +02:00
Alexander Tokmakov
12bbb7de87
fix race on TID allocation
2022-05-20 12:41:44 +02:00
alesapin
e8ea0d4381
Merge pull request #37036 from ClickHouse/keeper-preprocess-operations
...
Add support for preprocessing ZooKeeper operations in `clickhouse-keeper`
2022-05-20 11:34:56 +02:00
Kseniia Sumarokova
ee295038fa
Merge pull request #37214 from Vxider/wv-engine
...
Change ENGINE behavior in WindowView
2022-05-20 11:14:19 +02:00
Kseniia Sumarokova
5b179bda3d
Merge pull request #37338 from xiedeyantu/optimize-cache
...
optimize file segment PARTIALLY_DOWNLOADED get read buffer
2022-05-20 11:11:56 +02:00
Robert Schulze
b475fbc9a7
Merge pull request #37300 from ClickHouse/cmake-cleanup-pt3
...
Various cmake cleanups
2022-05-20 10:02:36 +02:00
Robert Schulze
9b0acaa0ca
Update cmake/ccache.cmake
...
Co-authored-by: Azat Khuzhin <a3at.mail@gmail.com>
2022-05-20 09:57:25 +02:00
Robert Schulze
7c0e467b05
Small update of comment for SOURCE_DATE_EPOCH workaround
2022-05-20 09:46:19 +02:00
Igor Nikonov
471ef23130
Merge pull request #37376 from den-crane/patch-9
...
Doc. fix formating
2022-05-20 09:16:29 +02:00
Sergei Trifonov
2450ab9079
Merge pull request #36686 from azat/disk-least-used
...
Implement least_used load balancing algorithm for disks inside volume
2022-05-20 09:16:07 +02:00
Robert Schulze
5eb741ec0b
Merge pull request #37347 from ClickHouse/disable-readability-identifier-length
...
Disable clang-tidy readability-identifier-length
2022-05-20 09:04:59 +02:00
Alexander Gololobov
4350935377
Re-enable SSE2 for PowerPC
2022-05-20 08:51:48 +02:00
Alexander Gololobov
4885940378
Removed ENABLE_MKL option, because we cannot depend on non-contrib libs
2022-05-20 08:51:48 +02:00
Yakov Olkhovskiy
a5e421581d
docs fix
2022-05-20 01:30:45 -04:00
Mikhail f. Shiryaev
52d81ecd86
Merge pull request #37374 from ClickHouse/docker-server-build
...
Fix docker server images building
2022-05-20 07:17:32 +02:00
xiedeyantu
442af375bc
empty
2022-05-20 11:54:12 +08:00
Yakov Olkhovskiy
b7bc40ce58
documentation updated
2022-05-19 22:16:08 -04:00
Yakov Olkhovskiy
a8b2f12111
allow SALT in sha256_hash
2022-05-19 21:55:41 -04:00
Alexey Milovidov
87c6f806cf
Merge pull request #37371 from ClickHouse/safe-fail-on-cidb-down
...
Do not fail CI if events clickhouse is down
2022-05-20 03:52:04 +03:00
Denny Crane
c3c468af86
Update random-functions.md
2022-05-19 21:16:27 -03:00
Alexey Milovidov
7c9df33bf8
Update warnings.cmake
2022-05-20 03:12:44 +03:00
Alexey Milovidov
a02115f104
Update 02304_grouping_sets_with_rollup_cube.sql
2022-05-20 02:50:38 +03:00
Alexey Milovidov
441cc88e76
Update CHANGELOG.md
2022-05-20 02:22:09 +03:00
Alexey Milovidov
721c88aaea
Merge pull request #37339 from ClickHouse/changelog-22.5
...
Add changelog for 22.5
2022-05-20 02:15:42 +03:00
Mikhail f. Shiryaev
39097a4cfc
Fix automatic bucket_prefix, exit 1 on failures
2022-05-20 00:06:44 +02:00
Mikhail f. Shiryaev
bfe0fbc701
Merge pull request #37373 from ClickHouse/preformance-artifact
...
Ugly hacks for performance.tgz artifacts
2022-05-19 23:14:09 +02:00
Mikhail f. Shiryaev
de23fdccf6
Fix get_release_or_pr execution in docker_server
2022-05-19 23:00:30 +02:00
Mikhail f. Shiryaev
de39a48c33
Append performance_url to build_urls
2022-05-19 22:44:10 +02:00
Mikhail f. Shiryaev
121571ec5d
Ugly hacks for performance.tgz artifacts
2022-05-19 22:37:54 +02:00
Alexander Tokmakov
c2762fd8b3
Merge pull request #37319 from lingo-xp/bug-fix
...
[bug-fix] root_dir is not set in copyThroughBuffers
2022-05-19 22:17:10 +03:00