Alexey Milovidov
8334329dff
Merge pull request #37023 from ClickHouse/chained-or
...
Merging #34932 .
2022-05-15 04:32:31 +03:00
Alexey Milovidov
b416640234
Merge pull request #37211 from azat/harmful-reexec
...
Ignore harmful env variables in clickhouse binaries (reexec w/o them)
2022-05-14 20:57:46 +03:00
alesapin
ef35fa6a46
Merge pull request #37208 from ClickHouse/relax_logging_level_in_check_thread
...
Relax log level for some checks in check thread
2022-05-14 13:26:25 +02:00
Azat Khuzhin
40f3dbb448
Ignore harmful env variables in clickhouse binaries (reexec w/o them)
...
Some environments may really require LD_LIBRARY_PATH (and some other
variables), so rejecting running clickhouse binaries in such envs is a
backward incompatible change.
So instead of rejecting, let's ignore those env variables, i.e. reexec
binaries without them.
Also note, that there is no messages in stderr in case of some of
variables set anymore, since this message may break some scripts.
Refs: #36340
Follow-up for: #36342
2022-05-14 12:08:48 +03:00
Kseniia Sumarokova
f4a8a0cefe
Merge pull request #37200 from kssenii/add-s3-requests-metric
...
Add S3Requests metric
2022-05-14 10:08:21 +02:00
Yakov Olkhovskiy
314ae24f0f
Merge pull request #37209 from ClickHouse/poco-update-60
...
update poco
2022-05-14 00:20:05 -04:00
Mikhail f. Shiryaev
8a1cc46212
Merge pull request #37203 from DevTeamBK/fix_coverity
...
Fix coverity build problem with LD_PRELOAD
2022-05-14 00:42:21 +02:00
Yakov Olkhovskiy
f5562f354a
update poco
2022-05-13 17:34:29 -04:00
alesapin
1c082717a4
Relax log level for some checks in check thread
2022-05-13 23:29:36 +02:00
Maksim Kita
3f18d7da33
Merge pull request #37189 from kitaisreal/function-h3-k-ring-add-cast
...
Function h3kRing added cast
2022-05-13 22:53:20 +02:00
bkuschel
16e4b0db20
Fix coverity build
2022-05-13 10:22:23 -07:00
kssenii
5dd3ad08a1
Add S3Requests metric
2022-05-13 18:12:46 +02:00
Alexander Gololobov
fe2aa1861f
Merge pull request #37033 from qieqieplus/array-distance-functions
...
Distance/ Norm functions for array
2022-05-13 17:28:19 +02:00
Kseniia Sumarokova
3061c557cc
Merge pull request #37182 from Vxider/wv-watch-bug
...
Fix bug for WATCH EVENTS query in WindowView
2022-05-13 16:15:32 +02:00
Nikolai Kochetov
b2c363a38a
Merge pull request #37157 from ClickHouse/try-enable-cache-for-https-session
...
Enable DNS cache for HTTPSClientSession.
2022-05-13 15:42:30 +02:00
mergify[bot]
603bd85fbe
Merge branch 'master' into function-h3-k-ring-add-cast
2022-05-13 13:26:09 +00:00
Maksim Kita
ef7e21ea46
Function h3kRing added cast
2022-05-13 15:20:04 +02:00
Kruglov Pavel
c8481b018d
Merge pull request #37156 from azat/reload-listen-directives
...
Reload listen_reuse_port/listen_backlog from config
2022-05-13 13:22:12 +02:00
Kseniia Sumarokova
6d5137879b
Merge pull request #37054 from kssenii/better-read-from-cache
...
Better read from cache buffer
2022-05-13 12:20:06 +02:00
Alexander Tokmakov
432f1d570c
Merge pull request #37153 from azat/fix-optimize_skip_unused_shards_rewrite_in
...
Fix implicit cast for optimize_skip_unused_shards_rewrite_in
2022-05-13 12:58:28 +03:00
Vxider
07aaa92299
fix windowview watch
2022-05-13 09:25:50 +00:00
qieqieplus
8b3fb22c6d
check array sizes for short cut
2022-05-13 17:05:18 +08:00
Antonio Andelic
e4cd605edb
Merge pull request #37100 from ucasfl/fix-s3
...
fix wrong argument in proxy resolver of DiskS3
2022-05-13 10:00:13 +02:00
mergify[bot]
2fdd305ef1
Merge branch 'master' into array-distance-functions
2022-05-13 07:56:57 +00:00
Rich Raposa
2edc03b3d4
Merge pull request #37170 from DanRoscigno/reorder-example-datasets
...
Docs: move UK Property and Taxi datasets up
2022-05-12 16:51:22 -06:00
Dan Roscigno
8e5a726c87
Empty-Commit
2022-05-12 17:39:29 -04:00
Kseniia Sumarokova
320efb2221
Merge branch 'master' into better-read-from-cache
2022-05-12 23:35:39 +02:00
Kseniia Sumarokova
3fd9517ff8
Merge pull request #37130 from ClickHouse/kssenii-patch-3
...
Update default remote fs read method in ReadSettings
2022-05-12 23:34:28 +02:00
Maksim Kita
2bf6d9c028
Merge pull request #37154 from azat/context-const
...
Add const qualifier for few methods from Context
2022-05-12 22:20:39 +02:00
Dan Roscigno
f35c893fbe
move UK and Taxi datasets up
2022-05-12 14:32:13 -04:00
Vladimir C
6ca3d61ec9
Merge pull request #37145 from ClickHouse/macosx-guide
2022-05-12 19:49:20 +02:00
Kseniia Sumarokova
6e0a910fcd
Merge branch 'master' into better-read-from-cache
2022-05-12 19:44:18 +02:00
Vladimir C
182ba1c605
Merge pull request #36928 from Vxider/wv-fix-multiple-columns
2022-05-12 18:28:15 +02:00
Nikolai Kochetov
f8bd4fa0f0
Remove old comment.
2022-05-12 15:24:36 +00:00
Nikolai Kochetov
77fb1b84ac
Enable DNS cache for HTTPSClientSession.
2022-05-12 15:21:29 +00:00
alesapin
e7296a2b28
Merge pull request #36825 from kssenii/cache-fix-1
...
Removed forceful drop cache command, fix detached status state
2022-05-12 17:18:21 +02:00
Kseniia Sumarokova
9fb2df2456
Merge pull request #37105 from Vxider/wv-read
...
Support SELECT query in WindowView
2022-05-12 16:52:28 +02:00
Alexander Gololobov
1dc3d04837
Removed __SSE2__ flag for PPC64
2022-05-12 16:20:19 +02:00
Azat Khuzhin
5086d8de29
Reload listen_reuse_port/listen_backlog from config
...
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2022-05-12 17:05:39 +03:00
Azat Khuzhin
a0ba113e5e
Mark Context::getInterserverIOHandler() as const
...
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2022-05-12 16:54:01 +03:00
Azat Khuzhin
a04b6ad314
Mark Context::getInterserverCredentials() as const
...
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2022-05-12 16:54:01 +03:00
Azat Khuzhin
ef921d834d
tests: improve 01756_optimize_skip_unused_shards_rewrite_in
...
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2022-05-12 16:17:30 +03:00
Azat Khuzhin
e3ff630612
tests: add echo for 01756_optimize_skip_unused_shards_rewrite_in
...
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2022-05-12 16:17:30 +03:00
Azat Khuzhin
586eda5242
Fix implicit cast for optimize_skip_unused_shards_rewrite_in
...
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
Fixes : #37073
2022-05-12 16:17:30 +03:00
Vladimir C
4cb6ca2311
Merge pull request #36970 from ClickHouse/concurrent_join
...
Follow up for ConcurrentHashJoin
2022-05-12 15:09:29 +02:00
kssenii
7700d51ae4
Update profile events descriptions
2022-05-12 15:02:07 +02:00
kssenii
ef044a5df7
Merge
2022-05-12 14:59:27 +02:00
kssenii
483e056bcc
Merge master
2022-05-12 14:58:24 +02:00
kssenii
3c241582db
Fix assertions
2022-05-12 14:54:18 +02:00
Kseniia Sumarokova
8b41a58352
Merge pull request #37132 from e-mars/mars-auth-error-fix
...
Update Exception Message for allowed auth types
2022-05-12 14:48:59 +02:00