Commit Graph

112910 Commits

Author SHA1 Message Date
Igor Nikonov
267cd097bf
Merge pull request #48729 from ClickHouse/fix-memory-order-in-number_mt
Fix memory order in number_mt
2023-04-13 23:57:36 +02:00
Alexander Tokmakov
65cef81d5b
Merge pull request #48766 from ClickHouse/improve_slack_bot2
Limit size of messages from the CI slack bot
2023-04-14 00:51:04 +03:00
Kseniia Sumarokova
54518bf928
Merge branch 'master' into better-tests-for-data-lakes 2023-04-13 23:45:12 +02:00
Alexander Tokmakov
5cfcead4a7 limit size of messages from the CI slack bot 2023-04-13 23:28:03 +02:00
Robert Schulze
a09db7f4f5
Fix squashing in query cache 2023-04-13 20:09:29 +00:00
Eric Thomas
8d5e72cc26
Fix docs for case insensitive searches with a token bloom filter 2023-04-13 14:04:55 -06:00
Robert Schulze
43b8cbc50c
Merge pull request #48737 from ClickHouse/rs/fix-wshadow
Remove `-Wshadow` suppression which leaked into global namespace
2023-04-13 21:18:50 +02:00
Alexander Tokmakov
a61ed33223
Merge pull request #48760 from ClickHouse/revert-46089-background-memory-tracker
Revert "Add MemoryTracker for the background tasks"
2023-04-13 21:20:46 +03:00
Alexander Tokmakov
af1bf08663
Revert "Add MemoryTracker for the background tasks" 2023-04-13 21:05:02 +03:00
Anton Popov
5f01b8a2b5
Merge pull request #48517 from CurtizJ/fix-memory-compressed-tables
Fix storage `Memory` with enabled compression
2023-04-13 19:52:49 +02:00
pufit
abe3c9b9db
Merge pull request #48758 from ClickHouse/revert-48679-scheme-infer
Revert "Make Schema inference works for CREATE AS SELECT"
2023-04-13 13:46:30 -04:00
Anton Popov
4a1c868ca9
Merge pull request #48663 from CurtizJ/fix-async-insert-no-data
Fix async inserts with empty data
2023-04-13 19:44:47 +02:00
kssenii
ad48e1d010 Fox 2023-04-13 19:36:25 +02:00
pufit
d717372c6e
Revert "Make Schema inference works for CREATE AS SELECT" 2023-04-13 13:35:32 -04:00
pufit
a8c892f925
Merge pull request #48679 from ucasfl/scheme-infer
Make Schema inference works for CREATE AS SELECT
2023-04-13 13:02:04 -04:00
Dmitry Novik
475b9b2da7 Try to fix flaky 02455_one_row_from_csv_memory_usage 2023-04-13 18:06:28 +02:00
serxa
22b75ec81b fix typo, add coment, dont reset trace 2023-04-13 15:17:39 +00:00
Alexander Tokmakov
0fbc9585f1
Merge pull request #48471 from jrdi/16414-totimezone-throw
toTimeZone function throw an error when no constant string is provided
2023-04-13 17:57:37 +03:00
kssenii
4bf01c611c Fix 2023-04-13 16:56:11 +02:00
Julio Jimenez
d69463859f
SonarCloud: C++ Reporting Standards (#48668)
* Sonar: C++ Reporting Standards

Signed-off-by: Julio Jimenez <julio@clickhouse.com>

* -DCMAKE_CXX_STANDARD=20

Signed-off-by: Julio Jimenez <julio@clickhouse.com>

* -DCMAKE_CXX_STANDARD=20

Signed-off-by: Julio Jimenez <julio@clickhouse.com>

* upgrade sonarcloud

Signed-off-by: Julio Jimenez <julio@clickhouse.com>

* Disable job until SonarCloud support c++23

Signed-off-by: Julio Jimenez <julio@clickhouse.com>

---------

Signed-off-by: Julio Jimenez <julio@clickhouse.com>
2023-04-13 10:48:45 -04:00
Dmitry Novik
5cc9b46f78 Merge remote-tracking branch 'origin/master' into optimize-compilation 2023-04-13 16:04:09 +02:00
kssenii
6f53784f22 Merge remote-tracking branch 'upstream/master' into better-tests-for-data-lakes 2023-04-13 15:56:40 +02:00
Alexander Tokmakov
93368b4d55
Merge pull request #48730 from ClickHouse/remove_some_code
Do not remove broken detached parts on startup
2023-04-13 16:18:59 +03:00
Yatsishin Ilya
d17abc9e89 recanonize 00910_client_window_size_detection and try to enable in fast test 2023-04-13 13:14:18 +00:00
kssenii
b9811573be Better 2023-04-13 15:10:49 +02:00
flynn
2571372fe0 update docs 2023-04-13 12:27:48 +00:00
Sergei Trifonov
c51f1359be
Merge branch 'master' into lower-threadpool-mutex-contention 2023-04-13 14:21:45 +02:00
Robert Schulze
5553a521ba
Bump ZSTD to 1.5.5-pre 2023-04-13 12:11:43 +00:00
serxa
32f78afd7e get rid of redundant code 2023-04-13 12:11:06 +00:00
Jordi Villar
eb32b710f0 Merge remote-tracking branch 'origin/master' into 16414-totimezone-throw 2023-04-13 14:03:45 +02:00
Jordi Villar
3e882e0c7d Remove unnecessary logger 2023-04-13 14:03:05 +02:00
serxa
ce2073e58f detach_thread() and notifications order does not matter 2023-04-13 11:45:19 +00:00
kssenii
3ac7f999bc Review fixes 2023-04-13 13:38:16 +02:00
Dmitry Novik
467ecf45e1
Merge pull request #46089 from ClickHouse/background-memory-tracker
Add MemoryTracker for the background tasks
2023-04-13 13:29:27 +02:00
serxa
5e8339c2d9 Lock ThreadPool mutex once per job instead of twice 2023-04-13 11:27:11 +00:00
Vitaly Baranov
6b71cb1c35 Fix zero-copy-replication on encrypted disks. 2023-04-13 13:15:18 +02:00
flynn
bbaa7e126c udpate docs 2023-04-13 11:06:36 +00:00
Sema Checherinda
3ada33db56
Merge pull request #48674 from CheSema/more_logs_47882
show result of minio listings for test test_attach_detach_partition
2023-04-13 11:46:19 +02:00
Robert Schulze
3e3344d627
VarInt coding: Always perform sanity check
This is follow-up for the discussion in #48628. The sanity check against
VAR_UINT_MAX is now unconditional (independent of the build type). Let's
see how that affects performance ... I'll probably add "Unchecked"
overloads later on (to avoid clutter they are avoided for now)
2023-04-13 09:44:35 +00:00
Robert Schulze
658d6c8870
Merge pull request #48567 from FriendLey/test_soundex
add soundex function, issue #39880
2023-04-13 11:20:19 +02:00
cluster
6760d88573
Merge pull request #2 from ClickHouse/master
[pull] master from ClickHouse:master
2023-04-13 17:13:53 +08:00
kssenii
37691e573a Fix black check, add with_spark 2023-04-13 11:12:24 +02:00
Kseniia Sumarokova
b6c17759f4
Merge pull request #48636 from kssenii/fix-error-in-cache
Fix possible error from cache
2023-04-13 11:03:11 +02:00
Robert Schulze
f6b24fe058
Merge pull request #48509 from ClibMouse/feature/no-more-strlen-plz
Use std::string_view to get rid of strlen
2023-04-13 10:59:05 +02:00
Robert Schulze
7a21d5888c
Remove -Wshadow suppression which leaked into global namespace 2023-04-13 08:46:40 +00:00
Robert Schulze
22c3b10e41
Merge pull request #48628 from ClickHouse/rs/var_uint_max
Better handling of values too large for VarInt encoding
2023-04-13 10:17:55 +02:00
Robert Schulze
c4807a9e23
Merge pull request #48697 from ClickHouse/rs/test-7826
Add test for old bug #7826
2023-04-13 10:17:20 +02:00
Robert Schulze
f41354ccd6
Merge pull request #48671 from ClickHouse/rs/gcc-removal
Remove GCC remainders
2023-04-13 10:15:35 +02:00
Sergei Trifonov
86d37916a0
Merge pull request #48146 from azat/threadpool-pipeline-executor
Use ThreadPool in PipelineExecutor
2023-04-13 09:45:15 +02:00
Antonio Andelic
1f7cca6439
Merge pull request #48699 from ClickHouse/fix-flaky-keeper-session
Fix flaky `test_keeper_session`
2023-04-13 09:44:46 +02:00