Commit Graph

118503 Commits

Author SHA1 Message Date
pufit
9dbb106dc1 Fix tests, docs 2023-07-27 23:37:09 -04:00
pufit
13d9952227 add id to insertImpl 2023-07-27 00:38:51 -04:00
pufit
21e12ea084 Fix tests 2023-07-26 00:53:45 -04:00
pufit
393481181d Remove Trailing whitespaces 2023-07-24 13:35:07 -04:00
robot-clickhouse
a8c08b34a6 Automatic style fix 2023-07-21 02:39:21 +00:00
pufit
2a00e2aa6a Implement MOVE query for the access entities. 2023-07-20 22:20:36 -04:00
pufit
ec27ccc696 Merge remote-tracking branch 'origin/pufit/role-from-storage' into pufit/role-from-storage 2023-07-11 19:58:51 -04:00
pufit
1a4d48324e Fix fast tests 2023-07-11 19:58:28 -04:00
robot-clickhouse
ee591ef7f5 Automatic style fix 2023-07-11 00:33:34 +00:00
pufit
77e45e5669 Add DROP ROLE ... FROM and CREATE ROLE ... AT syntax 2023-07-10 20:23:03 -04:00
robot-ch-test-poll2
d3a0e480b2
Merge pull request #51855 from pashkov-v/patch-2
Minor fixes to odbc.md
2023-07-05 22:26:57 +02:00
Nikita Mikhaylov
9d7209c93e
Merge pull request #51744 from ArctypeZach/master
Dashboard behavior fixes
2023-07-05 21:13:45 +02:00
Zach Naimon
8fd7ae8ee3
Merge branch 'master' into master 2023-07-05 14:36:55 -04:00
Vitaliy Pashkov
a94498cf1f
Minor fixes to odbc.md 2023-07-05 20:59:28 +03:00
robot-clickhouse-ci-1
537c0d61c9
Merge pull request #51594 from Aaaaaaron/assumeNotNull-doc-zh
translation correction, about assumeNotNull with null value
2023-07-05 18:31:44 +02:00
Alexey Milovidov
6898ae668d
Merge branch 'master' into assumeNotNull-doc-zh 2023-07-05 19:06:35 +03:00
Zach Naimon
270ee02d19
Merge branch 'master' into master 2023-07-05 10:46:39 -04:00
Han Fei
095b75e2c7
Merge pull request #51837 from ucasfl/unused
remove unused code
2023-07-05 16:21:40 +02:00
flynn
e175be1f42 remove unused code 2023-07-05 12:34:58 +00:00
Alexander Tokmakov
89fab1ef93
Merge pull request #51836 from ClickHouse/tavplubix-patch-6
Update analyzer_tech_debt.txt
2023-07-05 15:22:48 +03:00
Alexander Tokmakov
e4a7229b09
Update analyzer_tech_debt.txt 2023-07-05 15:18:41 +03:00
Alexey Milovidov
7c7974bf04
Merge pull request #51743 from ClickHouse/pin-integration-tests-docker
Pin for docker-ce
2023-07-05 15:12:15 +03:00
Alexey Milovidov
76316f9cc8
Merge pull request #51578 from ClickHouse/remove-analyzer-setting-client
Remove the usage of Analyzer setting in the client
2023-07-05 14:49:39 +03:00
Kseniia Sumarokova
2ce7bcaa3d
Merge pull request #51547 from kssenii/more-flexible-drop-cache
Support `DROP FILESYSTEM CACHE <name> KEY <key> [ OFFSET <offset>]`
2023-07-05 11:48:44 +02:00
Kseniia Sumarokova
f2d942fbb5
Merge branch 'master' into more-flexible-drop-cache 2023-07-05 11:43:57 +02:00
Kseniia Sumarokova
e897207cd5
Merge pull request #51790 from kssenii/fix-assertion
Fix after #51000
2023-07-05 11:25:00 +02:00
Mikhail f. Shiryaev
bcc569b9e3
Add temporary pin for docker-ce 2023-07-05 10:28:57 +02:00
robot-ch-test-poll
0fb6dd8f89
Merge pull request #51800 from Avogar/assert-current-thread
Add assert in ThreadStatus destructor for correct current_thread
2023-07-05 03:14:33 +02:00
Alexey Milovidov
c2a5318df4
Merge pull request #47430 from ClickHouse/DanRoscigno-patch-4
Provide advice to people needing to turn off features and tag which tests to run or skip
2023-07-05 02:51:55 +03:00
Alexey Milovidov
90e3b0d0dd
Merge branch 'master' into DanRoscigno-patch-4 2023-07-05 02:51:34 +03:00
Alexey Milovidov
6d0e6b58f3
Merge branch 'master' into remove-analyzer-setting-client 2023-07-05 02:30:17 +03:00
Alexey Milovidov
2575db1522
Merge pull request #50235 from ClickHouse/vdimir/fix_test_join_set_filter
Remove unstable queries from performance/join_set_filter
2023-07-05 02:05:12 +03:00
Alexey Milovidov
41783c47d1
Merge pull request #51274 from den-crane/tests/issue_36894
test for #36894
2023-07-05 01:59:11 +03:00
Alexey Milovidov
3a170c297a
Merge pull request #51392 from ClickHouse/disable-hedged-requests-under-tsan
Disable hedged requests under TSan
2023-07-05 00:33:17 +03:00
Alexey Milovidov
3371e038cf
Merge pull request #51498 from ClickHouse/vdimir/test_alter_moving_garbage_51342
Fix `test_alter_moving_garbage`: lock between getActiveContainingPart and swapActivePart in parts mover
2023-07-05 00:32:21 +03:00
avogar
32ee0e7d08 Add assert in ThreadStatus destructor for correct current_thread 2023-07-04 17:35:26 +00:00
Robert Schulze
aa89dcc29a
Merge pull request #51791 from rschu1ze/docs-non-unique
Docs: Fix description of output field NON_UNIQUE for statement SHOW INDEXES
2023-07-04 18:00:31 +02:00
Robert Schulze
3cb459bd04
Docs: Fix description of output field NON_UNIQUE for statement SHOW INDEXES 2023-07-04 15:50:56 +00:00
Kruglov Pavel
bab423acc2
Merge branch 'master' into disable-hedged-requests-under-tsan 2023-07-04 17:37:14 +02:00
kssenii
c979113ea5 Fix 2023-07-04 16:13:33 +02:00
Alexey Milovidov
aa2b8aa893
Merge pull request #51769 from ClickHouse/mypy-1.4.0
Version mypy=1.4.1 falsly reports unused ignore comment
2023-07-04 16:45:57 +03:00
Yatsishin Ilya
5230503651 remove unused type: ignore 2023-07-04 12:59:25 +00:00
Robert Schulze
1ffc9245d7
Merge pull request #51559 from rschu1ze/orc_load
00900_orc_load: lift kill timeout
2023-07-04 13:26:13 +02:00
Alexey Milovidov
b6a1bcb522
Merge pull request #51773 from ClickHouse/revert-51679-docs-packaging
Revert "Add documentation for building in docker"
2023-07-04 14:08:58 +03:00
Alexey Milovidov
463c2ba5ce
Revert "Add documentation for building in docker" 2023-07-04 14:07:10 +03:00
Mikhail f. Shiryaev
35c1321952
Version mypy=1.4.1 falsly reports unused ignore comment 2023-07-04 13:05:41 +02:00
Nikita Mikhaylov
3d5acdc1d9
Merge pull request #51721 from Algunenano/fix_rust
Run cargo update to fix build with nightly
2023-07-04 12:59:29 +02:00
Nikita Mikhaylov
cdc0fd1a09
Merge branch 'master' into fix_rust 2023-07-04 12:57:32 +02:00
Vitaly Baranov
f0e531970a
Merge pull request #51704 from vitlibar/fix-race-in-context-access
Fix race in ContextAccess
2023-07-04 12:42:17 +02:00
Vitaly Baranov
c092b9974c
Merge branch 'master' into fix-race-in-context-access 2023-07-04 12:37:41 +02:00