kssenii
|
ef7d5b2a65
|
Fix
|
2022-05-04 00:19:36 +02:00 |
|
Sergei Trifonov
|
1bcae160a0
|
Update MergeTreeBackgroundExecutor.h
|
2022-05-03 18:50:05 +02:00 |
|
Dmitry Novik
|
5ba7a55c18
|
Merge pull request #36650 from bigo-sg/hive_text_parallel_parsing
Parallel parsing of hive text format
|
2022-05-03 15:56:28 +02:00 |
|
Alexander Gololobov
|
367898da5e
|
Merge pull request #35318 from weeds085490/feat/add_part_offset
feat(...): [LWD] support getting _part_offset of a row
|
2022-05-03 13:27:02 +02:00 |
|
Maksim Kita
|
36d1c8238a
|
Merge pull request #36766 from kitaisreal/evaluate-constant-expression-fix
Fix evaluateConstantExpression for subqueries
|
2022-05-03 12:32:14 +02:00 |
|
Maksim Kita
|
3c89424102
|
Merge pull request #36852 from kitaisreal/aggregator-jit-lock-fix
Aggregator JIT compilation lock fix
|
2022-05-03 12:29:35 +02:00 |
|
Nikolai Kochetov
|
540fafbe74
|
Merge pull request #36856 from ClickHouse/repro-lc-and-s3
Reproduce and a little bit better fix for LC dict right offset.
|
2022-05-03 11:32:08 +02:00 |
|
alesapin
|
f0b7af0aa2
|
Revert "Memory overcommit: continue query execution if memory is available"
|
2022-05-03 00:36:50 +02:00 |
|
Nikolai Kochetov
|
b10decc987
|
Fix style and formatting.
|
2022-05-02 18:59:43 +00:00 |
|
Nikolai Kochetov
|
3d9b87af09
|
Reproduce and a little bit better fix for LC dict right offset.
|
2022-05-02 18:06:47 +00:00 |
|
Dmitry Novik
|
71b6f89166
|
Merge pull request #35637 from ClickHouse/memory-overcommit-free
Memory overcommit: continue query execution if memory is available
|
2022-05-02 19:00:18 +02:00 |
|
mergify[bot]
|
93f5aa7488
|
Merge branch 'master' into aggregator-jit-lock-fix
|
2022-05-02 16:16:36 +00:00 |
|
Dmitry Novik
|
9be17ef50c
|
Merge pull request #35111 from azat/optimize_aggregation_in_order-prefix
Implement partial GROUP BY key for optimize_aggregation_in_order
|
2022-05-02 17:49:48 +02:00 |
|
Vladimir C
|
7293a69e5e
|
Merge pull request #36656 from amosbird/timefunctionunderflow
Saturate date/datetime to zero (part 2)
|
2022-05-02 17:10:48 +02:00 |
|
Alexey Milovidov
|
c1756f0906
|
Merge pull request #36836 from azat/remove-raid1
[RFC] Remove unimplemented RAID1 support
|
2022-05-02 17:26:44 +03:00 |
|
Maksim Kita
|
c059629f8d
|
Aggregator JIT compilation lock fix
|
2022-05-02 16:21:10 +02:00 |
|
jasperzhu
|
f4b275c4ac
|
Improve decompression in readbig to avoid unnecessary memcpy (#36095)
|
2022-05-02 15:06:52 +02:00 |
|
Maksim Kita
|
2377106370
|
Fix build
|
2022-05-02 14:27:00 +02:00 |
|
Maksim Kita
|
9bea207680
|
Merge pull request #36839 from rschu1ze/concepts
Replace uses of SFINAE by C++20 concepts
|
2022-05-02 14:20:12 +02:00 |
|
Anton Popov
|
d90caf76bb
|
Merge pull request #36739 from zhangyifan27/fix_groupBitmapState
fix `groupBitmapAndState` function on distributed table
|
2022-05-02 14:00:24 +02:00 |
|
Kruglov Pavel
|
b98ac57090
|
Merge pull request #36803 from CurtizJ/fix-unflatten-nested
Fix creation of tables with `flatten_nested = 0`
|
2022-05-02 13:58:16 +02:00 |
|
Kruglov Pavel
|
fd980e6840
|
Merge pull request #36562 from wuxiaobai24/file_descriptor
allow file descriptor in table function file()
|
2022-05-02 13:25:13 +02:00 |
|
Kruglov Pavel
|
8d647eff06
|
Merge pull request #36749 from Avogar/fix-timeouts
Fix bug in receive timeouts in Hedged requests
|
2022-05-02 13:16:03 +02:00 |
|
Kruglov Pavel
|
188aa3b694
|
Merge pull request #36781 from Avogar/fix-timeout-message
Better exception messages while socket timeouts
|
2022-05-02 13:12:35 +02:00 |
|
Azat Khuzhin
|
da974585f1
|
Remove unimplemented RAID1 support
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
|
2022-05-02 13:59:13 +03:00 |
|
Antonio Andelic
|
a1a22b0007
|
Merge pull request #35149 from ContentSquare/nullables_with_proto3
Nullables with proto3 using Google wrappers
|
2022-05-02 09:49:37 +02:00 |
|
Robert Schulze
|
ad0b3be79d
|
Replace uses of SFINAE by C++20 concepts
- enable_if is usually regarded as fragile and unreadable
- C++20 concepts are much easier to read and produce more expressive
error messages
|
2022-05-02 09:23:53 +02:00 |
|
Alexey Milovidov
|
9621d44345
|
Merge pull request #36834 from azat/client-complete-func
Add functions from CREATE FUNCTION to completion
|
2022-05-02 02:46:37 +03:00 |
|
Kseniia Sumarokova
|
e3d2d72b39
|
Merge pull request #36802 from KinderRiven/local_cache_trace
system table used for statistical query of remote file access
|
2022-05-02 00:16:04 +02:00 |
|
Azat Khuzhin
|
3982638e9a
|
Validate that function had been passed in CREATE FUNCTION
Otherwise right now it leads to LOGICAL_ERROR, due to bad cast.
|
2022-05-01 19:01:03 +03:00 |
|
Azat Khuzhin
|
3b69e635dc
|
Add functions from CREATE FUNCTION to completion
|
2022-05-01 18:35:22 +03:00 |
|
Nikita Mikhaylov
|
93a65463d0
|
Added SYSTEM SYNC DATABASE query (#35944)
|
2022-05-01 15:40:18 +02:00 |
|
KinderRiven
|
9c44ef1188
|
fix
|
2022-05-01 19:45:16 +08:00 |
|
KinderRiven
|
9413aa423b
|
fix
|
2022-05-01 19:45:16 +08:00 |
|
KinderRiven
|
e0fc7870a8
|
fix style
|
2022-05-01 19:45:16 +08:00 |
|
KinderRiven
|
7d0789472c
|
fix
|
2022-05-01 19:45:16 +08:00 |
|
KinderRiven
|
7db67160fe
|
fix
|
2022-05-01 19:45:16 +08:00 |
|
KinderRiven
|
1145570c08
|
fix and add test for system.filesystem_cache_log
|
2022-05-01 19:45:16 +08:00 |
|
KinderRiven
|
e1acacf831
|
fix
|
2022-05-01 19:45:16 +08:00 |
|
KinderRiven
|
01210c8d38
|
fix header
|
2022-05-01 19:45:16 +08:00 |
|
KinderRiven
|
d80aa0fd17
|
impl system.filesystem_cache_log
|
2022-05-01 19:45:16 +08:00 |
|
KinderRiven
|
d595df1604
|
fix
|
2022-05-01 19:45:16 +08:00 |
|
KinderRiven
|
6a2e4559c8
|
impl system.cache_log
|
2022-05-01 19:45:16 +08:00 |
|
KinderRiven
|
ce9a6965d0
|
impl system.log_table
|
2022-05-01 19:45:16 +08:00 |
|
KinderRiven
|
a4b8f9e9cf
|
impl system.cache_log
|
2022-05-01 19:45:16 +08:00 |
|
KinderRiven
|
9c9870f021
|
build cache_log table
|
2022-05-01 19:45:16 +08:00 |
|
KinderRiven
|
463b42b4c3
|
remove unused var
|
2022-05-01 19:45:16 +08:00 |
|
KinderRiven
|
5a361a0db5
|
impl cache_log in filecache
|
2022-05-01 19:45:16 +08:00 |
|
KinderRiven
|
4db54ff6bc
|
add log record
|
2022-05-01 19:45:16 +08:00 |
|
KinderRiven
|
29f0471caf
|
add cache log
|
2022-05-01 19:45:16 +08:00 |
|