Mikhail f. Shiryaev
4fc5bb7a63
Fix release.py typing issue
2022-11-29 14:12:21 +01:00
Mikhail f. Shiryaev
da71dbe040
Fix issues in build_report_check.py
2022-11-29 14:12:21 +01:00
Mikhail f. Shiryaev
6e00bb2e74
Add and fix typing for docker_pull_helper, github_helper and style_check
2022-11-29 14:12:20 +01:00
Mikhail f. Shiryaev
02b8da2a0f
Add typing for TeePopen
2022-11-29 14:12:20 +01:00
Mikhail f. Shiryaev
8838102657
Fix issue in docker_manifests_merge.py
2022-11-29 14:12:19 +01:00
Mikhail f. Shiryaev
1fb090bfe2
Add typing to upload_result_helper.py, remove stale code
2022-11-29 14:12:19 +01:00
Mikhail f. Shiryaev
324c8e4b12
Use f-strings in report.py
2022-11-29 14:12:18 +01:00
Mikhail f. Shiryaev
080ff97627
Fix mypy errors in report.py
2022-11-29 14:12:17 +01:00
Mikhail f. Shiryaev
9dff6a80ab
Fix run_check.py and dependencies
2022-11-29 14:12:16 +01:00
Antonio Andelic
7f897f1a20
Refactor
2022-11-29 13:00:13 +00:00
Antonio Andelic
db46842c8a
Merge branch 'master' into more-aggresive-batching-keeper
2022-11-29 12:58:33 +00:00
Dan Roscigno
d8d364914d
Merge pull request #43774 from ClickHouse/DanRoscigno-patch-2
...
Clarify CREATE TABLE AS SELECT docs
2022-11-29 07:52:34 -05:00
alesapin
a800a80ab6
Merge pull request #43770 from ClickHouse/fix_flaky_store_cleanup2
...
Fix flaky `test_store_cleanup`
2022-11-29 13:11:57 +01:00
Sema Checherinda
75369274c1
Merge pull request #43516 from azat/memory/mutations-merges-fix
...
Fix incorrect memory accounting because of merges/mutations
2022-11-29 13:03:04 +01:00
Mikhail f. Shiryaev
78e560f78e
Fix docker_image_check and docker_test
2022-11-29 12:51:47 +01:00
Mikhail f. Shiryaev
9d173ca369
Fix version_helper.py
2022-11-29 12:51:46 +01:00
Mikhail f. Shiryaev
c058f07fab
Add mypy config, fix git_helper.py
2022-11-29 12:51:45 +01:00
alesapin
428286e548
Merge branch 'master' into fix_projection_and_zero_copy
2022-11-29 12:51:08 +01:00
alesapin
7914e26744
Fix another part of code
2022-11-29 12:50:20 +01:00
Maksim Kita
a2060fae3f
Fixed style check
2022-11-29 12:47:31 +01:00
Maksim Kita
074e5ceb67
Analyzer ConstantNode refactoring
2022-11-29 12:47:31 +01:00
Mikhail f. Shiryaev
4ab92d3abf
Run CheckLabels always despite the CI is cancelled or not
2022-11-29 12:45:22 +01:00
Mikhail f. Shiryaev
fff60a9811
Attempt to fix StyleCheck condition
2022-11-29 12:45:20 +01:00
alesapin
0cf34def9e
Merge pull request #43789 from ClickHouse/try-make-converter-less-flaky
...
Try making `test_keeper_zookeeper_converter` less flaky
2022-11-29 12:40:22 +01:00
alesapin
fdf1e54d1e
Merge pull request #43777 from ClickHouse/rerun-actions-on-edited
...
Rerun PullRequestCI on changed description body
2022-11-29 12:33:38 +01:00
Nikolai Kochetov
51439e2c19
Merge pull request #43260 from ClickHouse/read-from-mt-in-io-pool
...
Read from MergeTree in I/O pool
2022-11-29 12:09:03 +01:00
Igor Nikonov
278017d854
Merge pull request #43743 from ClickHouse/ann-index-docs-fixes
...
Minor fixes in annoy index documentation
2022-11-29 11:33:48 +01:00
Vladimir C
7b7cfb3a0c
Merge pull request #43217 from ClickHouse/vdimir/fuse-followup-fix
2022-11-29 10:50:10 +01:00
Antonio Andelic
a5c396ade9
Make better
2022-11-29 09:33:42 +00:00
Antonio Andelic
e39f97a255
Properly close connections and add retries
2022-11-29 09:13:23 +00:00
Antonio Andelic
c8b2cb5650
Update src/Coordination/CoordinationSettings.h
...
Co-authored-by: Igor Nikonov <954088+devcrafter@users.noreply.github.com>
2022-11-29 10:08:25 +01:00
Alexander Gololobov
0a5491c1aa
Merge branch 'master' into faster_backup_config_loading
2022-11-29 09:43:47 +01:00
Alexander Gololobov
a0bd99c8a2
Merge pull request #43584 from ClickHouse/fix_config_child_list_iteration
...
Iterate list without index-based access
2022-11-29 09:39:46 +01:00
Nikolay Degterinsky
e6e6afe8f7
Merge pull request #43731 from amosbird/issue_43622
...
Fix issue #43622
2022-11-29 02:49:38 +01:00
Nikolay Degterinsky
3e07dd308a
Merge pull request #43407 from jh0x/improve-client-processed-rowcount
...
Added client option to display the number of locally processed rows
2022-11-29 02:45:42 +01:00
Nikolay Degterinsky
a24d32762b
Merge pull request #43784 from camdencheek/patch-1
...
Update documentation example for REPLACE TABLE
2022-11-29 02:41:47 +01:00
Camden Cheek
92c9ebe4ee
Update documentation example for REPLACE TABLE
...
The example statement for `REPLACE TABLE` using a `SELECT` query does not run as written. The example was missing a query engine, engine options, and the `AS` keyword, all of which seem required to replace a table with the output of some query.
2022-11-28 17:41:52 -07:00
Alexander Gololobov
5efd619647
Merge pull request #43780 from ClickHouse/followup_43765
...
Fix EN doc as in #43765
2022-11-29 00:47:18 +01:00
Igor Nikonov
359c3df0cc
Remove unused members
2022-11-28 23:18:41 +00:00
Anton Popov
8bb504cfa9
Merge pull request #43693 from Avogar/fix-json-arrays
...
Try to fix Logical error 'Array sizes mismatched' while parsing JSON object
2022-11-28 23:07:53 +01:00
Anton Popov
2a7aac7c4e
Update 02482_json_nested_arrays_with_same_keys.sh
2022-11-28 23:04:54 +01:00
Maksim Kita
e3cab4fb07
Analyzer compound expression crash fix
2022-11-28 22:53:02 +01:00
Alexander Gololobov
8f49c1ea16
Moved helpers to Common/XMLUtils.*
2022-11-28 22:14:18 +01:00
Mikhail f. Shiryaev
150ba40b14
Merge pull request #43769 from ClickHouse/termination-lambda
...
Migrate termination lambda to zip-package
2022-11-28 21:38:04 +01:00
Alexander Tokmakov
e45105bf44
detach threads from thread group
2022-11-28 21:31:55 +01:00
Alexander Gololobov
8c6fc171fc
Fix EN doc as in #43765
2022-11-28 21:24:43 +01:00
Mikhail f. Shiryaev
fbb39cb659
Cancel workflows only on new "do not test" labels in favor of CheckLabels
2022-11-28 21:23:18 +01:00
Alexander Gololobov
77275fa701
Merge pull request #43765 from Xbitz29/patch-1
...
Fixed incorrect example of query
2022-11-28 21:19:31 +01:00
Alexander Tokmakov
9d6e8c67da
yet another fix for AggregateFunctionMinMaxAny
2022-11-28 21:11:48 +01:00
Mikhail f. Shiryaev
ec344c91b4
Rerun PullRequestCI on changed description body
2022-11-28 20:59:20 +01:00