Alexander Gololobov
|
b49f50bf47
|
Set DB:Exception on unscheduled requests
|
2023-11-13 17:53:38 +01:00 |
|
Alexander Gololobov
|
54cc193d01
|
Test with many concurrent queries to system.replicas
|
2023-11-13 17:53:38 +01:00 |
|
Alexander Gololobov
|
6e861a6176
|
Handle query cancellation
|
2023-11-13 17:53:38 +01:00 |
|
Alexander Gololobov
|
1113b3041b
|
Return exception from the job
|
2023-11-13 17:53:38 +01:00 |
|
Alexander Gololobov
|
c27913f09a
|
Separate thread pools for request with and w/o zk
|
2023-11-13 17:53:38 +01:00 |
|
Alexander Gololobov
|
45f5d28299
|
Deduplicate concurrent requests in system.replicas
|
2023-11-13 17:53:38 +01:00 |
|
Nikolay Degterinsky
|
bf04f0f298
|
Merge pull request #56494 from evillique/fix-empty-named-collections
Fix empty NAMED COLLECTIONs
|
2023-11-13 17:49:17 +01:00 |
|
Nikolay Degterinsky
|
b8cba418e3
|
Merge pull request #56493 from evillique/fix-alter-column-alias
Fix ALTER COLUMN with ALIAS
|
2023-11-13 17:48:06 +01:00 |
|
Nikolay Degterinsky
|
02ce2a0e83
|
Merge pull request #56489 from evillique/fix-drop-ttl-dependency
Fix startup failure due to TTL dependency
|
2023-11-13 17:40:19 +01:00 |
|
Nikolay Degterinsky
|
ae6b4e62b1
|
Merge pull request #56401 from evillique/kerberos-kafka-segfault
Fix segfault during Kerberos initialization
|
2023-11-13 17:33:08 +01:00 |
|
Robert Schulze
|
d6df7d8403
|
Merge remote-tracking branch 'rschu1ze/master' into refactor-ast-hash-calculation
|
2023-11-13 15:54:21 +00:00 |
|
Alexey Milovidov
|
2ad98a58c9
|
Better caching of arrow build (#56657)
* Better caching of Arrow build
* Fix error
* Remove useless files
|
2023-11-13 16:51:01 +01:00 |
|
Raúl Marín
|
73d058967a
|
Add back flaky tests to analyzer_tech_debt.txt
|
2023-11-13 15:50:36 +00:00 |
|
Sema Checherinda
|
59fd09facc
|
Merge pull request #56641 from jrdi/ingestion-mv-dedup
Continue with work from #56621
|
2023-11-13 16:32:51 +01:00 |
|
Robert Schulze
|
ed7bfeff69
|
Update gRPC to not include systemd
|
2023-11-13 16:27:48 +01:00 |
|
Robert Schulze
|
51e8c58a38
|
Revert "Revert "Merge pull request #56543 from rschu1ze/bump-grpc""
This reverts commit d4840adfd4708729ed8f969e61116f58ffe2fb18.
|
2023-11-13 16:27:48 +01:00 |
|
Raúl Marín
|
993f752900
|
Revert "Merge pull request #56543 from rschu1ze/bump-grpc"
This reverts commit 213c7cffb5 , reversing
changes made to 9ed47749de .
|
2023-11-13 16:27:48 +01:00 |
|
Kruglov Pavel
|
abf08839ec
|
Merge pull request #55976 from Avogar/fix-client-insert-in-background
Fix 'Cannot read from file:' while running client in a background
|
2023-11-13 15:16:49 +00:00 |
|
Kruglov Pavel
|
d5280df6d3
|
Merge pull request #56122 from bigo-sg/orc_tuple_field_prune
Allow tuple field pruning in ORC to speed up scaning
|
2023-11-13 14:46:43 +00:00 |
|
SmitaRKulkarni
|
951d9ac144
|
Disable randomization of allow_experimental_block_number_column flag (#56474)
Co-authored-by: Alexander Tokmakov <tavplubix@clickhouse.com>
|
2023-11-13 15:44:06 +01:00 |
|
vdimir
|
5c8d0c25ee
|
Revert "Analyzer: fix logical error with set in array join"
This reverts commit fede5d8fcb .
|
2023-11-13 14:42:14 +00:00 |
|
Kruglov Pavel
|
b1eb80a478
|
Merge pull request #54800 from Avogar/update-arrow
Update arrow to release-13.0.0
|
2023-11-13 14:36:33 +00:00 |
|
Sema Checherinda
|
7f3a082c0e
|
Merge pull request #56456 from ucasfl/fix-mysql
Fix transfer query to MySQL compatible query
|
2023-11-13 15:25:58 +01:00 |
|
robot-clickhouse-ci-2
|
dc12111ed1
|
Merge pull request #56675 from den-crane/Docs/mongo_typo
fix typo in the doc
|
2023-11-13 15:10:06 +01:00 |
|
Denny Crane
|
c93efc929a
|
fix typo in the doc
|
2023-11-13 16:54:21 +03:00 |
|
Antonio Andelic
|
d9fbab554f
|
remove useless include
|
2023-11-13 14:52:32 +01:00 |
|
Robert Schulze
|
b899270372
|
Remove default value for argument 'ignore_aliases' from IAST::updateTreeHash()
|
2023-11-13 13:18:35 +00:00 |
|
robot-clickhouse
|
a9725f22e1
|
Automatic style fix
|
2023-11-13 12:38:02 +00:00 |
|
Raúl Marín
|
04431e2ce0
|
Test was inexact and now it's better (by pure luck)
|
2023-11-13 12:28:11 +00:00 |
|
Antonio Andelic
|
e3c66f8a63
|
Merge branch 'master' into more-reliable-log-handling-keeper
|
2023-11-13 12:14:57 +00:00 |
|
Antonio Andelic
|
99d521becf
|
More reliable log handling in Keeper
|
2023-11-13 12:09:13 +00:00 |
|
vdimir
|
fede5d8fcb
|
Analyzer: fix logical error with set in array join
|
2023-11-13 11:54:01 +00:00 |
|
Mikhail f. Shiryaev
|
f72c628fbc
|
Add forgotten PYTHONUNBUFFERED global env to reusable workflows
|
2023-11-13 12:51:55 +01:00 |
|
Mikhail f. Shiryaev
|
c0a3c02564
|
Skip unnecessary PrepareStrategy jobs
|
2023-11-13 12:51:55 +01:00 |
|
Mikhail f. Shiryaev
|
d0e5a55fb5
|
Fix condition for Clean actions, execute it always
|
2023-11-13 12:49:38 +01:00 |
|
Mikhail f. Shiryaev
|
5c1ae48532
|
Clean all batches: 1 default values
|
2023-11-13 12:49:38 +01:00 |
|
Mikhail f. Shiryaev
|
8a36f2fa4c
|
Rewrite builds reports to reusable workflow
|
2023-11-13 12:49:37 +01:00 |
|
Mikhail f. Shiryaev
|
025c3cf37b
|
Trigger docs check
|
2023-11-13 12:49:37 +01:00 |
|
Mikhail f. Shiryaev
|
111bc9e628
|
Rewrite leftovers to reusable workflow
|
2023-11-13 12:49:36 +01:00 |
|
Mikhail f. Shiryaev
|
cdf417defe
|
Rewrite unit tests to reusable workflow
|
2023-11-13 12:49:36 +01:00 |
|
Mikhail f. Shiryaev
|
7d3440add5
|
Delete codebrowser leftovers
|
2023-11-13 12:49:35 +01:00 |
|
Mikhail f. Shiryaev
|
b90a27af86
|
Rewrite compatibility checks to reusable workflow
|
2023-11-13 12:49:34 +01:00 |
|
Mikhail f. Shiryaev
|
9937d0d5b8
|
Rewrite jepsen to reusable workflow
|
2023-11-13 12:49:34 +01:00 |
|
Mikhail f. Shiryaev
|
15d27d5e85
|
Rewrite docs test to reusable workflow
|
2023-11-13 12:49:33 +01:00 |
|
Mikhail f. Shiryaev
|
6e00e14a45
|
Rewrite libfuzzer tests to reusable workflow
Update fuzzers clang version
|
2023-11-13 12:49:33 +01:00 |
|
Mikhail f. Shiryaev
|
b6a71ae6f4
|
Rewrite fast tests to reusable workflow
|
2023-11-13 12:49:33 +01:00 |
|
Mikhail f. Shiryaev
|
6f8baf3def
|
Rewrite style checks to reusable workflow
|
2023-11-13 12:49:32 +01:00 |
|
Mikhail f. Shiryaev
|
88e04579fd
|
Add a simple validator for reusable workflows
|
2023-11-13 12:49:32 +01:00 |
|
Mikhail f. Shiryaev
|
a831a648cd
|
Move GITHUB_JOB_OVERRIDDEN to job ENV context
|
2023-11-13 12:49:31 +01:00 |
|
Mikhail f. Shiryaev
|
38b251946e
|
Add another check to CiConfig.validate, and test for it
|
2023-11-13 12:49:31 +01:00 |
|