Nikolai Kochetov
4e28b7cb02
Fix _sample_factor column.
2021-05-28 12:23:46 +03:00
Nikolai Kochetov
ce11f35dcc
Convert header from MergeTree to expected from query plan.
2021-05-28 11:11:17 +03:00
Nikolai Kochetov
936bd8a011
Merge branch 'master' into refactor-MergeTreeDataSelectExecutor
2021-05-27 20:47:39 +03:00
Nikolai Kochetov
1aeb705b20
Fix some tests.
2021-05-27 19:53:58 +03:00
Nikolai Kochetov
cbdf3752ef
Part 3.
2021-05-27 16:40:33 +03:00
Anton Popov
bce3a49ff5
fix style check
2021-05-27 16:02:13 +03:00
Anton Popov
8a71af5797
Merge pull request #24471 from CurtizJ/fix-cast-operator
...
Fix several cases in cast operator
2021-05-27 14:31:51 +03:00
Maksim Kita
5e65aff3fd
Merge pull request #24466 from kitaisreal/dictionaries-update-file-paths-restrictions
...
Dictionaries update file path restrictions
2021-05-27 13:46:47 +03:00
Alexander Kuzmenkov
5dc387d3bc
Merge pull request #24534 from ClickHouse/aku/green-check-mining-1
...
calculate perf test precision thresholds from historical data
2021-05-27 12:59:17 +03:00
Vladimir
bdc5b97d02
Merge pull request #24525 from vdimir/create-aggregate-func-settings
...
Merging #22762
2021-05-27 11:43:55 +03:00
Nikolai Kochetov
b3d30ed9cb
Merge pull request #24462 from azat/total_rows_approx-fix
...
Account total_rows_approx as soon as possible
2021-05-27 11:34:50 +03:00
alesapin
75dad2cdd7
Merge pull request #24533 from ClickHouse/watch_requests_read
...
Make `get/check/read/list` requests always read in Keeper
2021-05-27 11:16:36 +03:00
alesapin
ef17daaaa0
Merge pull request #24496 from ClickHouse/configurable_max_parts_to_merge
...
Add `max_parts_to_merge_at_once` setting
2021-05-27 10:56:58 +03:00
Maksim Kita
e5b78723bb
Merge pull request #24483 from kitaisreal/memory-tracker-new-no-throw
...
MemoryTracker new no throw
2021-05-27 10:35:55 +03:00
Nikita Mikhaylov
0d3462afc8
Merge pull request #24457 from nikitamikhaylov/thread-pool-deadlock
...
Try to fix deadlock in ThreadPool
2021-05-27 02:51:50 +03:00
Nikita Mikhaylov
5eb47ccaa8
Merge pull request #24518 from georgthegreat/cxxabi-peerdir
...
Do not peerdir enabled-by-default libcxxabi-parts
2021-05-27 02:44:07 +03:00
Azat Khuzhin
66f254c8b3
Account total_rows_approx as soon as possible
...
Before total_rows_approx was accounted only on first read from that
source (and each part is a source), so in case of MergeTree and
max_threads=1 it can take sometime until it will be incremented.
2021-05-27 02:14:01 +03:00
Maksim Kita
4ca651838c
Merge pull request #24550 from kitaisreal/jit_example_update
...
Update jit_example
2021-05-27 01:02:31 +03:00
Maksim Kita
5af0ca1c1a
Fixed tests
2021-05-27 00:17:46 +03:00
Maksim Kita
b26783b308
Dictionaries update file path restrictions
2021-05-27 00:17:45 +03:00
Maksim Kita
fc5dbaa413
Updated MemoryTracker
2021-05-26 23:31:35 +03:00
Alexander Kuzmenkov
2a9b59f707
Update ITableFunctionFileLike.cpp
2021-05-26 21:49:33 +03:00
Nikolai Kochetov
a51a6ea0b7
Part 2.
2021-05-26 21:14:43 +03:00
alesapin
8ba6ed3fc2
Simplier test
2021-05-26 16:53:05 +03:00
mergify[bot]
ab774890d3
Merge branch 'master' into thread-pool-deadlock
2021-05-26 13:42:23 +00:00
Alexander Kuzmenkov
5da54c2745
calculate perf test precision thresholds from historical data
2021-05-26 16:30:43 +03:00
alesapin
21ed59b11b
Make get/check/read/list requests always read in Keeper
2021-05-26 16:09:43 +03:00
Anton Popov
e1c86d3747
Merge pull request #24446 from amosbird/fixdate
...
Fix toWeek monotonicity
2021-05-26 15:32:03 +03:00
tavplubix
a21e4b333e
Update ReplicatedMergeTreeQueue.cpp
2021-05-26 15:10:38 +03:00
Vladimir
fc15cad7e0
Pass Settings to aggregate function creator
2021-05-26 14:58:31 +03:00
Vladimir
7224e25156
Revert "Pass Settings to aggregate function creator"
2021-05-26 14:46:42 +03:00
Vladimir
6650c67b01
Merge pull request #22762 from vdimir/create-aggregate-func-settings
2021-05-26 14:32:14 +03:00
Kseniia Sumarokova
cb8af0fd4c
Merge pull request #11058 from overshov/master
...
Implement IDisk interface for HDFS
2021-05-26 14:14:06 +03:00
alesapin
b63dfeef88
Merge pull request #24499 from ClickHouse/fix_fake_race
...
Fix benign race (detected by clang-12) in Keeper snapshots
2021-05-26 11:43:22 +03:00
alesapin
08c37a4c9e
Merge branch 'master' into configurable_max_parts_to_merge
2021-05-26 11:30:39 +03:00
Maksim Kita
d56dc82784
Merge pull request #24468 from kitaisreal/compile-expressions-cached-functions-with-context-fix
...
CompileExpression cached functions with context fix
2021-05-26 10:52:22 +03:00
alesapin
069d45790f
Merge pull request #24157 from kssenii/modulo-partition-key
...
Adjust modulo function when used in partition key
2021-05-26 10:30:54 +03:00
alesapin
5638c18140
Merge pull request #22864 from ianton-ru/s3_zero_copy_replication
...
Fix Zero-Copy replication with several S3 volumes (issue 22679)
2021-05-26 10:28:23 +03:00
mergify[bot]
d6ada7df5c
Merge branch 'master' into fixdate
2021-05-26 02:38:10 +00:00
tavplubix
84f9d38620
Merge pull request #24321 from amosbird/fixdroppartition
...
Fix drop partition in rare case
2021-05-26 01:34:22 +03:00
Maksim Kita
60c20ed62d
Update MemoryTracker
2021-05-25 23:54:48 +03:00
Maksim Kita
c79f480e46
Fix expression compilation without cache
2021-05-25 23:53:46 +03:00
Maksim Kita
fadead3efe
MemoryTracker new no throw
2021-05-25 22:23:26 +03:00
Maksim Kita
0eabdc7241
CompileExpression cached functions with context fix
2021-05-25 21:46:40 +03:00
Maksim Kita
315994f686
Merge pull request #24442 from kitaisreal/actions-dag-compile-expressions-update
...
ActionsDAG compile expressions update
2021-05-25 21:44:23 +03:00
Maksim Kita
0e03d216d8
Update Settings.h
2021-05-25 21:44:17 +03:00
Azat Khuzhin
99008e91f2
Remove superfluous includes of SourceWithProgress.h
...
Since Processors/Pipe is pretty common header, and after this patch -200
CU for SourceWithProgress.h changes.
2021-05-25 21:30:46 +03:00
kssenii
379e26bcbc
Fix checks
2021-05-25 17:37:35 +00:00
kssenii
e01abf807e
Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into hdfs-idisk
2021-05-25 17:32:43 +00:00
Nikolai Kochetov
34eaa48294
Part 1.
2021-05-25 19:34:43 +03:00