Commit Graph

86978 Commits

Author SHA1 Message Date
Alexey Milovidov
76f41040a0
Merge pull request #36363 from ClickHouse/fix-slow-test
Fix slow test
2022-04-18 07:01:30 +03:00
Alexey Milovidov
48fd09c7db
Merge pull request #36310 from ClickHouse/cpuid-remove-trash
Remove trash from CPUID
2022-04-18 07:01:23 +03:00
Alexey Milovidov
956b4b5361
Merge pull request #36342 from ClickHouse/warn-harmful-vars
Warn and exit if harmful environment variables are set
2022-04-18 07:01:09 +03:00
Alexey Milovidov
eab80dbfdc
Merge pull request #36362 from ClickHouse/remove-abbreviation
Remove abbreviation
2022-04-18 07:00:48 +03:00
Alexey Milovidov
7935047903
Merge pull request #36361 from ClickHouse/debug-integration-tests
Fix integration tests
2022-04-18 06:59:27 +03:00
mergify[bot]
83ba5cfddd
Merge branch 'master' into fix_integration_tests_parser_bug 2022-04-18 03:47:40 +00:00
Alexey Milovidov
f86808914c Fix strange trash in Keeper 2022-04-18 04:44:30 +02:00
Alexey Milovidov
617a291386
Merge pull request #36366 from yjant/patch-3
Update nothing.md
2022-04-18 05:24:50 +03:00
Alexey Milovidov
c23e451b04 Add nodiscard attribute to immutable methods of IColumn to avoid errors 2022-04-18 04:22:40 +02:00
Alexey Milovidov
c5883872da Add test reference 2022-04-18 04:20:47 +02:00
Alexey Milovidov
bd16102e53 Fix absolutely wrong code in Map data type 2022-04-18 04:05:49 +02:00
Alexey Milovidov
3817c6d710 Fix absolutely wrong code in Map data type 2022-04-18 03:58:32 +02:00
yjant
0cc90c9568
Update nothing.md
Links are wrong.
2022-04-18 09:56:08 +08:00
Alexey Milovidov
fb609477ff
Merge pull request #36364 from yjant/patch-2
Update nothing.md
2022-04-18 04:43:00 +03:00
Alexey Milovidov
9bab9077b2 Fix error in sanity checks 2022-04-18 03:39:56 +02:00
yjant
5f7267b671
Update nothing.md
The links are wrong.
2022-04-18 09:32:53 +08:00
Alexey Milovidov
4c9d6fd5b6 Update test 2022-04-18 03:09:36 +02:00
Alexey Milovidov
b292b853bd
Merge pull request #36084 from thomoco/master
Updated adopters: added 4 new adopters
2022-04-18 03:51:44 +03:00
Alexey Milovidov
4a5dc04772 Add test 2022-04-18 02:48:30 +02:00
Alexey Milovidov
2855d987ce Merge branch 'master' into bool-sync-after-error 2022-04-18 02:44:40 +02:00
Alexey Milovidov
b543135063
Merge pull request #36329 from ClickHouse/debug-dispatch
Add dispatch trigger for debug CI
2022-04-18 03:18:08 +03:00
Alexey Milovidov
0fc61ea445
Update main.cpp 2022-04-18 03:16:30 +03:00
Alexey Milovidov
70d7ba5d61 Fix clang-tidy 2022-04-18 02:13:28 +02:00
Alexey Milovidov
6de5d8a554 Merge branch 'master' into fix-clang-tidy-14 2022-04-18 02:12:45 +02:00
Alexey Milovidov
56df9bbc0d
Update test.py 2022-04-18 02:59:31 +03:00
Alexey Milovidov
24c13853c3 Fix slow test 2022-04-18 01:45:44 +02:00
Alexey Milovidov
c7bca13a03 Remove abbreviation 2022-04-18 01:03:58 +02:00
Alexey Milovidov
242919eddd Remove abbreviation 2022-04-18 01:02:49 +02:00
Alexey Milovidov
1959ae2c9e Fix integration tests 2022-04-18 01:00:18 +02:00
Alexey Milovidov
19a8207ab7 Debug integration tests 2022-04-18 00:16:53 +02:00
Alexey Milovidov
aa93f4a074 Do not randomize "priority" setting 2022-04-17 20:48:02 +02:00
fenglv
1ffd9fe34c update test 2022-04-17 16:29:13 +00:00
fenglv
0024a08ace fix
fix typo
2022-04-17 15:12:07 +00:00
fenglv
293d0a5d46 Implement type inference for INSERT INTO function null() 2022-04-17 15:07:56 +00:00
Alexey Milovidov
89deaf0af1
Merge pull request #36056 from azat/client-trailing-space
Remove trailing whitespace in default client_name
2022-04-17 17:37:43 +03:00
mergify[bot]
4fed033dca
Merge branch 'master' into alias 2022-04-17 14:37:04 +00:00
Alexey Milovidov
27afc08d8f Merge branch 'master' into cpuid-remove-trash 2022-04-17 16:30:30 +02:00
Alexey Milovidov
7de4f2b6c1 Merge branch 'master' into remove-arcadia 2022-04-17 16:30:09 +02:00
Alexey Milovidov
c171bf360d Merge branch 'master' into time-trace 2022-04-17 16:29:41 +02:00
Alexey Milovidov
fb0a23881d Merge branch 'master' into fix-clang-tidy-14 2022-04-17 16:28:54 +02:00
Alexey Milovidov
576e897a78 Merge branch 'master' into bool-sync-after-error 2022-04-17 16:27:24 +02:00
Alexey Milovidov
75ad48ddd9
Merge pull request #36346 from azat/perf-use-schema-inference
Simplify perf scripts by using schema inference
2022-04-17 17:24:38 +03:00
Alexey Milovidov
adbdcf593b Merge branch 'master' into warn-harmful-vars 2022-04-17 16:22:12 +02:00
Alexey Milovidov
c777847844 Merge branch 'warn-harmful-vars' of github.com:ClickHouse/ClickHouse into warn-harmful-vars 2022-04-17 16:22:08 +02:00
Alexey Milovidov
e43bdf7580
Update main.cpp 2022-04-17 17:21:20 +03:00
awakeljw
017777793a Possible range issues in automatic assigned enums, also fix error message. 2022-04-17 21:40:48 +08:00
Azat Khuzhin
8d87e48cb4 Simplify perf scripts by using schema inference 2022-04-17 09:01:15 +03:00
fenglv
b25850a665 Add setting throw_if_no_data_to_insert 2022-04-17 05:42:07 +00:00
Alexey Milovidov
e04f80d4a7
Merge pull request #36337 from ClickHouse/revert-36126-fork_chmaster2
Revert "support UNSIGNED modifier with unused parameters of INT"
2022-04-17 04:27:21 +03:00
Alexey Milovidov
b7fe203fe1 Warn and exit if harmful environment variables are set 2022-04-17 01:56:58 +02:00