Commit Graph

95216 Commits

Author SHA1 Message Date
Antonio Andelic
b33f3a4e16 Extract common KV storage logic 2022-08-16 09:32:01 +00:00
Maksim Kita
110470809b
Merge pull request #40121 from amosbird/profile-processor-1
Extend processors_profile_log with more info
2022-08-16 09:49:12 +02:00
Alexey Milovidov
a54db7d501
Merge pull request #40241 from Avogar/fix-capnproto-sigsev
Fix possible segfault in CapnProto input format
2022-08-16 08:25:49 +03:00
Alexey Milovidov
328ab25660
Merge pull request #40250 from ClickHouse/ci-mergeable-add-unit
Add Unit tests to Mergeable
2022-08-16 08:14:27 +03:00
Yakov Olkhovskiy
b865787b3c
add Unit tests to Mergeable 2022-08-15 19:05:40 -04:00
Maksim Kita
2f5a63e87f
Merge pull request #40247 from den-crane/Docs/array_join
Doc. some notes about arrayJoin
2022-08-15 22:26:20 +02:00
Denny Crane
f574b49825
Update array-join.md 2022-08-15 16:45:07 -03:00
Denny Crane
c7aaf9bbc6
Update array-join.md 2022-08-15 16:44:27 -03:00
Denny Crane
f3b349fd18
Update array-join.md 2022-08-15 16:42:55 -03:00
Denny Crane
73f51a0f19 doc array-join 2022-08-15 16:40:48 -03:00
Alexander Tokmakov
589c3408d2
Merge pull request #40234 from ClickHouse/better_message_on_restore_covered
Better error message when restoring covered parts
2022-08-15 22:01:48 +03:00
Kruglov Pavel
2c5c0d6d47
Fix typo 2022-08-15 19:55:28 +02:00
Dan Roscigno
f5c439a947
Merge pull request #40243 from DanRoscigno/anylast-anyheavy
promote to H1 to fix case in title
2022-08-15 13:35:16 -04:00
Alexander Tokmakov
c9bb91c31f
Merge pull request #40232 from ClickHouse/fix_a_bug_with_symlinks_detection
Fix a bug with symlinks detection
2022-08-15 20:28:30 +03:00
DanRoscigno
d47fa94ded promote to H1 to fix case in title 2022-08-15 13:22:10 -04:00
Robert Schulze
70f63d2aae
Merge pull request #40033 from ClickHouse/reenable-avx512-vbmi-columnvector-filter
Revert the revert of "ColumnVector: optimize filter with AVX512 VBMI2 compress store"
2022-08-15 18:39:57 +02:00
Alexey Milovidov
a0693c3a84
Merge pull request #40225 from ClickHouse/simplify-code
Simplify the code and check what will happen
2022-08-15 19:05:38 +03:00
avogar
ca0d883c0f Fix possible segfault in CapnProto input format 2022-08-15 15:36:18 +00:00
Dan Roscigno
08189b41ef
Merge pull request #40240 from DanRoscigno/add-tags-field-to-create-user
trying tags with Algolia
2022-08-15 11:29:08 -04:00
DanRoscigno
71409f8f67 trying tags with Algolia 2022-08-15 11:08:46 -04:00
Dan Roscigno
d921935b80
Merge pull request #40235 from DanRoscigno/add-title-field-to-create-user
add title frontmatter to create/user
2022-08-15 09:31:23 -04:00
DanRoscigno
ced68e9298 add title frontmatter 2022-08-15 09:27:20 -04:00
Igor Nikonov
e7baf920a9
Merge pull request #39600 from zvonand/zvonand-decimal-overflow
Check Decimal division overflow based on operands scale
2022-08-15 15:03:06 +02:00
Robert Schulze
4ee1a645d5
style: rename helper method reserve() to resize() 2022-08-15 12:03:21 +00:00
Alexander Tokmakov
edaff70010 better error message when restoring covered parts 2022-08-15 13:53:14 +02:00
Mikhail f. Shiryaev
9f3b2fafcc
Merge pull request #40177 from ClickHouse/cherry-pick-logging
Improve assignment and logging for cherry-pick and backport steps
2022-08-15 13:41:52 +02:00
Alexander Tokmakov
0e22b4b800
Update src/Common/filesystemHelpers.cpp
Co-authored-by: alesapin <alesapin@clickhouse.com>
2022-08-15 14:25:25 +03:00
Nikita Mikhaylov
d3cc234986
Parallel distributed insert select from *Cluster table functions (#39107) 2022-08-15 12:41:17 +02:00
Alexander Tokmakov
6f5a7c3bf7 fix a bug with symlinks detection 2022-08-15 12:30:47 +02:00
Amos Bird
0341e16dc5
Fix again 2022-08-15 18:22:53 +08:00
Alexey Milovidov
2aa07d2505 Add a test 2022-08-15 10:04:26 +02:00
Amos Bird
1bbe19d794
Fix test 2022-08-15 14:04:07 +08:00
Alexey Milovidov
24371f6cf0 Simplify the code and check what will happen 2022-08-15 06:56:29 +02:00
Alexey Milovidov
9cc34fb6df
Merge pull request #40205 from ClickHouse/profile-events-incomplete-result
ProfileEvents for incomplete data due to query complexity settings
2022-08-15 04:53:23 +03:00
Alexey Milovidov
ad936ae32a
Merge pull request #40211 from canhld94/ch_canh_fix_datetime
Fix unexpected result arrayDifference of Array(UInt32)
2022-08-15 04:52:58 +03:00
Igor Nikonov
6f00643bc1
Merge branch 'master' into zvonand-decimal-overflow 2022-08-15 02:38:45 +02:00
Igor Nikonov
2cb78c7220 Detailed comment about overflow check 2022-08-15 00:37:18 +00:00
Alexey Milovidov
3a5f05bd22
Merge pull request #40175 from ClickHouse/disable-zero-copy-replication
Disable zero-copy replication by default
2022-08-14 12:47:38 +03:00
Alexey Milovidov
439d347f9d
Merge pull request #40196 from ClickHouse/remove-old-code-3
Remove old code
2022-08-14 12:46:53 +03:00
Alexey Milovidov
5ea7f8dbde
Merge pull request #40214 from lmangani/patch-1
Add metrico applications (qryn, clickhouse-mate)
2022-08-14 12:11:32 +03:00
Lorenzo Mangani
5f90de93e3
Update gui.md 2022-08-14 11:00:57 +02:00
Lorenzo Mangani
297e49ff6c
Add metrico applications (qryn, clickhouse-mate) 2022-08-14 10:53:51 +02:00
Duc Canh Le
272447c5dc remove junk log 2022-08-14 16:19:09 +08:00
Duc Canh Le
71dd2a19fc fix arrayDiff 2022-08-14 16:14:13 +08:00
Alexey Milovidov
903021f35a
Merge branch 'master' into profile-events-incomplete-result 2022-08-14 11:04:19 +03:00
Alexey Milovidov
dc96129615
Merge pull request #40199 from ClickHouse/revert-38682-separate-counter-for-rss-in-memory-tracker
Revert "Use separate counter for RSS in global memory tracker."
2022-08-14 11:03:14 +03:00
Alexey Milovidov
bada9ebefa
Merge branch 'master' into disable-zero-copy-replication 2022-08-14 10:40:16 +03:00
Alexey Milovidov
1a8ddf2956 Addition to prev. revision 2022-08-14 09:35:22 +02:00
Alexey Milovidov
8dab7908ad Add a test 2022-08-14 09:35:00 +02:00
Alexey Milovidov
001aca3b47 ProfileEvents for incomplete data due to query complexity settings 2022-08-14 09:17:02 +02:00