Anton Popov
|
1cba31c305
|
Merge pull request #35687 from CurtizJ/dynamic-columns-7
Fix reading from type object
|
2022-03-30 00:21:32 +02:00 |
|
tavplubix
|
e3d772abd0
|
Merge pull request #35725 from ClickHouse/revert-35683-llvm-cmake-fix
Revert "Fix enable LLVM for JIT compilation in CMake"
|
2022-03-30 00:18:14 +03:00 |
|
Alexander Tokmakov
|
6191eaa983
|
fix some flaky tests
|
2022-03-29 23:12:06 +02:00 |
|
Nikolai Kochetov
|
8c28926c67
|
Merge pull request #35737 from ClickHouse/change-ci-checks-server
Update ci checks server.
|
2022-03-29 21:23:56 +02:00 |
|
Nikolai Kochetov
|
3849e63ab1
|
Change database
|
2022-03-29 19:06:50 +00:00 |
|
Nikolai Kochetov
|
0810737637
|
Fix style
|
2022-03-29 18:58:16 +00:00 |
|
Nikolai Kochetov
|
bb82f77477
|
Fix check.
|
2022-03-29 18:46:48 +00:00 |
|
Maksim Kita
|
27aba472dd
|
Merge pull request #35671 from pdai/patch-1
fix typo
|
2022-03-29 20:46:02 +02:00 |
|
Nikolai Kochetov
|
3995a52da6
|
Fix check.
|
2022-03-29 18:36:36 +00:00 |
|
Nikolai Kochetov
|
476c7f9d7e
|
Update ci checks server.
|
2022-03-29 18:32:28 +00:00 |
|
mergify[bot]
|
678d7ce376
|
Merge branch 'master' into new_branch
|
2022-03-29 18:02:12 +00:00 |
|
Anton Popov
|
74cafe154a
|
fix flaky test 02246_async_insert_quota
|
2022-03-29 19:58:59 +02:00 |
|
kssenii
|
ce9131f905
|
Fix unit test
|
2022-03-29 19:57:55 +02:00 |
|
alesapin
|
2e4ab305dd
|
Revert "Try fake update submodule"
This reverts commit 999558f00f .
|
2022-03-29 19:50:13 +02:00 |
|
alesapin
|
1a8b2c9637
|
Remove submodule changed
|
2022-03-29 19:50:06 +02:00 |
|
kssenii
|
f0e0d97752
|
Fix lask of query id in merges
|
2022-03-29 19:49:42 +02:00 |
|
alesapin
|
999558f00f
|
Try fake update submodule
|
2022-03-29 19:28:45 +02:00 |
|
alesapin
|
9220bedb7d
|
Add submodule changed
|
2022-03-29 19:28:18 +02:00 |
|
alesapin
|
d59941e4f6
|
Style
|
2022-03-29 19:15:25 +02:00 |
|
Kseniia Sumarokova
|
e2370d9622
|
Update 02235_remote_fs_cache_stress.sh
|
2022-03-29 19:11:36 +02:00 |
|
mergify[bot]
|
87303368fc
|
Merge branch 'master' into patch-2
|
2022-03-29 17:07:12 +00:00 |
|
Anton Kozlov
|
7da5d4f145
|
Updated a comment that clarifies the expected error
|
2022-03-29 17:27:12 +01:00 |
|
alesapin
|
27390799c1
|
Fix black
|
2022-03-29 18:23:18 +02:00 |
|
alesapin
|
c6c0c91b39
|
Followup
|
2022-03-29 18:20:20 +02:00 |
|
tavplubix
|
f3e580e876
|
Merge pull request #35711 from kssenii/fix-local-drop-db
Fix dropping non-empty database in clickhouse local
|
2022-03-29 18:39:01 +03:00 |
|
kssenii
|
a2e950bd3b
|
Fix
|
2022-03-29 17:34:50 +02:00 |
|
kssenii
|
421b1e5a81
|
Update
|
2022-03-29 17:33:02 +02:00 |
|
tavplubix
|
693b47cdc9
|
Revert "Fix enable LLVM for JIT compilation in CMake"
|
2022-03-29 17:51:56 +03:00 |
|
Antonio Andelic
|
eb787c1ddc
|
Merge pull request #35721 from ClickHouse/fix-allowed-url-style
Format `test_allowed_url_from_config/test.py` with black
|
2022-03-29 16:14:08 +02:00 |
|
alesapin
|
bf591b971a
|
Moar categories
|
2022-03-29 15:53:08 +02:00 |
|
alesapin
|
d0f01516db
|
Resurrect automatic labelling
|
2022-03-29 15:48:57 +02:00 |
|
Antonio Andelic
|
c9feb7f751
|
Format test file
|
2022-03-29 13:40:14 +00:00 |
|
Alexander Tokmakov
|
c37945b2c8
|
run stateful tests in parallel
|
2022-03-29 15:24:29 +02:00 |
|
Dmitry Novik
|
8f935a72d6
|
Merge pull request #33230 from CurtizJ/read_in_order_max_rows_to_read
Proper handle of 'max_rows_to_read' in case of reading in order of sorting key
|
2022-03-29 15:16:34 +02:00 |
|
Antonio Andelic
|
ef484547bf
|
Fix GCC build
|
2022-03-29 13:16:11 +00:00 |
|
Antonio Andelic
|
9990abb76a
|
Use compile-time check for Exception messages, fix wrong messages
|
2022-03-29 13:16:11 +00:00 |
|
Dmitry Novik
|
0cc9c82124
|
Try to fix test_global_overcommit_tracker flakyness
|
2022-03-29 13:09:37 +00:00 |
|
tavplubix
|
3246261da8
|
Fix logging in test_distributed_respect_user_timeouts (#35575)
* Update test.py
* Update test.py
* Update test.py
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
|
2022-03-29 15:43:42 +03:00 |
|
taiyang-li
|
67c3c0be3d
|
Merge branch 'master' into improve_access_type
|
2022-03-29 20:42:57 +08:00 |
|
alesapin
|
ebd72e433d
|
Fail checks in case of errors
|
2022-03-29 14:41:47 +02:00 |
|
taiyang-li
|
631352ba4b
|
Merge branch 'master' into hdfs_config_prefix
|
2022-03-29 20:40:32 +08:00 |
|
alesapin
|
842c0b8ff0
|
Merge remote-tracking branch 'origin/startup-sanity-checks' into startup-sanity-checks
|
2022-03-29 14:29:33 +02:00 |
|
alesapin
|
4db85e2809
|
Fix build
|
2022-03-29 14:20:46 +02:00 |
|
kssenii
|
4374415bd7
|
Fix clang-tidy, style check
|
2022-03-29 14:20:21 +02:00 |
|
Anton Popov
|
9610139477
|
Merge pull request #35629 from CurtizJ/dynamic-columns-5
Support schema inference for type `Object` in format `JSONEachRow`
|
2022-03-29 14:17:09 +02:00 |
|
Anton Popov
|
c59926dcc7
|
fix tests
|
2022-03-29 12:13:02 +00:00 |
|
alesapin
|
ed2c461fe1
|
Merge branch 'master' into startup-sanity-checks
|
2022-03-29 14:09:20 +02:00 |
|
kssenii
|
7a70e3a6da
|
Fix
|
2022-03-29 14:08:24 +02:00 |
|
Kruglov Pavel
|
fe60560c03
|
Merge pull request #35619 from Avogar/check-remote-url-allow-hosts
Check remote_url_allow_hosts before schema inference in URL engine
|
2022-03-29 14:08:02 +02:00 |
|
Kruglov Pavel
|
a2aab8ffac
|
Fix test
|
2022-03-29 14:07:19 +02:00 |
|