Alexey Milovidov
6b8d53a9fa
Remove obsolete comment
2024-01-16 11:07:30 +01:00
Alexey Milovidov
21082be9a6
Better test
2024-01-16 10:41:13 +01:00
Alexey Milovidov
1caef19143
Maybe better
2024-01-16 09:44:52 +01:00
Alexey Milovidov
779f738cb9
Merge branch 'master' of github.com:ClickHouse/ClickHouse into enable-coverage-for-debug-build
2024-01-16 05:07:17 +01:00
Alexander Tokmakov
8bdd6542ce
Merge pull request #58647 from ClickHouse/tavplubix-patch-10
...
Update test_replicated_database/test.py
2024-01-16 00:32:08 +01:00
Alexey Milovidov
a9fe9cae60
Merge pull request #58821 from ClickHouse/do-not-trim-fuzzer-log
...
Fuzzer: do not trim fuzzer log
2024-01-16 00:01:55 +01:00
Alexey Milovidov
c5024a5f6d
Fix typo
2024-01-15 23:36:48 +01:00
Alexey Milovidov
8973e7d873
Merge pull request #58833 from ClickHouse/fix-analyzer-remote-aggregation
...
Analyzer: Resolve GROUPING function on shards
2024-01-15 23:33:14 +01:00
Kseniia Sumarokova
ae884760db
Merge pull request #58357 from ClickHouse/better-disks-configuration
...
Flexible configuration for disks
2024-01-15 21:34:36 +01:00
alesapin
be371409ab
Merge pull request #58839 from ClickHouse/fix_is_retry
...
Fix `isRetry` method
2024-01-15 20:28:03 +01:00
alesapin
f1b1096eb4
Fix isRetry
method
2024-01-15 20:10:21 +01:00
Kseniia Sumarokova
7ded82e51f
Merge pull request #58297 from azat/qp-alter-part
...
Support query parameters in ALTER TABLE ... PART
2024-01-15 18:18:34 +01:00
Dmitry Novik
de115c4da7
Fix for passes that use column source
2024-01-15 16:25:39 +00:00
Dmitry Novik
0f7daeffc8
Analyzer: Resolve GROUPING function on shards
2024-01-15 16:02:37 +00:00
Yarik Briukhovetskyi
61889faabd
Merge pull request #58710 from aiven-sal/aiven-sal/fix_normq2
...
Handle signed numeric literals in normalizeQuery
2024-01-15 14:40:03 +01:00
Dmitry Novik
a6a0122406
Fuzzer: do not trim fuzzer log
2024-01-15 13:06:43 +00:00
kssenii
abd800dfa6
Fix keeper build
2024-01-15 13:25:10 +01:00
János Benjamin Antal
3e1d7bf685
Merge pull request #58477 from ClickHouse/multiple-read-kafka-storage-in-mv
...
Delay reading from StorageKafka to allow multiple reads in materialized views
2024-01-15 12:31:59 +01:00
Azat Khuzhin
48a700edba
Support query parameters in ALTER TABLE ... PART
...
But, to make this happen it is not enough to simply fix the parser, the
whole ASTs for ALTER should be fixed as well, since they store `ASTPtr`
instead of `IAST *`, and so because of `ReplaceQueryParameterVisitor`
does not work for ALTER query.
So this patch converts ASTPtr to `IAST *` for ASTAlterQuery and
ASTAlterCommand (plus it also fixes when the children for
ASTAlterCommand had not been updated sometimes).
And only after this it is possible to adjust the parser (see
places with `parser_string_and_substituion` in the parser code).
v2: also fix ASTAlterCommand::clone (add missing components) and ParserAlterCommand::parseImpl
v3: fix APPLY DELETED MASK
v4: fix mutations_execute_nondeterministic_on_initiator/mutations_execute_subqueries_on_initiator
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2024-01-15 14:16:54 +03:00
Robert Schulze
9cfdff2ddb
Merge pull request #58284 from lingtaolf/Improvement/inverted_index_support_match
...
Utilize inverted index by function `match()`
2024-01-15 11:37:23 +01:00
Antonio Andelic
6848a76afa
Merge pull request #58765 from ClickHouse/fix-keeper-shutdown
...
Don't process requests in Keeper during shutdown
2024-01-15 09:10:20 +01:00
Alexey Milovidov
71bef27abf
Follow-up
2024-01-15 06:26:54 +01:00
Alexey Milovidov
5cda358e62
Obey Python's quirky formatter
2024-01-15 06:26:04 +01:00
Alexey Milovidov
e42d10fa9c
Revert "Obey Python's quirky formatter"
...
This reverts commit 678a32cede
.
2024-01-15 06:25:20 +01:00
Alexey Milovidov
678a32cede
Obey Python's quirky formatter
2024-01-15 06:12:58 +01:00
Alexey Milovidov
e49cfbef08
Coverage for non-server tools
2024-01-15 05:40:03 +01:00
Alexey Milovidov
e13ca48bce
Better dump on exit
2024-01-15 05:13:43 +01:00
Alexey Milovidov
c5dfae1bca
Fix error
2024-01-15 05:07:23 +01:00
Alexey Milovidov
a471a54987
Merge pull request #55528 from ClickHouse/insert-quorum-host-name-check
...
Insert quorum: check host node version in addition
2024-01-15 02:23:15 +01:00
Alexey Milovidov
bf2e574857
Symbolization
2024-01-15 00:48:47 +01:00
Alexey Milovidov
97200e2c5d
Symbolization
2024-01-15 00:46:01 +01:00
Alexey Milovidov
7662628393
Export coverage to the CI database
2024-01-15 00:41:14 +01:00
Alexey Milovidov
fe952fb64c
Rename to system.coverage_log to simplify export
2024-01-15 00:38:42 +01:00
Alexey Milovidov
30c3629090
An option to dump coverage to a file at exit
2024-01-15 00:36:44 +01:00
Alexey Milovidov
e4cd02ea39
Fix typo
2024-01-15 00:36:24 +01:00
Alexey Milovidov
3e09feda33
More functions
2024-01-15 00:36:07 +01:00
Alexey Milovidov
f7abeff085
Slightly better reporting
2024-01-15 00:25:07 +01:00
Alexey Milovidov
9141e1693f
Calculate cumulative coverage by default.
2024-01-15 00:24:17 +01:00
Alexey Milovidov
3bd2c7e384
Report coverage if available
2024-01-14 22:06:25 +01:00
Alexey Milovidov
33d9a1d4e8
Documentation
2024-01-14 22:03:47 +01:00
Alexey Milovidov
c132e0141c
Merge pull request #58791 from ClickHouse/better-stateful-tests
...
Simplify stateful tests
2024-01-14 21:39:13 +01:00
Alexander Tokmakov
5128607995
Merge pull request #58393 from jaymebrd/feat/add-from-modifier-sync-replica-lightweight
...
add `from srcreplicas` modifier for `SYSTEM SYNC REPLICA LIGHTWEIGHT`
2024-01-14 20:53:16 +01:00
Nikita Taranov
df0c6cc029
Fix bug in new (not released yet) parallel replicas coordinator ( #58722 )
2024-01-14 16:16:20 +01:00
Nikita Taranov
7a3ceeb54c
Fix usage of small buffers for remote reading ( #58768 )
...
* impl
* add test
* fix test
2024-01-14 16:06:51 +01:00
Yakov Olkhovskiy
62660e6e84
Merge pull request #58703 from ClickHouse/imp-error-message
...
Add identifier name to the error INVALID_IDENTIFIER
2024-01-14 07:46:33 -05:00
robot-clickhouse-ci-2
d1ab4b7dcb
Merge pull request #58794 from ClickHouse/performance-tests-ridiculous
...
Fix trash in performance tests
2024-01-14 13:14:36 +01:00
Alexey Milovidov
1afcab35c1
Fix supply chain attack in performance tests
2024-01-14 08:25:12 +01:00
Alexey Milovidov
e43be2f3b0
Support stress test
2024-01-14 08:18:03 +01:00
Alexey Milovidov
3d904cbf81
Slightly better
2024-01-14 08:09:08 +01:00
Alexey Milovidov
9f5a7c5117
Fix error
2024-01-14 08:08:56 +01:00