rfraposa
|
60fb9973d7
|
trailing slash fixes
|
2023-03-16 16:43:01 -05:00 |
|
Robert Schulze
|
bf99d624e7
|
cmake: remove support for gold linker
It's dead since 5+ years.
|
2023-03-16 21:16:13 +00:00 |
|
alesapin
|
3731567b6a
|
Bad code
|
2023-03-16 21:48:47 +01:00 |
|
Robert Schulze
|
02a2c73bae
|
Merge pull request #47607 from save-my-heart/inverted_index
checksum: do not check inverted index files
|
2023-03-16 21:34:17 +01:00 |
|
Alexander Tokmakov
|
d621b2c4ad
|
fix intersecting parts, better fault injections
|
2023-03-16 21:28:07 +01:00 |
|
Igor Nikonov
|
34e9b07854
|
- remove debug logging
+ init columns method
|
2023-03-16 19:33:53 +00:00 |
|
Rich Raposa
|
06471b84ba
|
Merge branch 'master' into new-nav
|
2023-03-16 13:22:04 -06:00 |
|
rfraposa
|
9ee7b82e64
|
Trailing slashes fix
|
2023-03-16 14:21:32 -05:00 |
|
alesapin
|
92eb6685c6
|
Fix lock check
|
2023-03-16 20:17:29 +01:00 |
|
Robert Schulze
|
1f2d284365
|
Merge pull request #47658 from ClickHouse/rs/docs-ch-format-syntax-hightlighting
Docs: Apply better syntax highlighting for clickhouse-format examples
|
2023-03-16 20:04:41 +01:00 |
|
Sema Checherinda
|
3c6deddd1d
|
work with comments on PR
|
2023-03-16 19:55:58 +01:00 |
|
Alexey Milovidov
|
704cb54afe
|
Merge branch 'master' of github.com:ClickHouse/ClickHouse into fuzzer-of-data-formats
|
2023-03-16 19:50:33 +01:00 |
|
Igor Nikonov
|
f7da3821b8
|
Make lambdas ordinary functions
|
2023-03-16 18:46:42 +00:00 |
|
robot-ch-test-poll
|
ff56d49ce2
|
Merge pull request #47647 from jorisgio/fix_quadratic_debug_code
fix typo in HashJoin insertion that enables debug code in release build #46726
|
2023-03-16 19:39:51 +01:00 |
|
Robert Schulze
|
e97ded263a
|
Docs: Apply better syntax highlighting for clickhouse-format examples
|
2023-03-16 18:34:58 +00:00 |
|
Igor Nikonov
|
288cc0843a
|
some polishing
|
2023-03-16 18:09:08 +00:00 |
|
Alexander Tokmakov
|
a72f0cae07
|
Merge pull request #46071 from arenadata/ADQM-639
Add support of arbitrary engines for temporary tables
|
2023-03-16 20:56:25 +03:00 |
|
Igor Nikonov
|
4904a9fb7a
|
Create result columns as MutableColumns at the begining
Use IColumn* to manipulate columns on specific positions in result columns
|
2023-03-16 17:44:29 +00:00 |
|
Alexander Tokmakov
|
295382bf99
|
Merge pull request #47654 from ClickHouse/rs/fast-fasttest
Faster fasttest
|
2023-03-16 20:41:26 +03:00 |
|
serxa
|
3ad7194e31
|
add pool size metrics
|
2023-03-16 17:31:41 +00:00 |
|
rfraposa
|
7cb53ebc21
|
Justin feedback
|
2023-03-16 12:06:17 -05:00 |
|
Rich Raposa
|
bec06bb3ff
|
Merge branch 'master' into new-nav
|
2023-03-16 11:00:55 -06:00 |
|
Robert Schulze
|
62251b5add
|
Fix minor glitch
|
2023-03-16 16:59:24 +00:00 |
|
Robert Schulze
|
cb52c98def
|
Make fasttest fast
Excludes tests with runtimes of 10+ sec from fasttests.
|
2023-03-16 16:53:12 +00:00 |
|
Robert Schulze
|
eb206bbe25
|
Fix clang-tidy build
|
2023-03-16 16:08:24 +00:00 |
|
Azat Khuzhin
|
8495deb7e3
|
Remove unused removePartFromZooKeeper()
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
(cherry picked from commit dbdb46e906 )
|
2023-03-16 16:43:23 +01:00 |
|
Alexander Tokmakov
|
8b8215f91a
|
fix some other tests, add logs for further debugging
|
2023-03-16 16:40:08 +01:00 |
|
Kruglov Pavel
|
ffa8af2861
|
Merge pull request #47540 from Avogar/fix-bson-bug
Fix BSONEachRow parallel parsing when document size is invalid
|
2023-03-16 16:25:25 +01:00 |
|
Alexander Tokmakov
|
8e36f883d3
|
add 'strict' mode for sync replica, fix 00993
|
2023-03-16 16:04:42 +01:00 |
|
Robert Schulze
|
22d496e8e6
|
CMake: Build ClickHouse w/o GNU extensions
|
2023-03-16 15:02:52 +00:00 |
|
Rich Raposa
|
ecf6f28c77
|
Merge branch 'master' into new-nav
|
2023-03-16 09:01:46 -06:00 |
|
avogar
|
2cc47b5bb6
|
Allow reading/writing nested arrays in Protobuf with only root field name as column name
|
2023-03-16 14:43:37 +00:00 |
|
robot-clickhouse
|
802e0207cf
|
Merge pull request #47649 from den-crane/patch-70
Doc. Fix link
|
2023-03-16 15:27:55 +01:00 |
|
Denny Crane
|
8a802b7fc9
|
Update comment.md
|
2023-03-16 11:04:15 -03:00 |
|
Robert Schulze
|
1b1cb105e5
|
clang-tidy >= 15: write CheckOptions in dictionary format
".clang-tidy files can now use the more natural dictionary syntax for specifying CheckOptions.", [0]
[0]
https://releases.llvm.org/15.0.0/tools/clang/tools/extra/docs/ReleaseNotes.html#improvements-to-clang-tidy
|
2023-03-16 13:59:51 +00:00 |
|
Joris Giovannangeli
|
6c8fc4cd11
|
fix hashjoin debug code condition
|
2023-03-16 14:06:37 +01:00 |
|
Kruglov Pavel
|
a3510a2ffe
|
Merge pull request #47271 from Avogar/codecs-better
Add optional parameters to some codecs, fix aborts in clickhouse-compressor with some codecs.
|
2023-03-16 12:20:23 +01:00 |
|
Robert Schulze
|
7d7052350c
|
Merge branch 'master' into rs/qc-cachebase
|
2023-03-16 10:42:17 +01:00 |
|
Igor Nikonov
|
3a3cb703d4
|
Merge pull request #47399 from ClickHouse/improve-remove-redundant-distinct
Remove distinct on top of MergingAggregatedStep
|
2023-03-16 10:36:32 +01:00 |
|
Maksim Kita
|
558aa6c164
|
Merge pull request #47583 from kitaisreal/merge-tree-explain-prewhere-and-row-policy
ReadFromMergeTree explain prewhere and row policy actions
|
2023-03-16 12:31:34 +03:00 |
|
Roman Vasin
|
419204a3a3
|
Fix 01271_show_privileges test
|
2023-03-16 08:56:10 +00:00 |
|
Roman Vasin
|
46d683fbf6
|
Apply patch to fix grants hierarchy
|
2023-03-16 08:17:33 +00:00 |
|
Jordi Villar
|
c649b00cca
|
Merge branch 'master' into fix_materialize_ttl_recalculate_only_test
|
2023-03-16 08:00:33 +01:00 |
|
Rich Raposa
|
81cd962773
|
Merge branch 'master' into new-nav
|
2023-03-15 22:23:44 -06:00 |
|
robot-ch-test-poll1
|
1346cf3074
|
Merge pull request #47419 from jrdi/analyzer-bitmap-has-any
Add test to prevent regressions when using bitmapHasAny
|
2023-03-16 00:44:19 +01:00 |
|
robot-clickhouse-ci-1
|
1223b8959b
|
Merge pull request #47626 from ClickHouse/rs/follow-up-to-47614
Follow-up to #47614
|
2023-03-16 00:31:51 +01:00 |
|
Alexey Milovidov
|
92a5b81222
|
Merge branch 'master' of github.com:ClickHouse/ClickHouse into fuzzer-of-data-formats
|
2023-03-15 23:59:16 +01:00 |
|
Alexey Milovidov
|
c5b30336b9
|
Update test
|
2023-03-15 23:58:55 +01:00 |
|
Ilya Yatsishin
|
37c52c96fa
|
Merge pull request #47570 from azat/ci/upgrade-check-fixes
|
2023-03-15 23:29:56 +01:00 |
|
Igor Nikonov
|
b369366b19
|
Some refactoring
+ result_columns
+ move interpolate to method from lambda
|
2023-03-15 22:13:16 +00:00 |
|