mergify[bot]
13bc93c171
Merge branch 'master' into fix_assertion_ddl_worker
2022-03-23 17:06:33 +00:00
Nikolay Degterinsky
10de88bd92
Merge pull request #35526 from erikbaan/patch-1
...
Fix ClickHouse name typo in caches.md
2022-03-23 19:59:55 +03:00
alesapin
33938ce469
Merge pull request #35535 from ClickHouse/add_workflow_dispatch
...
Add workflow dispatch
2022-03-23 15:26:51 +01:00
alesapin
bd37e2ace1
Add workflow dispatch
2022-03-23 15:26:22 +01:00
Maksim Kita
da235f9cda
Merge pull request #34536 from kitaisreal/system-log-tables-comment-fix
...
System log tables allow to specify COMMENT in ENGINE declaration
2022-03-23 15:06:05 +01:00
xiedeyantu
9441111833
fix INSERT INTO table FROM INFILE does not display progress bar ( #35429 )
...
* fix INSERT INTO table FROM INFILE does not display progress bar
* Update StorageFile.cpp
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2022-03-23 14:24:59 +01:00
erikbaan
6d0d7c5b20
Fix ClickHouse name typo in caches.md
2022-03-23 13:12:31 +01:00
Alexander Tokmakov
e8b7f963b7
fix too strict assertion
2022-03-23 11:55:28 +01:00
Maksim Kita
21735db126
Fixed style check
2022-03-23 11:52:37 +01:00
alesapin
f6d9687174
Merge pull request #35522 from ClickHouse/fix_jepsen_check
...
Don't put red cross if jepsen check couldn't wait for build
2022-03-23 11:48:45 +01:00
alesapin
881d5ac44f
Don't put red cross if jepsen check couldn't wait for build
2022-03-23 11:32:16 +01:00
Maksim Kita
1f940f9e3b
Merge pull request #35512 from CurtizJ/fix-fuzzer
...
Fix crash with enabled `optimize_functions_to_subcolumns`
2022-03-23 11:31:32 +01:00
Maksim Kita
a03bfa0fae
Fixed style check
2022-03-23 10:46:27 +01:00
Antonio Andelic
89e0630898
Merge pull request #35150 from ClickHouse/parallel-downloading-url-engine
...
Parallel URL engine with Ranges
2022-03-23 10:39:47 +01:00
Antonio Andelic
9829f2d051
Merge branch 'master' into parallel-downloading-url-engine
2022-03-23 07:41:14 +00:00
Anton Popov
4ff9627f60
fix crash with enabled optimize_functions_to_subcolumns
2022-03-23 01:27:52 +00:00
Mikhail f. Shiryaev
71fb04ea4a
Merge pull request #35466 from ClickHouse/black
...
Check python black formatting
2022-03-22 23:53:02 +01:00
Maksim Kita
1a096a87da
Added support for SystemLog to specify COMMENT in ENGINE section
2022-03-22 22:44:46 +01:00
Kruglov Pavel
ea62f83842
Merge pull request #35502 from kitaisreal/short-circuit-short-column-crash-fix
...
Fix crash during short circuit function evaluation
2022-03-22 18:43:00 +01:00
Mikhail f. Shiryaev
64254915c4
Update development documentation about code style
2022-03-22 17:40:12 +01:00
Mikhail f. Shiryaev
e6f5a3f98b
Apply black formatter to all *.py files in the repo
2022-03-22 17:39:58 +01:00
Mikhail f. Shiryaev
5fea6d24fa
Add black formatting check
2022-03-22 17:38:48 +01:00
Mikhail f. Shiryaev
4309236e17
Adjust check-workflows to exit-on-errors
2022-03-22 17:38:46 +01:00
Vladimir C
ac6fef5c70
Merge pull request #35124 from vdimir/ci-bugfix-validation
2022-03-22 17:34:15 +01:00
Anton Popov
93dc5c0b81
Merge pull request #35488 from CurtizJ/add-subcolumns-sizes
...
Add sizes of subcolumns to `system.parts_columns` table
2022-03-22 16:53:23 +01:00
tavplubix
dbf3e0e767
Merge pull request #35498 from ClickHouse/fix_keeper_timeout_bug
...
Fix keeper client timeout bug
2022-03-22 17:33:29 +03:00
Maksim Kita
d24795405c
Fixed tests
2022-03-22 15:12:43 +01:00
alesapin
0ab9a9c0f6
Merge pull request #33664 from ClickHouse/release-steps
...
Refactor releasing process
2022-03-22 14:43:18 +01:00
Maksim Kita
fcbf97ba68
Fix crash during short circuit function evaluation
2022-03-22 14:10:47 +01:00
Maksim Kita
0576c1b0f3
Merge pull request #35500 from kitaisreal/throw-if-constant-argument-crash-fix
...
Fix crash for function throwIf with constant arguments
2022-03-22 13:44:37 +01:00
Antonio Andelic
5da3058368
Merge branch 'master' into parallel-downloading-url-engine
2022-03-22 12:20:36 +00:00
Maksim Kita
22112feef3
Fix crash for function throwIf with constant arguments
2022-03-22 12:30:25 +01:00
vdimir
41c32e24fe
Skip bugfix_validate_check when no pr-bugfix
2022-03-22 12:20:27 +01:00
Kruglov Pavel
594fa8f449
Merge pull request #35476 from Avogar/decimal-logical-error
...
Fix bug in function if that led to logical error
2022-03-22 12:12:24 +01:00
Kruglov Pavel
c8e1dcf88c
Merge pull request #35482 from Avogar/stress-test
...
Add retries in backward compatibility check
2022-03-22 12:05:47 +01:00
alesapin
70d410dc4d
Fix keeper client timeout bug
2022-03-22 11:41:50 +01:00
Vladimir C
2430d8192e
Merge pull request #35451 from ClickHouse/allow-bind-low-ports
2022-03-22 11:13:18 +01:00
alesapin
d2e10cfa87
Strip like dh_strip
2022-03-22 11:11:39 +01:00
alesapin
a2efb1c2fa
Strip in a different way
2022-03-22 11:11:39 +01:00
Mikhail f. Shiryaev
b9cb64a4a1
Add apk package and reports
2022-03-22 11:11:38 +01:00
alesapin
bad78f0daa
Don't unwind inlines if we unable to do it
2022-03-22 11:11:36 +01:00
Mikhail f. Shiryaev
d55785156b
Fix always success builds by move ts to build.sh
2022-03-22 11:10:03 +01:00
Mikhail f. Shiryaev
1d362796df
Fix strip bug
2022-03-22 11:10:02 +01:00
Mikhail f. Shiryaev
9ad31e983c
Fix compiler interpolation
2022-03-22 11:10:02 +01:00
Mikhail f. Shiryaev
fa2a9bb9aa
Separate BUILD_STRIPPED_BINARIES_PREFIX to option and parameter
2022-03-22 11:10:02 +01:00
Mikhail f. Shiryaev
a0edb3e593
Build tgz and rpm for every running
2022-03-22 11:10:01 +01:00
Mikhail f. Shiryaev
0dd1f4af76
Rename alien arguments and parameters
2022-03-22 11:10:01 +01:00
Mikhail f. Shiryaev
a04b7fc0a8
Disable clickhouse-tests by default
2022-03-22 11:10:00 +01:00
Mikhail f. Shiryaev
70945764e5
Fix a tiny typo
2022-03-22 11:10:00 +01:00
Mikhail f. Shiryaev
342f7ba567
Migrate to nfpm
2022-03-22 11:09:59 +01:00