Commit Graph

79782 Commits

Author SHA1 Message Date
alesapin
e31be8f056 Better check in lambda 2021-12-22 12:25:16 +03:00
tavplubix
4ba76dd8e3
Update materialize_with_ddl.py 2021-12-22 12:19:51 +03:00
kssenii
d8ed4db6d4 Fix 2021-12-22 11:42:23 +03:00
zzsmdfj
039afc5cfe #15182_MaterializeMySQL_support_bit_type-improve bit2Uint64 function 2021-12-22 16:17:18 +08:00
alesapin
20e287f5b6 Followup 2021-12-22 11:15:31 +03:00
alesapin
b300de6a4a Better 2021-12-22 11:13:04 +03:00
alesapin
7a00bc96ed Make great again 2021-12-22 10:54:50 +03:00
alesapin
9d9c227bd3
Merge pull request #33035 from ClickHouse/fix_woboq_browser
Fix cron expression
2021-12-22 10:20:20 +03:00
Stig Bakken
1cc70ad524 Remove the possibility of adding columns with table overrides
(except ALIAS columns)

Supporting this properly requires more comprehensive changes.
2021-12-22 08:20:14 +01:00
alesapin
aeb0e76dbd Fix cron expression 2021-12-22 10:19:53 +03:00
Kseniia Sumarokova
5ae2f0028f
Merge pull request #32961 from kssenii/fix-positional-args
Fix for positional args
2021-12-22 09:41:55 +03:00
Kseniia Sumarokova
484a4d62dd
Merge pull request #32835 from kssenii/fising-s3
Fix optimization with lazy seek for async reads from remote fs
2021-12-22 09:38:23 +03:00
Meena-Renganathan
91036e729c Fixed the indentation
Signed-off-by: Meena-Renganathan <Meena.Renganathan@ibm.com>
2021-12-21 16:07:24 -08:00
Boris Kuschel
c452b3fad9 Modifed the code to handle the sysconf() fialure
Signed-off-by: Boris Kuschel <Boris.Kuschel@ibm.com>
2021-12-21 18:33:00 -05:00
Alexey Milovidov
7b48cb813e Merge branch 'Issue129' of github.com:DevTeamBK/ClickHouse into merge-33023 2021-12-22 02:17:00 +03:00
Alexey Milovidov
088d14b885 Remove obsolete code from ConfigProcessor. 2021-12-22 02:13:31 +03:00
Boris Kuschel
68de95afc9 Native Format Parsing - Integer Overflow Resizing Arrays
Signed-off-by: Boris Kuschel <Boris.Kuschel@ibm.com>
2021-12-21 18:10:51 -05:00
alesapin
bc03e5e10f
Merge pull request #32983 from ClickHouse/add_woboq_build
Trying to add woboq to new CI
2021-12-21 23:05:38 +03:00
alesapin
0c0f95780f Remove woboq 2021-12-21 23:04:29 +03:00
Dmitry Novik
38c1e81752 fixup 2021-12-21 22:00:08 +03:00
kssenii
de70a57700 Better 2021-12-21 21:48:25 +03:00
Kseniia Sumarokova
b8f6ca470a
Merge pull request #32985 from kssenii/rabbit-fix-tests
RabbitMQ tests fix
2021-12-21 21:32:39 +03:00
Dmitry Novik
56917ca0ff Fix WriteBuffer initialization 2021-12-21 18:49:20 +03:00
Nikolay Degterinsky
dc910fbfe3
Merge pull request #33011 from traceon/patch-1
Kerberos docs - formatting fixes
2021-12-21 18:41:09 +03:00
Denis Glazachev
eba9c15b31
Formatting fixes 2021-12-21 19:36:44 +04:00
alesapin
84811a55c5 Fix path 2021-12-21 18:17:53 +03:00
Amos Bird
3988eb01c6
Add test 2021-12-21 22:40:09 +08:00
Amos Bird
f00cc3b944
optimize single part projection materialization 2021-12-21 22:39:06 +08:00
alesapin
084a1b5ac2
Merge pull request #32988 from JackyWoo/keeper_handler_remove_operation_when_response_sent
keeper handler should remove operation when response sent
2021-12-21 17:25:40 +03:00
alesapin
decd53b1e5
Merge pull request #33005 from ClickHouse/add_workflow_rerun
Add backport workflow rerun
2021-12-21 16:14:29 +03:00
alesapin
45aef649a1 Add backport workflow rerun 2021-12-21 16:13:44 +03:00
mergify[bot]
7da6d8b310
Merge branch 'master' into fix_IP_conversion 2021-12-21 12:16:05 +00:00
alexey-milovidov
7effb45317
Merge pull request #32968 from amosbird/crosssharedbuild
Hermetic shared build
2021-12-21 14:57:51 +03:00
alexey-milovidov
d8c327d4ff
Merge pull request #32994 from havardk/logperm
Fix weird permission on log directories
2021-12-21 14:54:39 +03:00
alesapin
323e1a5087 Add woboq workflow 2021-12-21 14:23:17 +03:00
alesapin
5929d65e9e Add regular job 2021-12-21 14:22:47 +03:00
alesapin
a89a05c0da Finally woboq is ready 2021-12-21 14:16:21 +03:00
mergify[bot]
1daf469799
Merge branch 'master' into clickhouse-test-unknown 2021-12-21 10:55:11 +00:00
Haavard Kvaalen
9a2b0680a1 Fix weird permission on log directories
Several log directories for integration tests were created with full
permissions for "others" but no permission for the owner of the
directory.  This caused issues when trying to run integration tests
again without manually wiping files from previous runs.  The test would
fail with "PermissionError: [Errno 13] Permission denied: 'logs'".

The intention may have been to do the equivalent of 'chmod o+rwx logs',
but it instead did the equivalent of 'chmod 007 logs'.
2021-12-21 11:50:54 +01:00
Kseniia Sumarokova
c5dfbfc6f5
Merge pull request #32992 from ClickHouse/kssenii-patch-2
Fix typo
2021-12-21 12:43:32 +03:00
Kseniia Sumarokova
de7a5dd1e6
Update ExpressionListParsers.cpp 2021-12-21 12:39:31 +03:00
Maksim Kita
c343623fa4
Merge pull request #32990 from dalei2019/patch-1
Update role.md
2021-12-21 12:01:29 +03:00
alesapin
754785fee5 Better container 2021-12-21 11:07:24 +03:00
dalei2019
11c85fe66b
Update role.md 2021-12-21 16:03:37 +08:00
kssenii
ebcb66a361 Fix 2021-12-21 10:58:02 +03:00
mergify[bot]
7cf7c5d247
Merge branch 'master' into keeper_handler_remove_operation_when_response_sent 2021-12-21 07:55:19 +00:00
alesapin
0e7f63c4d1
Merge pull request #32987 from kssenii/fix-clang-tidy
Fix clang-tidy
2021-12-21 10:52:17 +03:00
alesapin
532b01c371 Followup 2021-12-21 10:49:22 +03:00
Kseniia Sumarokova
e0f2fe457d
Update test.py 2021-12-21 10:29:27 +03:00
mergify[bot]
649226853d
Merge branch 'master' into fix-clang-tidy 2021-12-21 06:05:57 +00:00