2020-02-17 14:27:09 +00:00
# include <unistd.h>
2014-03-10 09:33:18 +00:00
# include <stdlib.h>
# include <fcntl.h>
# include <signal.h>
2016-01-12 02:55:39 +00:00
# include <time.h>
2014-03-10 09:33:18 +00:00
# include <iostream>
# include <fstream>
# include <iomanip>
2016-01-12 02:55:39 +00:00
# include <random>
2017-09-09 23:17:38 +00:00
# include <pcg_random.hpp>
2014-03-10 09:33:18 +00:00
# include <Poco/File.h>
# include <Poco/Util/Application.h>
2017-04-01 09:19:00 +00:00
# include <Common/Stopwatch.h>
2019-01-11 19:12:36 +00:00
# include <Common/ThreadPool.h>
2017-04-01 09:19:00 +00:00
# include <AggregateFunctions/ReservoirSampler.h>
2017-09-06 20:01:44 +00:00
# include <AggregateFunctions/registerAggregateFunctions.h>
2014-03-10 09:33:18 +00:00
# include <boost/program_options.hpp>
2020-06-19 23:03:13 +00:00
# include <Common/ConcurrentBoundedQueue.h>
2017-04-01 09:19:00 +00:00
# include <Common/Exception.h>
# include <Common/randomSeed.h>
2020-06-14 19:23:05 +00:00
# include <Common/clearPasswordFromCommandLine.h>
2017-04-01 09:19:00 +00:00
# include <Core/Types.h>
# include <IO/ReadBufferFromFileDescriptor.h>
# include <IO/WriteBufferFromFileDescriptor.h>
# include <IO/WriteBufferFromFile.h>
# include <IO/ReadHelpers.h>
# include <IO/WriteHelpers.h>
# include <IO/Operators.h>
2017-12-27 17:58:52 +00:00
# include <IO/ConnectionTimeouts.h>
Squashed commit of the following:
commit 17331d2732d3de57870db222a2dc80441aa6febd
Author: myrrc <me@myrrec.space>
Date: Fri Dec 18 18:51:05 2020 +0300
another fix
commit 61e189d84bff6a32acbe15b3ea9ed92a9cc98890
Author: myrrc <me@myrrec.space>
Date: Fri Dec 18 18:50:05 2020 +0300
another fix
commit cb2ddc7d01c810939cc24781e9511da7cf5d5294
Merge: 0e235d35f8 985876b737
Author: myrrc <me@myrrec.space>
Date: Fri Dec 18 18:49:18 2020 +0300
aMerge branch 'improvement/multiply-decimals-and-floats' of github:myrrc/clickhouse into improvement/multiply-decimals-and-floats
commit 0e235d35f80af6298c5373602c065969474dccfc
Author: myrrc <me@myrrec.space>
Date: Fri Dec 18 18:48:37 2020 +0300
aa
commit 985876b737d8564a2850e54cefa88063c6da2f2d
Author: myrrc <me@myrrec.space>
Date: Fri Dec 18 18:37:00 2020 +0300
another fix
commit e2556659e04c705e370e5ac5c79e06b84d1a27a8
Author: myrrc <me@myrrec.space>
Date: Fri Dec 18 18:28:21 2020 +0300
fix3
commit a19934886028e6a8bf5320f15eea056c5fad3eb5
Author: myrrc <me@myrrec.space>
Date: Fri Dec 18 18:26:58 2020 +0300
fix2
commit fbaa8d3951f4f6056e92ab68adf6647dc2cc5caf
Author: myrrc <me@myrrec.space>
Date: Fri Dec 18 18:24:31 2020 +0300
fix
commit ed6d74b21837532773a3eaf870e3b6abb5547725
Author: myrrc <me@myrrec.space>
Date: Fri Dec 18 18:21:10 2020 +0300
another bad solution
commit 6f1c0b118aea3ba96af3ba1a882c0fa4e6417316
Author: myrrc <me@myrrec.space>
Date: Fri Dec 18 18:17:03 2020 +0300
typo
commit 0dca8562373c495ba9170ecac3bf298df022927e
Author: myrrc <me@myrrec.space>
Date: Fri Dec 18 18:16:38 2020 +0300
solution fix
commit d22d045a59a8e2db0b7bff0f4bd9f11ac48aa48f
Author: myrrc <me@myrrec.space>
Date: Fri Dec 18 18:12:31 2020 +0300
fixed the impl
commit 9d24cafccdaadf9803d02183a5af4a0856b407aa
Author: myrrc <me@myrrec.space>
Date: Fri Dec 18 18:06:24 2020 +0300
added vector mult branch
commit 7611f8d15b13130b2374a5f0025ed5907e77c29e
Author: myrrc <me@myrrec.space>
Date: Fri Dec 18 17:54:48 2020 +0300
compile fix
commit 6b956a2a0dbcf0b80ef976116006d14db60abebe
Author: myrrc <me@myrrec.space>
Date: Fri Dec 18 17:50:16 2020 +0300
possible fix for non-const mult
commit 58ef4c34c070c08a7f9b6cc5fd337b91781f6141
Author: myrrc <me@myrrec.space>
Date: Fri Dec 18 17:44:24 2020 +0300
prep for debug version
commit 3c01cfe630bb24a24d91583d7137d57be49cb5b4
Author: myrrc <me@myrrec.space>
Date: Fri Dec 18 17:34:51 2020 +0300
no scale added
commit fa1f7f40f5875b6e538c9779ae5f4b0258c44c46
Author: myrrc <me@myrrec.space>
Date: Fri Dec 18 17:32:44 2020 +0300
another try
commit 6488846c9200c92629953bde0e6412a83fbdae14
Author: myrrc <me@myrrec.space>
Date: Fri Dec 18 17:23:51 2020 +0300
signature fix
commit bc651b304750d28ca722430ad3b4c433b8ab82eb
Author: myrrc <me@myrrec.space>
Date: Fri Dec 18 17:21:32 2020 +0300
added the suboptimal solution
commit 764d4622886384b5a60229bb2a1c88d5eeac5764
Author: myrrc <me@myrrec.space>
Date: Fri Dec 18 17:16:54 2020 +0300
updated test with possible right values
commit 611d400106040e5099dc47a4b7ec71f807a9f324
Author: myrrc <me@myrrec.space>
Date: Fri Dec 18 17:13:15 2020 +0300
fixed compile error
commit 6c91b3dba0945a0aa40288291c2c93727ff69c59
Author: myrrc <me@myrrec.space>
Date: Fri Dec 18 17:10:37 2020 +0300
added explicit scale calc
commit 1f105145994d55e903a2e0343ddaa2e706a92ff6
Author: myrrc <me@myrrec.space>
Date: Fri Dec 18 17:02:02 2020 +0300
another attempt
commit 07bc3a2a4d26b6be743e511aac4dfddfb343ee97
Author: myrrc <me@myrrec.space>
Date: Fri Dec 18 16:49:00 2020 +0300
reverted the overengineering
commit c4ea410a4da0872035f3ec0a0f57b87aa66999a3
Author: myrrc <me@myrrec.space>
Date: Fri Dec 18 16:45:44 2020 +0300
updated the comments and branches
commit 15f0915ad32913a0032b497acad3367937cf2416
Author: myrrc <me@myrrec.space>
Date: Fri Dec 18 16:35:37 2020 +0300
replaced ternary if
commit 84013d253dff75b1f522ac1756fb8c966a51f88c
Author: myrrc <me@myrrec.space>
Date: Fri Dec 18 16:33:00 2020 +0300
fix: ternary if
commit f34c0500dbd9b3d9af75be1151238cd3668e9b1e
Author: myrrc <me@myrrec.space>
Date: Fri Dec 18 16:29:53 2020 +0300
enlarged the test, updated scales calc
commit d4f8c46210fce2491cd4ad49e41f9e1bf82d0170
Author: myrrc <me@myrrec.space>
Date: Fri Dec 18 16:04:19 2020 +0300
fixed the test
commit 283268c50feefcadfe914a286361d96d4c248f4b
Merge: 5b6143bf2f 6a9397a64b
Author: myrrc <me@myrrec.space>
Date: Fri Dec 18 15:42:39 2020 +0300
Merge branch 'improvement/multiply-decimals-and-floats' of github:myrrc/clickhouse into improvement/multiply-decimals-and-floats
commit 5b6143bf2f3281a9e57f9316cf7c8c313f1b8ee6
Author: myrrc <me@myrrec.space>
Date: Fri Dec 18 15:42:12 2020 +0300
fix style error
commit 05abfb04bde8685588886c75aff415c4d7aad001
Merge: a50e9548fd 26637bd7ee
Author: myrrc <me@myrrec.space>
Date: Fri Dec 18 15:42:01 2020 +0300
Merge remote-tracking branch 'upstream/master' into improvement/multiply-decimals-and-floats
commit 26637bd7ee690fdbe902b4cfd076edb51dadc076
Merge: 0d9519a0a2 911a1cd48f
Author: alesapin <alesapin@gmail.com>
Date: Fri Dec 18 12:41:16 2020 +0300
Merge pull request #17943 from ClickHouse/try_rewrite_writer
Small simplification of MergeTreeDataWriter
commit 0d9519a0a2ca464e752b2593f7b061cb63eca4a4
Merge: 6ee2ada592 e4433157e7
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date: Fri Dec 18 08:08:26 2020 +0300
Merge pull request #17567 from ClickHouse/insert_quorum_parallel-default
Insert quorum parallel by default
commit 6ee2ada592a7015bebeee21320dfb90a58d8a934
Merge: 55604bde47 fb3d235e84
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date: Fri Dec 18 08:07:46 2020 +0300
Merge pull request #18204 from ClickHouse/remove-strerror
Do not use non thread-safe function `strerror`
commit 55604bde47f52e72998a1c3adaf50d4d1e1dfb68
Author: Alexey Milovidov <milovidov@yandex-team.ru>
Date: Fri Dec 18 08:07:09 2020 +0300
Whitespaces
commit c343fa1ae4322f408f9ce42c58539e3a5269df2a
Merge: 6a5ce2eea7 4a1618d0b8
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date: Fri Dec 18 08:03:11 2020 +0300
Merge pull request #18202 from ClickHouse/update-libc-headers-2
Update libc headers
commit 6a5ce2eea7378e2378b54812aa176680b663455a
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date: Fri Dec 18 07:58:56 2020 +0300
Update config.xml
commit 44734a829ea4add9ba88be3844408c1a1484f8e5
Merge: aa7793e38f b4a59aecfe
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date: Fri Dec 18 06:39:35 2020 +0300
Merge pull request #18207 from ClickHouse/better-config
Better config: example ports, security advices
commit b4a59aecfe7a74e74cc8921be5e2d2454fdfc6d7
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date: Fri Dec 18 06:39:21 2020 +0300
Update config.xml
commit aa7793e38f7bdc2de2878787c7f5b0f58675494a
Merge: 8bc9d8ed7e d198f03301
Author: Nikita Mikhaylov <mikhaylovnikitka@gmail.com>
Date: Fri Dec 18 01:54:42 2020 +0300
Merge pull request #18084 from nikitamikhaylov/fix-arcadia-third
Try to fix Arcadia
commit 8bc9d8ed7e7140c66d5da9c56c79aaeb357d89f1
Merge: 6fc3ca8b7b 52ef4289fe
Author: tavplubix <avtokmakov@yandex-team.ru>
Date: Fri Dec 18 01:50:32 2020 +0300
Merge pull request #18198 from ClickHouse/materialize_mysql_optimize_on_insert
Enable optimize_on_insert for MaterializeMySQL
commit 6a9397a64bc7c3d71520d515d917a13ceab476f3
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date: Fri Dec 18 01:35:37 2020 +0300
Update FunctionBinaryArithmetic.h
commit a50e9548fd25eb9783844e181eff44cbc215cd17
Merge: 43348bd708 0462340d8a
Author: myrrc <me@myrrec.space>
Date: Fri Dec 18 01:26:23 2020 +0300
Merge branch 'improvement/multiply-decimals-and-floats' of github:myrrc/clickhouse into improvement/multiply-decimals-and-floats
commit 43348bd7087b7f46b36ec60d4890287d4de78144
Author: myrrc <me@myrrec.space>
Date: Fri Dec 18 01:25:30 2020 +0300
fixed the possible values case
commit 0462340d8a6c02a455b254cd12a6beb4c759c3d0
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date: Fri Dec 18 01:03:25 2020 +0300
Update FunctionBinaryArithmetic.h
commit 5a78eafb0547b53df329c9a2b4fb7d3d1d8d7b6b
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date: Fri Dec 18 00:59:39 2020 +0300
Update FunctionBinaryArithmetic.h
commit 40c702c54a4d676fef6ce22b583a4523c287af2f
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date: Fri Dec 18 00:56:42 2020 +0300
Update multiply.cpp
commit 6fc3ca8b7b42879d36a9dfd1756b9eb772128814
Merge: 8140fbd0fb 0c04a263e5
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date: Fri Dec 18 00:45:27 2020 +0300
Merge pull request #16724 from kitaisreal/added-function-accurate-cast-or-null
Added function accurateCastOrNull, allow different types inside IN subquery
commit 92d8840ae5ae49e95341b9eb39061a455fa6e6d5
Author: Alexey Milovidov <milovidov@yandex-team.ru>
Date: Fri Dec 18 00:31:09 2020 +0300
Better config: example ports, security advices
commit 8140fbd0fb5b177f8d862306fb9dacd2c6254cb2
Merge: 799997db35 aecdd02be4
Author: alesapin <alesapin@gmail.com>
Date: Fri Dec 18 00:22:19 2020 +0300
Merge pull request #18200 from ClickHouse/more_logs_during_quorum
More logs during quorum insert
commit fe1b39625664c7397d7c0f18f650a1a605be2f35
Author: myrrc <me@myrrec.space>
Date: Fri Dec 18 00:14:06 2020 +0300
added test reference
commit bf5e836414f68f49d363708c8d32b0a9f0d576cc
Author: myrrc <me@myrrec.space>
Date: Fri Dec 18 00:03:45 2020 +0300
updated the test
commit 7db7a9ef5b2727196f037af3e5d4f0834fbdc3cf
Author: myrrc <me@myrrec.space>
Date: Thu Dec 17 23:55:59 2020 +0300
added another constexpr branch
commit 205db4fa92a3f9086fc154997a9dc283719aefbb
Author: myrrc <me@myrrec.space>
Date: Thu Dec 17 23:50:59 2020 +0300
fixed the scale bug, added the test (wo reference)
commit b5e6b233eea10c5ba62ea615492f50b7363bf114
Merge: 4f7d019a9e 61d9d213e9
Author: myrrc <me@myrrec.space>
Date: Thu Dec 17 23:20:14 2020 +0300
Merge branch 'improvement/multiply-decimals-and-floats' of github:myrrc/clickhouse into improvement/multiply-decimals-and-floats
commit 4f7d019a9ebd22b06b3607895a2160fb78c41f4a
Author: myrrc <me@myrrec.space>
Date: Thu Dec 17 23:19:57 2020 +0300
Squashed commit of the following:
commit 61d9d213e91f7fbc0381a2ef81b1e941d7fd2506
Author: myrrc <me@myrrec.space>
Date: Thu Dec 17 23:14:02 2020 +0300
fixed another variable init
commit 73f3195fe17610f814453b27c8f4bbd15a54820d
Author: myrrc <me@myrrec.space>
Date: Thu Dec 17 23:12:41 2020 +0300
fixed variable init
commit 488f4ef42e90988667f77ec5b6d7e25fef9a3a03
Author: myrrc <me@myrrec.space>
Date: Thu Dec 17 23:09:33 2020 +0300
fixed compile condition
commit e50af17545827eb9ef657ff7d17c319afb17428e
Author: myrrc <me@myrrec.space>
Date: Thu Dec 17 23:05:10 2020 +0300
fixed template args1
commit f93385dcf01697a3cd5e77d8ef7f5b69aa8c90ac
Author: myrrc <me@myrrec.space>
Date: Thu Dec 17 23:01:29 2020 +0300
replaced lambda with helper function
commit 5974e784c29b54c59b1d84a1cecd1049cbc5e5a5
Author: myrrc <me@myrrec.space>
Date: Thu Dec 17 22:52:52 2020 +0300
added the conversion func
commit 6eecef35a6b09f1d83f5e1c75db8200d4a438fe5
Author: myrrc <me@myrrec.space>
Date: Thu Dec 17 22:35:46 2020 +0300
fixed result type trait
commit 31e3ca16703e06b5ac5cd3bc39631d0dfdaa12cc
Author: myrrc <me@myrrec.space>
Date: Thu Dec 17 22:26:15 2020 +0300
restored type signature
commit 613f4e0f04405a9ce5901f36f82935e32c1ca03b
Author: myrrc <me@myrrec.space>
Date: Thu Dec 17 22:24:09 2020 +0300
removed explicit types
commit 1c52842e835a661a9fb36693a45ff70a1be96633
Author: myrrc <me@myrrec.space>
Date: Thu Dec 17 22:21:23 2020 +0300
simplified the condition
commit c61af32360f95b5cffa8827b77e603fcb7c01740
Author: myrrc <me@myrrec.space>
Date: Thu Dec 17 22:12:12 2020 +0300
fixed const column branch
commit fd1d24c928acdcf8d0009ba975209fc2876ebfd0
Author: myrrc <me@myrrec.space>
Date: Thu Dec 17 22:10:33 2020 +0300
fixed overflow check
commit b428f8fcd88c8bcc29fe3aac86361df672d5d0e4
Author: myrrc <me@myrrec.space>
Date: Thu Dec 17 22:01:04 2020 +0300
fixed scales
commit 39c82fe50cb3652ae1f426650634bb89468023f5
Author: myrrc <me@myrrec.space>
Date: Thu Dec 17 21:52:19 2020 +0300
fixed result type
commit 54887dacbf2a1243e1dc70dee259787141592ab2
Author: myrrc <me@myrrec.space>
Date: Thu Dec 17 21:38:36 2020 +0300
fix scale init
commit 3e9428515c28aa6b9f73fa1a9ff02f7115f913a8
Author: myrrc <me@myrrec.space>
Date: Thu Dec 17 21:36:15 2020 +0300
fix deleted constuctor
commit ea2da764f6bd4e1500adaebfc9794879bf414526
Author: myrrc <me@myrrec.space>
Date: Thu Dec 17 21:33:51 2020 +0300
fixed result data type init
commit 1f67b0ce8d68693262a6e714d5c9f2f40b74c9a1
Author: myrrc <me@myrrec.space>
Date: Thu Dec 17 21:28:51 2020 +0300
reverting if constexpr
commit 494e9066c33c9949d2063f8a63ce1f31120c8805
Author: myrrc <me@myrrec.space>
Date: Thu Dec 17 21:17:38 2020 +0300
fixing first compile bug
commit d24fc58c94e270f48834451f4807aba10fe330fc
Author: myrrc <me@myrrec.space>
Date: Thu Dec 17 21:12:24 2020 +0300
case fix 2
commit 9f217c5df57e6fe8d8ca5d823d4889e39830ffc1
Author: myrrc <me@myrrec.space>
Date: Thu Dec 17 21:11:39 2020 +0300
case fix
commit fa6a1d3b4a70f3217df426934b14de4c6a166e6d
Author: myrrc <me@myrrec.space>
Date: Thu Dec 17 20:55:35 2020 +0300
fix
commit af8a72a45f2162f69c3cc0034af607cc17d288f9
Author: myrrc <me@myrrec.space>
Date: Thu Dec 17 20:16:37 2020 +0300
fix
commit 737d4fc22fd2565e5551b15f6cd96aa419a271cd
Author: myrrc <me@myrrec.space>
Date: Thu Dec 17 19:43:29 2020 +0300
debug fix
commit fcacf5c510c1ea34f3980863c92b34a191523f7d
Author: myrrc <me@myrrec.space>
Date: Thu Dec 17 19:31:54 2020 +0300
another try
commit 49f3b71b5f1c731c98eb0d90421bef968a675e64
Author: myrrc <me@myrrec.space>
Date: Thu Dec 17 18:48:22 2020 +0300
another fix
commit 0d319c8c612285fc249a6aea9382e9aad3b8e7c4
Author: myrrc <me@myrrec.space>
Date: Thu Dec 17 18:47:14 2020 +0300
fix
commit 9d5998fd10812ae4cf6b786dbe11fb947b6ec35b
Author: myrrc <me@myrrec.space>
Date: Thu Dec 17 18:46:01 2020 +0300
added debug info
commit 17d996054ecd77d59246a26b48ff3f2436c17d3a
Author: myrrc <me@myrrec.space>
Date: Wed Dec 16 18:47:24 2020 +0300
style fix
commit 02baaddc13b5cb40f77b44bcc104421030963012
Author: myrrc <me@myrrec.space>
Date: Wed Dec 16 18:20:41 2020 +0300
removed some casts
commit 799997db35856f1a71329bc6a14cc53348b34d1f
Merge: 30c98adde4 832d99515b
Author: alesapin <alesapin@gmail.com>
Date: Thu Dec 17 23:16:58 2020 +0300
Merge pull request #16621 from arenadata/ADQM-148
HDFS configuration and Kerberos Authenticaiton
commit 61d9d213e91f7fbc0381a2ef81b1e941d7fd2506
Author: myrrc <me@myrrec.space>
Date: Thu Dec 17 23:14:02 2020 +0300
fixed another variable init
commit 30c98adde46e6d242d8bc27e075d68c4177c06f1
Author: alesapin <alesapin@gmail.com>
Date: Thu Dec 17 23:13:49 2020 +0300
Fix local variable in clickhouse-test
commit 73f3195fe17610f814453b27c8f4bbd15a54820d
Author: myrrc <me@myrrec.space>
Date: Thu Dec 17 23:12:41 2020 +0300
fixed variable init
commit 488f4ef42e90988667f77ec5b6d7e25fef9a3a03
Author: myrrc <me@myrrec.space>
Date: Thu Dec 17 23:09:33 2020 +0300
fixed compile condition
commit e50af17545827eb9ef657ff7d17c319afb17428e
Author: myrrc <me@myrrec.space>
Date: Thu Dec 17 23:05:10 2020 +0300
fixed template args1
commit f93385dcf01697a3cd5e77d8ef7f5b69aa8c90ac
Author: myrrc <me@myrrec.space>
Date: Thu Dec 17 23:01:29 2020 +0300
replaced lambda with helper function
commit b9c537ac37facaf84ef2beafd933c48027c61cac
Merge: d9125a4822 da18af96a3
Author: Vitaly Baranov <vitbar@yandex-team.ru>
Date: Thu Dec 17 22:59:33 2020 +0300
Merge pull request #18104 from vitlibar/fix-access-rights-for-merge-table-function-2
Fix access rights required for the merge() table function #2.
commit d9125a4822109d2f60f35ee96222c77c73e00ee8
Merge: dbfe50c0c1 72df75fc50
Author: Vitaly Baranov <vitbar@yandex-team.ru>
Date: Thu Dec 17 22:59:09 2020 +0300
Merge pull request #18014 from vitlibar/fix-showing-temporary-tables-in-system-tables
Fix showing temporary tables in system tables
commit 5974e784c29b54c59b1d84a1cecd1049cbc5e5a5
Author: myrrc <me@myrrec.space>
Date: Thu Dec 17 22:52:52 2020 +0300
added the conversion func
commit dbfe50c0c1593f0bf3820cf7e36107c31c12a167
Merge: 82ed528d98 a207e3db75
Author: alesapin <alesapin@gmail.com>
Date: Thu Dec 17 22:52:15 2020 +0300
Merge pull request #18199 from ClickHouse/add_one_more_test_in_util
Add one more case in zk test util
commit 82ed528d980b9b021eafe7ffb94cb7e89f6c0b6f
Merge: f82274a722 fa266790b4
Author: alesapin <alesapin@gmail.com>
Date: Thu Dec 17 22:51:52 2020 +0300
Merge pull request #18191 from ClickHouse/hard_watches_test
Test watches for in-memory zookeeper
commit e4433157e7daf43fb57123818f2f88fa3d72a7bc
Merge: c2b0f9d530 f82274a722
Author: Alexey Milovidov <milovidov@yandex-team.ru>
Date: Thu Dec 17 22:42:32 2020 +0300
Merge branch 'master' into insert_quorum_parallel-default
commit c2b0f9d5306831fca199dcc9275925dcd496461e
Author: Alexey Milovidov <milovidov@yandex-team.ru>
Date: Thu Dec 17 22:42:15 2020 +0300
Update integration test
commit 6eecef35a6b09f1d83f5e1c75db8200d4a438fe5
Author: myrrc <me@myrrec.space>
Date: Thu Dec 17 22:35:46 2020 +0300
fixed result type trait
commit f82274a72297e863e38dc94d636fe2d7bd5f5d57
Merge: e9d97160f4 fd7fe0f84c
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date: Thu Dec 17 22:34:05 2020 +0300
Merge pull request #16527 from kitaisreal/mmap-read-buffer-from-file-descriptor-use-getpagesize
MMapReadBufferFromFileDescriptor use getpagesize
commit e9d97160f4431e5b460ca77c1851146d24981791
Merge: dd78c9dc75 f7f8ff8758
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date: Thu Dec 17 22:28:22 2020 +0300
Merge pull request #16346 from ClickHouse/sigaltstack
Provide diagnostics on stack overflow
commit 31e3ca16703e06b5ac5cd3bc39631d0dfdaa12cc
Author: myrrc <me@myrrec.space>
Date: Thu Dec 17 22:26:15 2020 +0300
restored type signature
commit 613f4e0f04405a9ce5901f36f82935e32c1ca03b
Author: myrrc <me@myrrec.space>
Date: Thu Dec 17 22:24:09 2020 +0300
removed explicit types
commit 1c52842e835a661a9fb36693a45ff70a1be96633
Author: myrrc <me@myrrec.space>
Date: Thu Dec 17 22:21:23 2020 +0300
simplified the condition
commit f7f8ff8758615dcdc923ce45ec327e7f2b1cd29c
Merge: 01d3aef890 dd78c9dc75
Author: Alexey Milovidov <milovidov@yandex-team.ru>
Date: Thu Dec 17 22:16:30 2020 +0300
Merge branch 'master' into sigaltstack
commit c61af32360f95b5cffa8827b77e603fcb7c01740
Author: myrrc <me@myrrec.space>
Date: Thu Dec 17 22:12:12 2020 +0300
fixed const column branch
commit fd1d24c928acdcf8d0009ba975209fc2876ebfd0
Author: myrrc <me@myrrec.space>
Date: Thu Dec 17 22:10:33 2020 +0300
fixed overflow check
commit 0c04a263e539ce530bc7a4ea98f57b2c59f35919
Author: Maksim Kita <kitaetoya@gmail.com>
Date: Thu Dec 17 22:04:26 2020 +0300
Fixed ya.make
commit b428f8fcd88c8bcc29fe3aac86361df672d5d0e4
Author: myrrc <me@myrrec.space>
Date: Thu Dec 17 22:01:04 2020 +0300
fixed scales
commit 39c82fe50cb3652ae1f426650634bb89468023f5
Author: myrrc <me@myrrec.space>
Date: Thu Dec 17 21:52:19 2020 +0300
fixed result type
commit 54887dacbf2a1243e1dc70dee259787141592ab2
Author: myrrc <me@myrrec.space>
Date: Thu Dec 17 21:38:36 2020 +0300
fix scale init
commit 3e9428515c28aa6b9f73fa1a9ff02f7115f913a8
Author: myrrc <me@myrrec.space>
Date: Thu Dec 17 21:36:15 2020 +0300
fix deleted constuctor
commit ea2da764f6bd4e1500adaebfc9794879bf414526
Author: myrrc <me@myrrec.space>
Date: Thu Dec 17 21:33:51 2020 +0300
fixed result data type init
commit 9aaa2f934580122bb3dc84950f6ca84ffa65327b
Author: Maksim Kita <kitaetoya@gmail.com>
Date: Thu Dec 17 21:32:25 2020 +0300
Fixed compilation timeout
commit 1f67b0ce8d68693262a6e714d5c9f2f40b74c9a1
Author: myrrc <me@myrrec.space>
Date: Thu Dec 17 21:28:51 2020 +0300
reverting if constexpr
commit fb3d235e8473d70500bf0e11788a9ec782466f37
Author: Alexey Milovidov <milovidov@yandex-team.ru>
Date: Thu Dec 17 21:08:42 2020 +0300
Do not use strerror
commit 494e9066c33c9949d2063f8a63ce1f31120c8805
Author: myrrc <me@myrrec.space>
Date: Thu Dec 17 21:17:38 2020 +0300
fixing first compile bug
commit d24fc58c94e270f48834451f4807aba10fe330fc
Author: myrrc <me@myrrec.space>
Date: Thu Dec 17 21:12:24 2020 +0300
case fix 2
commit 9f217c5df57e6fe8d8ca5d823d4889e39830ffc1
Author: myrrc <me@myrrec.space>
Date: Thu Dec 17 21:11:39 2020 +0300
case fix
commit fa6a1d3b4a70f3217df426934b14de4c6a166e6d
Author: myrrc <me@myrrec.space>
Date: Thu Dec 17 20:55:35 2020 +0300
fix
commit dd78c9dc75ad684b4cad458a5e87f3e28d3ba775
Merge: a77acd5aa7 b25f126569
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date: Thu Dec 17 20:44:44 2020 +0300
Merge pull request #17566 from ClickHouse/relax-too-many-parts-1
Relax "Too many parts" threshold, part 1
commit 4a1618d0b80b6ec1d692a42a0a96ee92bbf26dbd
Author: Alexey Milovidov <milovidov@yandex-team.ru>
Date: Thu Dec 17 20:25:51 2020 +0300
Update libc headers
commit af8a72a45f2162f69c3cc0034af607cc17d288f9
Author: myrrc <me@myrrec.space>
Date: Thu Dec 17 20:16:37 2020 +0300
fix
commit 737d4fc22fd2565e5551b15f6cd96aa419a271cd
Author: myrrc <me@myrrec.space>
Date: Thu Dec 17 19:43:29 2020 +0300
debug fix
commit fcacf5c510c1ea34f3980863c92b34a191523f7d
Author: myrrc <me@myrrec.space>
Date: Thu Dec 17 19:31:54 2020 +0300
another try
commit a207e3db7555b2984275a55a2116af48ece3af48
Author: alesapin <alesapin@gmail.com>
Date: Thu Dec 17 19:21:46 2020 +0300
Fix bad sleep
commit aecdd02be4880b262fa7d4e1cf2e6b28027c4e59
Author: alesapin <alesapin@gmail.com>
Date: Thu Dec 17 19:14:42 2020 +0300
Better message
commit f45993cd1e4bd651b25ce73cfab1d75b775690ed
Author: alesapin <alesapin@gmail.com>
Date: Thu Dec 17 19:13:01 2020 +0300
More logs during quorum insert
commit 49f3b71b5f1c731c98eb0d90421bef968a675e64
Author: myrrc <me@myrrec.space>
Date: Thu Dec 17 18:48:22 2020 +0300
another fix
commit 0d319c8c612285fc249a6aea9382e9aad3b8e7c4
Author: myrrc <me@myrrec.space>
Date: Thu Dec 17 18:47:14 2020 +0300
fix
commit d198f033017dc5da327855eba62acb2657bd69cb
Author: nikitamikhaylov <mikhaylovnikitka@gmail.com>
Date: Thu Dec 17 18:46:26 2020 +0300
suppress warnings
commit 9d5998fd10812ae4cf6b786dbe11fb947b6ec35b
Author: myrrc <me@myrrec.space>
Date: Thu Dec 17 18:46:01 2020 +0300
added debug info
commit a77acd5aa753b154e475b7c6706274fbae9db8df
Author: Anton Popov <pad11rus@gmail.com>
Date: Thu Dec 17 18:12:24 2020 +0300
Fix flaky test
commit e80b93939f451202e579624602ef3ec8ac596a07
Author: alesapin <alesapin@gmail.com>
Date: Thu Dec 17 18:09:09 2020 +0300
Add one more case in zk test uti
commit cb91d64fe7a9ba589faf52a384da9f0c10392953
Author: hexiaoting <hewenting_ict@163.com>
Date: Thu Dec 17 22:16:14 2020 +0800
Add new feature: limit length and offset setting (#17633)
Co-authored-by: Alexander Kazakov <Akazz@users.noreply.github.com>
commit 52ef4289feca44bdd75a188c6fa558842ce6203a
Author: Alexander Tokmakov <avtokmakov@yandex-team.ru>
Date: Thu Dec 17 16:05:38 2020 +0300
enable optimize_on_insert for MaterializeMySQL
commit 0f3582883c3b1b75ef96dda9ceed5c4b2e7897d1
Merge: d302685e72 8f49946a72
Author: Nikita Mikhaylov <mikhaylovnikitka@gmail.com>
Date: Thu Dec 17 15:44:55 2020 +0300
Merge pull request #18147 from kitaisreal/array-aggregation-big-integer-types-support
Added array aggregation big integer types support
commit d302685e726b6960b31f1df29d4f01cd5656b907
Merge: 7e73b6acd8 3e07094364
Author: Nikita Mikhaylov <mikhaylovnikitka@gmail.com>
Date: Thu Dec 17 15:12:05 2020 +0300
Merge pull request #18172 from nikitamikhaylov/julian-day-msan
toModifiedJulianDayOrNull msan fix
commit 3e070943644630c3297d67c878b39b5e000c60a9
Author: nikitamikhaylov <mikhaylovnikitka@gmail.com>
Date: Thu Dec 17 15:11:32 2020 +0300
style
commit fa266790b42671f9b9f55354cf72c7a76498c534
Author: alesapin <alesapin@gmail.com>
Date: Thu Dec 17 14:29:29 2020 +0300
Better test
commit 7e73b6acd874e47e3724716a8707a2b0386c70bf
Merge: d82c23d5cf 294e8bbb4e
Author: tavplubix <avtokmakov@yandex-team.ru>
Date: Thu Dec 17 14:26:51 2020 +0300
Merge pull request #17642 from filimonov/detach-permanently
DETACH TABLE PERMANENTLY
commit b6bd84df844e3c0760847fcbe040a72eb284d61c
Author: alesapin <alesapin@gmail.com>
Date: Thu Dec 17 14:25:59 2020 +0300
One more test for watches
commit d82c23d5cf8ab49905212b0699bd43a2668fbd81
Merge: 10449695bc c6ac831d4e
Author: Kruglov Pavel <48961922+Avogar@users.noreply.github.com>
Date: Thu Dec 17 14:00:05 2020 +0300
Merge pull request #16853 from amosbird/ss
Add -SimpleState combinator
commit 911a1cd48f66ba270d91b1fa8b1e3abb5b435b03
Author: alesapin <alesapin@gmail.com>
Date: Thu Dec 17 13:25:31 2020 +0300
Suppress gdb warning
commit da18af96a33765a74cf5f762ff5d2a3623e0510b
Author: Vitaly Baranov <vitbar@yandex-team.ru>
Date: Thu Dec 10 23:16:53 2020 +0300
Fix access rights required for the merge() table function.
commit fd7fe0f84cc53de082c530c9e133e06dd6dccff7
Author: Maksim Kita <kitaetoya@gmail.com>
Date: Thu Dec 17 12:10:46 2020 +0300
Updated ya.make
commit 832d99515b4f4d68a3121579dbdeec153900af51
Author: Ilya Golshtein <gie@arenadata.io>
Date: Thu Dec 17 12:05:49 2020 +0300
tag for yandex/clickhouse-kerberized-hadoop
commit 72df75fc50877eee367ece609c602a9af518374f
Author: Vitaly Baranov <vitbar@yandex-team.ru>
Date: Fri Dec 11 23:48:27 2020 +0300
Add tests.
commit af3ccb49f1e917d0f703dc9ba7102c2a6a18e29e
Author: Vitaly Baranov <vitbar@yandex-team.ru>
Date: Fri Dec 11 22:44:18 2020 +0300
Show create query for temporary tables in system.tables
commit ede755d3bced701606b048ae7d4983c1451a3f69
Author: Vitaly Baranov <vitbar@yandex-team.ru>
Date: Fri Dec 11 23:32:57 2020 +0300
Show temporary tables in system.columns as tables with empty database.
commit d7a3cc8c909a6d35737968ea16b3fad2ee92190b
Author: Vitaly Baranov <vitbar@yandex-team.ru>
Date: Fri Dec 11 22:42:14 2020 +0300
Don't show the "_temporary_and_external_tables" database in system tables
system.databases, system.tables, system.columns.
commit b74e7accf15c7fe3880827ce9103a650da3c942c
Author: alesapin <alesapin@gmail.com>
Date: Thu Dec 17 11:17:39 2020 +0300
Review fixes
commit f2957d6f0545ce4aeb023bb7b71a0a49d2e888ad
Merge: 1bd2f49fb5 10449695bc
Author: alesapin <alesapin@gmail.com>
Date: Thu Dec 17 10:40:25 2020 +0300
Merge branch 'master' into try_rewrite_writer
commit 10449695bc0f9dbed35b1e00303f86867d4861ce
Author: Nikolai Kochetov <nik-kochetov@yandex-team.ru>
Date: Thu Dec 17 10:32:11 2020 +0300
Update boost.
commit c91c5d0a686c5bfbb883318428b9c0d2c3091985
Author: Nikolai Kochetov <nik-kochetov@yandex-team.ru>
Date: Thu Dec 17 10:29:47 2020 +0300
Update boost.
commit 66228f405456b74488fdb54d2fb79af9e26af567
Merge: bc0186eede 1f3702ff9e
Author: alesapin <alesapin@gmail.com>
Date: Thu Dec 17 10:15:30 2020 +0300
Merge pull request #18065 from ClickHouse/fix_watch_race_testkeeper
Remove dead list watches from TestKeeperStorage
commit bc0186eede039b4c6ebe407fd427806f5bd6b28d
Merge: 81c00a4e94 6c8f844442
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date: Thu Dec 17 07:19:04 2020 +0300
Merge pull request #18168 from ClickHouse/unknown_function_better_exception
Better exception message for unknown function
commit 81c00a4e94c2fc3017263aa0f6e0d4cddf219b2c
Merge: b159e15b1b 76e73e4e8b
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date: Thu Dec 17 07:18:53 2020 +0300
Merge pull request #18167 from ClickHouse/fix_checking_profile_settings_constraints
Fix `Unknown setting profile` error on attempt to set settings profile
commit 01d3aef89096564bf399efc8b8616fe7b3a9a48d
Author: Alexey Milovidov <milovidov@yandex-team.ru>
Date: Thu Dec 17 05:53:43 2020 +0300
Disable trap back
commit b159e15b1b544de418344d78fe15cc856f902b4a
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date: Thu Dec 17 05:50:04 2020 +0300
Update easy_tasks_sorted_ru.md
commit 22363f6086a31f2cf7ea397b81f424a395ce23ce
Author: nikitamikhaylov <mikhaylovnikitka@gmail.com>
Date: Thu Dec 17 05:29:27 2020 +0300
better
commit db362e4585ae9de6c189fc8a3ea2bca7dcb5c192
Author: nikitamikhaylov <mikhaylovnikitka@gmail.com>
Date: Thu Dec 17 05:20:56 2020 +0300
done
commit 4e8978e02222a2810a3e698f4203f2d12931c08e
Author: Alexey Milovidov <milovidov@yandex-team.ru>
Date: Thu Dec 17 05:21:27 2020 +0300
Merge with master
commit 7f280bef37226f9d8dbd2873bde368206aecfb7d
Merge: 2e232bad74 16e524e0de
Author: Alexey Milovidov <milovidov@yandex-team.ru>
Date: Thu Dec 17 05:09:10 2020 +0300
Merge branch 'master' into sigaltstack
commit 7abc58526ab64ff98f13d1906c36547bdaf04da9
Author: Alexey Milovidov <milovidov@yandex-team.ru>
Date: Thu Dec 17 04:55:07 2020 +0300
Update test
commit 6a7c73a7bdc931d1a7f98fe543efab0970ca4dae
Merge: f46eb6f2be 16e524e0de
Author: Alexey Milovidov <milovidov@yandex-team.ru>
Date: Thu Dec 17 04:54:17 2020 +0300
Merge branch 'master' into insert_quorum_parallel-default
commit b25f126569e4870cdfcc6cba4858122ba5edd6b7
Author: Alexey Milovidov <milovidov@yandex-team.ru>
Date: Thu Dec 17 04:52:27 2020 +0300
Added a test
commit 9a017b77df614a2618f9ffcd706b77f970ce582d
Merge: 2e6bedce91 16e524e0de
Author: Alexey Milovidov <milovidov@yandex-team.ru>
Date: Thu Dec 17 04:40:39 2020 +0300
Merge branch 'master' into relax-too-many-parts-1
commit d2653f91e1bbaec641c832a9764948abf3d24cf7
Merge: 792d8981ab 4edbb42ba1
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date: Thu Dec 17 03:40:13 2020 +0300
Merge pull request #18112 from GrigoryPervakov/join_set_s3
Use IDisk in Set and Join storages
commit 792d8981ab74a58f2a909a143276ed6ef2ed8dac
Merge: 37da513c36 60b916fe0b
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date: Thu Dec 17 03:36:07 2020 +0300
Merge pull request #18115 from AnaUvarova/ana-uvarova-DOCSUP-2030-rus-faq-order
DOCSUP-2030 Rus FAQ order
commit 37da513c3619d14ea87c307beae3179ce0f2bc38
Merge: 484f20f77d d96ca3fb8d
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date: Thu Dec 17 03:35:19 2020 +0300
Merge pull request #18136 from taiyang-li/explain_ast_nonselect_query
Explain ast support nonselect querys
commit 484f20f77d0eb6d96e312f434b4a63f8ef16d909
Merge: 908784a0d9 849db47f8a
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date: Thu Dec 17 03:34:39 2020 +0300
Merge pull request #18140 from ClickHouse/fix_flaky_test
Trying to fix 00620_optimize_on_nonleader_test
commit 908784a0d982e3e09bab3876498d3047222f2f76
Merge: 2e2cc6d344 8139bab240
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date: Thu Dec 17 03:32:10 2020 +0300
Merge pull request #18148 from ClickHouse/suppress_error_in_test
Suppress error in 00993_system_parts_race_condition_drop_zookeeper
commit 71bd7e55d30d6aabf9cdf7607b828d60b8d82ae9
Author: nikitamikhaylov <mikhaylovnikitka@gmail.com>
Date: Thu Dec 17 03:15:13 2020 +0300
Bump
commit 2e2cc6d344d4615b691c4c330bb5b7ff909e1ab9
Merge: a999850378 2413e82e96
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date: Thu Dec 17 01:19:08 2020 +0300
Merge pull request #18141 from staticor/patch-5
Update misc.md
commit d70f58a98f8cf1b325823dd6c366120ce77090d8
Author: nikitamikhaylov <mikhaylovnikitka@gmail.com>
Date: Thu Dec 17 00:52:04 2020 +0300
remove ryu
commit 6c8f844442102da23fb7e4cd5b7fdddb92f8cef9
Author: Alexander Tokmakov <avtokmakov@yandex-team.ru>
Date: Thu Dec 17 00:42:14 2020 +0300
better exception message for unknown function
commit 685099af7f530b75772cee40d9c3c25579a30eec
Author: Maksim Kita <kitaetoya@gmail.com>
Date: Thu Dec 17 00:23:41 2020 +0300
Move getPageSize in common
commit 8f49946a72b2bc9766896c732f34dce5b10db5aa
Author: Maksim Kita <kitaetoya@gmail.com>
Date: Thu Dec 17 00:21:44 2020 +0300
Reused Result type
commit 4b32bb323ac71948728892e275a83d0f7e55b5cc
Author: Maksim Kita <kitaetoya@gmail.com>
Date: Thu Dec 17 00:04:03 2020 +0300
Fixed style issues
commit 76e73e4e8b466706b0ddc3ff337b4427e0c569ff
Author: Alexander Tokmakov <avtokmakov@yandex-team.ru>
Date: Wed Dec 16 23:49:56 2020 +0300
fix 'Unknown setting profile' error
commit 5a096a75b8f4e903970d5078447680e0c2b43aef
Author: Maksim Kita <kitaetoya@gmail.com>
Date: Wed Dec 16 23:10:40 2020 +0300
Fixed issues with average
commit 1f3702ff9eac498dec5472680e1d75ab423cf502
Merge: 422467628a a999850378
Author: alesapin <alesapin@gmail.com>
Date: Wed Dec 16 23:03:07 2020 +0300
Merge branch 'master' into fix_watch_race_testkeeper
commit a999850378b01ffe6bc6378df4002ace98bae89a
Merge: 521e3fc4ae dbbe761fa1
Author: alesapin <alesapin@gmail.com>
Date: Wed Dec 16 22:05:16 2020 +0300
Merge pull request #18130 from ClickHouse/fix_remove_column_ttl
Fix remove TTL for column
commit 521e3fc4ae26dd56cda52bd52bef7fed9a9c9df4
Merge: 170cd132da 153610b2c3
Author: Ilya Yatsishin <2159081+qoega@users.noreply.github.com>
Date: Wed Dec 16 21:43:32 2020 +0300
Merge pull request #17910 from sevirov/sevirov-DOCSUP-4919-document_replication_queue_system_table
DOCSUP-4919: Document the system.replication_queue system table
commit 60b916fe0b72509a0151eb5fd2c0556db34a0257
Author: ana-uvarova <ana-uvarova@yandex-team.ru>
Date: Wed Dec 16 21:24:06 2020 +0300
polishing links
commit 23270915d37a05491cfae7ed5b170501349524fb
Author: nikitamikhaylov <mikhaylovnikitka@gmail.com>
Date: Wed Dec 16 21:03:39 2020 +0300
better
commit 170cd132da9350d30cac224a937098b5cbf0e2b1
Merge: b8250882ac 95c35b318e
Author: Alexander Kuzmenkov <36882414+akuzm@users.noreply.github.com>
Date: Wed Dec 16 20:49:43 2020 +0300
Merge pull request #18113 from azat/tld-list-symlink-fix
Avoid using symlinks for top_level_domains
commit b8250882ac371cff376cf0b3d46126510ad1ee3c
Merge: 16e524e0de a7933ddf31
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date: Wed Dec 16 20:35:18 2020 +0300
Merge pull request #18056 from zhangjmruc/master
Fix issue #17160 by adding show settings like '...'
commit 294e8bbb4e74532af994d0118217ee5c4e4e18f0
Author: Mikhail Filimonov <mfilimonov@altinity.com>
Date: Wed Dec 16 18:16:47 2020 +0100
Fix2
commit d96ca3fb8da73ad973c7d701a0e0250b89991d35
Author: Nikolai Kochetov <nik-kochetov@yandex-team.ru>
Date: Wed Dec 16 20:11:32 2020 +0300
Fixing build.
commit 16e524e0de74c0be2a6ebfe7b94e629f0e3502d0
Author: Alexey Milovidov <milovidov@yandex-team.ru>
Date: Wed Dec 16 19:58:00 2020 +0300
Remove outdated info from the docs
commit 422467628a1d3972d7b43117746c26e645cbf528
Merge: b347fa322c d873439846
Author: alesapin <alesapin@gmail.com>
Date: Wed Dec 16 19:45:57 2020 +0300
Merge branch 'master' into fix_watch_race_testkeeper
commit d873439846b576cf884df01a9b23e513a918568e
Merge: d30099fd78 9ad2a76d51
Author: alesapin <alesapin@gmail.com>
Date: Wed Dec 16 19:29:32 2020 +0300
Merge pull request #15236 from ClickHouse/run_func_tests_in_parallel
Collect list of non-parallel test
commit 8139bab240d2a94095707254d6a62e18910597ab
Author: alesapin <alesapin@gmail.com>
Date: Wed Dec 16 19:12:57 2020 +0300
More relaxed check
commit 9cc6fec36cf9b704858bfdf6dc06794a6813bda7
Author: alesapin <alesapin@gmail.com>
Date: Wed Dec 16 19:10:46 2020 +0300
Supress error in 00993_system_parts_race_condition_drop_zookeeper
commit 80dbbc7e58b372f7455419b726e558a63177e936
Author: Maksim Kita <kitaetoya@gmail.com>
Date: Wed Dec 16 18:59:53 2020 +0300
Style check fix
commit b82770c2ad8ef58b89aeea2b4ac4e22e2305e07c
Author: Maksim Kita <kitaetoya@gmail.com>
Date: Wed Dec 16 18:47:30 2020 +0300
Added array aggregation big integer types support
commit 17d996054ecd77d59246a26b48ff3f2436c17d3a
Author: myrrc <me@myrrec.space>
Date: Wed Dec 16 18:47:24 2020 +0300
style fix
commit 50c29d9ed007e744718725f8a1bfe94037723725
Author: nikitamikhaylov <mikhaylovnikitka@gmail.com>
Date: Wed Dec 16 18:34:29 2020 +0300
better
commit d30099fd78164498432cfcf3c2917d506d4a4f2c
Merge: d046164049 44d2194326
Author: Nikolai Kochetov <KochetovNicolai@users.noreply.github.com>
Date: Wed Dec 16 18:23:45 2020 +0300
Merge pull request #18132 from ClickHouse/try-fix-mysql-integration-test
Try fix integration tests.
commit d04616404937d55915faf7e38599fa3f31400776
Merge: b1dc8074ef 69ed3d1cb5
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date: Wed Dec 16 18:22:38 2020 +0300
Merge pull request #18128 from ClickHouse/boringssl-krb5-2
Port Kerberos to BoringSSL
commit 02baaddc13b5cb40f77b44bcc104421030963012
Author: myrrc <me@myrrec.space>
Date: Wed Dec 16 18:20:41 2020 +0300
removed some casts
commit f143a37693027395c873eab0e53085569508c5e1
Author: myrrc <me@myrrec.space>
Date: Wed Dec 16 18:11:26 2020 +0300
simplified case to multiply only
commit f14cafee51ad974d7de3f3ab775345310976c99d
Author: Mikhail Filimonov <mfilimonov@altinity.com>
Date: Wed Dec 16 16:06:43 2020 +0100
Fix tests
commit d7145a5ee15fa81b64c3204a75e66d40ed70267b
Author: myrrc <me@myrrec.space>
Date: Wed Dec 16 18:01:18 2020 +0300
working
commit 484e6e7de4d1d1d4f95002bd4193ae4925a4fdcf
Author: Maksim Kita <kitaetoya@gmail.com>
Date: Wed Dec 16 17:38:17 2020 +0300
Removed getPageSize from small files
commit 849db47f8adf9423e14a79e414f8a9b05c24088b
Author: alesapin <alesapin@gmail.com>
Date: Wed Dec 16 17:31:17 2020 +0300
Better exception messages
commit b1dc8074efbc000c1509d9f2210a5343fabb77ce
Merge: d99792e614 45361f752c
Author: Anton Popov <pad11rus@gmail.com>
Date: Wed Dec 16 16:58:02 2020 +0300
Merge pull request #17829 from CurtizJ/merging-map
Merging data type Map #15806
commit 74ee36bdb8f40bc306323c139b6d0119839fe61b
Author: ana-uvarova <ana-uvarova@yandex-team.ru>
Date: Wed Dec 16 16:39:14 2020 +0300
done
commit 2413e82e9639faf90e40ad7e9f5e757db20326ae
Author: Steve-金勇 <staticor@me.com>
Date: Wed Dec 16 21:35:55 2020 +0800
Update misc.md
Update translation by machine, and improve document more human-readable.
commit c15f5fba3b2547b9c0a8d6b6c8eff6692e53738c
Author: alesapin <alesapin@gmail.com>
Date: Wed Dec 16 16:16:24 2020 +0300
Fix 00620_optimize_on_nonleader_test
commit b347fa322c1c19ddc3db53be4976ce13d4ceea2f
Author: alesapin <alesapin@gmail.com>
Date: Wed Dec 16 15:58:00 2020 +0300
Trying to fix races one more time
commit 5521abba1e18497c47e4d1626ce4c7a4c66b9898
Author: nikitamikhaylov <mikhaylovnikitka@gmail.com>
Date: Wed Dec 16 15:57:42 2020 +0300
fix boost
commit c906b1ca769679af8bf8f0ed1db8fd80877fa416
Author: myrrc <me@myrrec.space>
Date: Wed Dec 16 15:21:23 2020 +0300
added the initial solution
commit 4edbb42ba14ad7fd9bf757c1bec946f8b4f72e08
Author: Pervakov Grigorii <pervakovg@yandex-team.ru>
Date: Tue Dec 15 19:45:13 2020 +0300
Use IDisk in Set and Join storages
commit 0a2bda002d7d94ed2931aafb1d17a6a72a5f3d44
Author: nikitamikhaylov <mikhaylovnikitka@gmail.com>
Date: Wed Dec 16 14:46:58 2020 +0300
remove last commit
commit 61c1db38234f5b84bed5815d8cf6b7890863b6dc
Author: nikitamikhaylov <mikhaylovnikitka@gmail.com>
Date: Wed Dec 16 14:45:40 2020 +0300
skip test
commit bcd6fc1c88f334674c97a4f1fbaa7c8877893041
Author: nikitamikhaylov <mikhaylovnikitka@gmail.com>
Date: Wed Dec 16 02:53:25 2020 +0300
better
commit 18d52dbc63b40784e70e57ce980b9252c37b932d
Author: nikitamikhaylov <mikhaylovnikitka@gmail.com>
Date: Wed Dec 16 02:30:35 2020 +0300
better
commit 20aaf48e38db2ba399ebb61aa004fcad4ffdb7bd
Author: nikitamikhaylov <mikhaylovnikitka@gmail.com>
Date: Tue Dec 15 22:56:47 2020 +0300
pragmas
commit 5c4e1d1db54d81acdbfa4843f81c3ffbf8ecae52
Author: nikitamikhaylov <mikhaylovnikitka@gmail.com>
Date: Tue Dec 15 20:53:10 2020 +0300
better
commit 3288f1fd0cb3bbf7b316deb929b0e797d0173b4b
Author: nikitamikhaylov <mikhaylovnikitka@gmail.com>
Date: Tue Dec 15 16:00:40 2020 +0300
ya make
commit c3a6499f6df3e50178c301e2627147f2ec4cc723
Author: nikitamikhaylov <mikhaylovnikitka@gmail.com>
Date: Tue Dec 15 14:48:24 2020 +0300
fix ya.make
commit 4ccdb3ca208a90963464b911b371aab0ed47c53b
Author: nikitamikhaylov <mikhaylovnikitka@gmail.com>
Date: Tue Dec 15 06:07:43 2020 +0300
done
commit a5a33f1963aa0ab18e7784f2891d692171f3e023
Author: Ilya Golshtein <gie@arenadata.io>
Date: Tue Dec 15 14:52:10 2020 +0300
rpm rebuilddb and yum update in kerberized_hadoop/Dockerfile
commit 39877b1a6fda55fede6aa69c59cecb4496cdd539
Author: Ilya Golshtein <gie@arenadata.io>
Date: Tue Dec 15 12:46:02 2020 +0300
yum clean all in kerberized_hadoop/Dockerfile
commit a4dad0acb7f326e526a91a81bad4ef6072fc10ff
Author: Ilya Golshtein <gie@arenadata.io>
Date: Mon Dec 14 21:35:13 2020 +0300
CentOS 6 became too old
commit 09d1e896741dfd57d1ad5d56805742b8b98d922a
Author: Ilya Golshtein <gie@arenadata.io>
Date: Mon Dec 14 15:07:05 2020 +0300
yandex/clickhouse-kerberized-hadoop + missed header
commit 407565b47f77bc8265bf3fa43ddfe365605d1c2d
Author: Ilya Golshtein <gie@arenadata.io>
Date: Fri Dec 11 12:16:58 2020 +0300
fix - wrong error code
commit 9701d6a2d5fd1db05449f95fc5d2a12573ca488f
Author: Ilya Golshtein <gie@arenadata.io>
Date: Fri Dec 11 00:52:05 2020 +0300
style fix per code review, doc improvement, params consistency check
commit 815856bc3d24bf553cadfce5333710d808066fc5
Author: Ilya Golshtein <gie@arenadata.io>
Date: Sat Nov 28 01:17:05 2020 +0300
pass config, not context to createHDFSBuilder
commit fc0a1af2141199af5315cf7453bda16dc089d45a
Author: Ilya Golshtein <gie@arenadata.io>
Date: Thu Nov 19 00:08:17 2020 +0300
doc minor changes, cleanup, krb5-user as a recommended package
commit 7e9781485900af0240af7eabf69d7f2b537d4a78
Author: Ilya Golshtein <gie@arenadata.io>
Date: Fri Oct 30 22:40:16 2020 +0300
cleanup, fixes, new submodules, ShellCommand, WriteBufferFromString
commit d1d657335b62bedaf4dba7075a35131aafd1df82
Author: Ilya Golshtein <gie@arenadata.io>
Date: Thu Oct 29 23:40:47 2020 +0300
USE_INTERNAL_HDFS3_LIBRARY + bash lint
commit d9166a0645981bbf6c79f109b2916ae86eea0e8a
Author: Ilya Golshtein <gie@arenadata.io>
Date: Mon Sep 28 20:20:04 2020 +0300
HADOOP_SECURE_DN_USER way, kinit thread, docker capabilities
commit eb10948ca2c928f8b10a3676162210722962db2d
Author: Ilya Golshtein <gie@arenadata.io>
Date: Thu Sep 10 13:02:46 2020 +0300
kerberized_hdfs cluster started
commit 185ac744b1f67cfde0d7151556cc9309c1b98b46
Author: Ilya Golshtein <gie@arenadata.io>
Date: Wed Sep 9 15:13:20 2020 +0300
kerberized hdfs compiled
commit 7d23451e8126bb9cf19f05b56b2325a76fc19b14
Author: Maksim Kita <kitaetoya@gmail.com>
Date: Sat Oct 31 00:24:16 2020 +0300
Replaced usages of 4096 constant with getPageSize
commit dbb2fbcdd54197c7689f4a5670b2834d8c24bb17
Author: Maksim Kita <kitaetoya@gmail.com>
Date: Thu Oct 29 22:52:12 2020 +0300
Unified usages of getPageSize
1. Introduced getPageSize function.
2. Replaced usages of getpagesize with getPageSize function.
3. Replaced usages of sysconf(_SG_PAGESIZE) with getPageSize function.
commit 058fbd52223af7c78dac4468d5d964cc865bef50
Author: Maksim Kita <kitaetoya@gmail.com>
Date: Thu Oct 29 21:49:44 2020 +0300
MMapReadBufferFromFileDescriptor use getpagesize
commit dbbe761fa10d088eb73c962e727b88f1006ace3a
Author: alesapin <alesapin@gmail.com>
Date: Wed Dec 16 13:23:11 2020 +0300
Fix test
commit cd7827f70c65b7c9042b9a722aed77b4ee3dd50b
Author: taiyang-li <taiyang_li@163.com>
Date: Wed Dec 16 18:00:21 2020 +0800
explain ast support nonselect queries
commit ea4d11cb73bef08653858207e0be5e84cde69ddf
Author: alesapin <alesapin@gmail.com>
Date: Wed Dec 16 13:04:46 2020 +0300
Wait for connections to special servers
commit 44d2194326804a36163a25c6e967b27a96cf279c
Author: Nikolai Kochetov <nik-kochetov@yandex-team.ru>
Date: Wed Dec 16 11:52:04 2020 +0300
Try fix integration tests.
commit 54aeb8fcff0fb50365748f33a2129aee75ee6789
Merge: 2a4a6b22b1 d99792e614
Author: alesapin <alesapin@gmail.com>
Date: Wed Dec 16 11:25:19 2020 +0300
Merge branch 'master' into fix_remove_column_ttl
commit d99792e61404ff0ee805f7a999e3c433482476f3
Merge: 37363ae89d 86fc9ea4df
Author: alesapin <alesapin@gmail.com>
Date: Wed Dec 16 10:54:58 2020 +0300
Merge pull request #18105 from ClickHouse/fix_docker_images
Fix dependencies for docker stateful_with_coverage
commit 2a4a6b22b19638d18bf51e7b83c8f0a47fd4c2fb
Author: alesapin <alesapin@gmail.com>
Date: Wed Dec 16 10:26:18 2020 +0300
Fix remove TTL for column
commit 37363ae89dd70abb8e23b6bf52bdc248c9f8bbba
Author: Alexey Milovidov <milovidov@yandex-team.ru>
Date: Wed Dec 16 09:43:05 2020 +0300
Comment update
commit 69ed3d1cb5ba5abe7dd23f1901aa0b905f4547e5
Author: Alexey Milovidov <milovidov@yandex-team.ru>
Date: Wed Dec 16 09:40:30 2020 +0300
Update submodule URL
commit e3b490e9b305c2e6b16bf37271d2f13c3ca8d1d7
Author: Alexey Milovidov <milovidov@yandex-team.ru>
Date: Wed Dec 16 09:36:26 2020 +0300
Port Kerberos to BoringSSL
commit 42b401c89390e21537db28398d99c319c1fe0e80
Merge: 4bd5d3b662 cf35e144ff
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date: Wed Dec 16 09:00:38 2020 +0300
Merge pull request #18127 from chienlungcheung/patch-1
Correct the unit from Kb to KB in the last section.
commit cf35e144ff65c8e7ea16579dcb6451f46224214a
Author: Chienlung Cheung <chienlungcheung@gmail.com>
Date: Wed Dec 16 13:55:17 2020 +0800
correct the unit from Kb to KB in the last section.
commit 4bd5d3b662f642d38158482a285366f318711625
Author: Alexey Milovidov <milovidov@yandex-team.ru>
Date: Wed Dec 16 06:36:43 2020 +0300
Comment update
commit 62ce33153a45bc3355555cc6c3a75920425fa4b2
Author: Alexey Milovidov <milovidov@yandex-team.ru>
Date: Wed Dec 16 06:34:25 2020 +0300
Added valuable comment
commit 88c5031dfa14f7805f0aa3a8e3570efc3cac4da7
Author: Alexey Milovidov <milovidov@yandex-team.ru>
Date: Wed Dec 16 06:27:28 2020 +0300
Add a commit #16595
commit ca9ccf4850208d617085fa150b69b5ef35633925
Author: Alexey Milovidov <milovidov@yandex-team.ru>
Date: Wed Dec 16 06:03:43 2020 +0300
Comment update
commit a7933ddf31f26719475cb3bb10d7c8ab162cde1d
Merge: b56523fd94 eed767bbab
Author: jianmei zhang <zhangjmruc@sina.com>
Date: Wed Dec 16 09:38:38 2020 +0800
Merge and rebase with master
commit 45361f752ca591c079888483341c1d1798b3a85f
Author: Anton Popov <pad11rus@gmail.com>
Date: Wed Dec 16 02:36:03 2020 +0300
fix test
commit b485b5bd1cc7edf8a4b0a76599f040e42dc6d954
Author: Anton Popov <pad11rus@gmail.com>
Date: Wed Dec 16 01:22:21 2020 +0300
minor fixes and comments added
commit aec820362a535f30b9ab04f84117ab27e10cea91
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date: Wed Dec 16 00:28:53 2020 +0300
Update DecimalFunctions.h
commit eed767bbab573f6f72d69f93ddc2c577539bfab2
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date: Wed Dec 16 00:02:44 2020 +0300
Update tips.md
commit b842cb04551560ba3bb5bb0c31bc4cb2f2f271c0
Author: ana-uvarova <ana-uvarova@yandex-team.ru>
Date: Tue Dec 15 23:38:36 2020 +0300
one more try
commit 4e3cc606e64abba6700dbaea7d5078ab73f0d3c0
Author: Maksim Kita <kitaetoya@gmail.com>
Date: Tue Dec 15 23:36:45 2020 +0300
Fixed tests
commit 97c93fa984a4cab53620c77119c18d2e7fbe8128
Author: ana-uvarova <ana-uvarova@yandex-team.ru>
Date: Tue Dec 15 23:23:58 2020 +0300
one more try
commit 86fc9ea4df3efaaef44b48d1504ef6a9599bec34
Author: alesapin <alesapin@gmail.com>
Date: Tue Dec 15 23:18:53 2020 +0300
Update base image to 20.04
commit 0887cf476d4e0534c648479ff1f2423aec975326
Merge: b0d27d6747 2e4aa6b9e1
Author: alesapin <alesapin@gmail.com>
Date: Tue Dec 15 23:09:37 2020 +0300
Merge pull request #18098 from ClickHouse/fix_clickhouse_test
Fix database drop timeout in clickhouse-test
commit 93b58321d0b4212cd5a21d7466901458e45d1956
Author: ana-uvarova <ana-uvarova@yandex-team.ru>
Date: Tue Dec 15 23:00:30 2020 +0300
fixes
commit acfc3d4281be996520acaf0900ab9688bc502e47
Author: ana-uvarova <ana-uvarova@yandex-team.ru>
Date: Tue Dec 15 22:47:24 2020 +0300
host fixes
commit 8aaef7f634ec57e744f2d8a37458169052287b7d
Author: ana-uvarova <ana-uvarova@yandex-team.ru>
Date: Tue Dec 15 22:34:11 2020 +0300
host fixes
commit 99ecb8ae6831a95dfe69e7598f5a6e1c71b5f9f5
Author: ana-uvarova <ana-uvarova@yandex-team.ru>
Date: Tue Dec 15 22:02:37 2020 +0300
host fixes
commit b0d27d6747b32b8edb0c869e14a34615661761c6
Merge: f1e1672b54 3ec48cec53
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date: Tue Dec 15 22:01:57 2020 +0300
Merge pull request #18082 from den-crane/patch-3
Doc. toYYYYMM translation to Russian
commit f1e1672b54045893ecc544d827e708b108d91740
Merge: 01286a6a09 96f22a5bcc
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date: Tue Dec 15 22:01:08 2020 +0300
Merge pull request #18094 from staticor/patch-4
Update limit.md
commit 95c35b318e55362c9a18d2ea723092ef9fc1f02f
Author: Azat Khuzhin <a3at.mail@gmail.com>
Date: Tue Dec 15 21:48:24 2020 +0300
Avoid using symlinks for top_level_domains
Move the main copy into the tests/config and ship it to the perf tests
via the perf package.
commit 51f53ce8e9cc4c916c4266d8a82857fb319663c3
Author: Maksim Kita <kitaetoya@gmail.com>
Date: Tue Dec 15 21:54:16 2020 +0300
Added tryParseDecimal functions
commit e51cf03f21c7abd1f1c352cc23414f14d296dc79
Merge: ba63635251 01286a6a09
Author: Anton Popov <pad11rus@gmail.com>
Date: Tue Dec 15 21:08:01 2020 +0300
Merge remote-tracking branch 'upstream/master' into HEAD
commit ba6363525190c432262239f68fb5bb532ca3e4fb
Author: Anton Popov <pad11rus@gmail.com>
Date: Tue Dec 15 21:07:13 2020 +0300
add tests for formats with type map
commit 9df7ecb8e640b22977f177a4a6af16936304e746
Author: Mikhail Filimonov <mfilimonov@altinity.com>
Date: Tue Dec 15 18:06:23 2020 +0100
fixes
commit 2e4aa6b9e113afdac58d4b5b41069b16ec6fb33e
Author: alesapin <alesapin@gmail.com>
Date: Tue Dec 15 19:20:09 2020 +0300
Kill not only database proc
commit 01286a6a095d9abe6b77c0d61514d1a979be746a
Author: Nikolai Kochetov <nik-kochetov@yandex-team.ru>
Date: Tue Dec 15 19:18:28 2020 +0300
Update libunwind.
commit e10ee944bed26fc67a14e57fc6d025dd96794f32
Author: ana-uvarova <ana-uvarova@yandex-team.ru>
Date: Tue Dec 15 19:17:42 2020 +0300
links fixes
commit a325c0db744374610543ae7f8b79f2a6d14f796c
Author: ana-uvarova <ana-uvarova@yandex-team.ru>
Date: Tue Dec 15 19:07:25 2020 +0300
base
commit 1bd2f49fb5f699e62f1aab311725163c16e5e5dc
Merge: 8670836573 063488d943
Author: alesapin <alesapin@gmail.com>
Date: Tue Dec 15 19:05:04 2020 +0300
Merge branch 'master' into try_rewrite_writer
commit dff71850a8d39ac42af7d877f75fcdae1da08402
Merge: 9d17f01dc9 063488d943
Author: alesapin <alesapin@gmail.com>
Date: Tue Dec 15 19:04:24 2020 +0300
Merge branch 'master' into fix_watch_race_testkeeper
commit 9ad2a76d5151c613d281deaf7d66ebc895506c06
Author: alesapin <alesapin@gmail.com>
Date: Tue Dec 15 18:27:47 2020 +0300
Update run.sh
commit 554fd738e9a783f1b7f69cae7b2e2a7d3f796a05
Author: alesapin <alesapin@gmail.com>
Date: Tue Dec 15 18:22:21 2020 +0300
Remove strange line
commit ccabb4680ddad1bfbbdd2550353d890136ade9da
Author: alesapin <alesapin@gmail.com>
Date: Tue Dec 15 18:19:56 2020 +0300
Fix dependencies
commit 063488d94350bd7f8c0c41dc0b8009f48d7e9be8
Merge: 31bef163ba 22aba554c0
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date: Tue Dec 15 18:07:42 2020 +0300
Merge pull request #18103 from ClickHouse/revert-17983-fix-access-rights-for-merge-table-function
Revert "Fix access rights required for the merge() table function."
commit 22aba554c0fa42a8664a944e266fd69d7189e55f
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date: Tue Dec 15 18:07:20 2020 +0300
Revert "Fix access rights required for the merge() table function."
commit 27ff3a5214ab639712a48279c2afa6dd594dc837
Author: Mikhail Filimonov <mfilimonov@altinity.com>
Date: Tue Dec 15 15:46:13 2020 +0100
Rework using a separate flag file instead of renames
commit 31bef163ba4c37b48f59d56423aea2ef80d46da5
Merge: b252321ef7 c3a4e5e7b7
Author: Nikita Mikhaylov <mikhaylovnikitka@gmail.com>
Date: Tue Dec 15 17:34:38 2020 +0300
Merge pull request #17848 from azat/max_distributed_connections-fix
Fix max_distributed_connections
commit dd09e1d78396775f4f04750f4404a1ee53680a7d
Author: Anton Popov <pad11rus@gmail.com>
Date: Tue Dec 15 17:34:37 2020 +0300
fix type map ser/de to json
commit b252321ef7ea531351a29ca93c5851ce718ea260
Merge: def080c8ba 6defcbb662
Author: Nikolai Kochetov <KochetovNicolai@users.noreply.github.com>
Date: Tue Dec 15 16:51:54 2020 +0300
Merge pull request #16954 from Avogar/optimize-data-on-insert
Optimize data on INSERT
commit 6defcbb66215d775e4b736c646dcacbf693c0d83
Merge: c8c543ca94 def080c8ba
Author: Nikolai Kochetov <KochetovNicolai@users.noreply.github.com>
Date: Tue Dec 15 16:50:42 2020 +0300
Merge branch 'master' into optimize-data-on-insert
commit 873d9d1e1e22dd6a6f09c6919bfa1cf68cc4a55b
Author: alesapin <alesapin@gmail.com>
Date: Tue Dec 15 16:34:53 2020 +0300
Better
commit 9bb0326fc6bac0922b5a94f03fe4102745bb1e41
Author: alesapin <alesapin@gmail.com>
Date: Tue Dec 15 16:33:14 2020 +0300
Fix database drop timeout in clickhouse-test
commit 96f22a5bcc8aef0159805337319d767c54208243
Author: Steve-金勇 <staticor@me.com>
Date: Tue Dec 15 18:55:52 2020 +0800
Update limit.md
Update translation of LIMIT , and providing more details for with ties modifier.
Make document more human-readable for Chinese.
commit 9d17f01dc9b5c7703cea8bbf0b2cd2a4679e143a
Merge: 73780838a1 def080c8ba
Author: alesapin <alesapin@gmail.com>
Date: Tue Dec 15 13:41:04 2020 +0300
Merge branch 'master' into fix_watch_race_testkeeper
commit 8670836573d09282d29fe75ae9e9c43eb234bdff
Author: alesapin <alesapin@gmail.com>
Date: Tue Dec 15 13:34:28 2020 +0300
Add some comments
commit b56523fd94db0cdcde4809f247424d53fcfd2f1f
Author: jianmei zhang <zhangjmruc@sina.com>
Date: Tue Dec 15 17:56:54 2020 +0800
Update test case to avoid the latest added parameter
commit 74c2211510564bcc19667d31c9f0e873b5d8a6c5
Author: alesapin <alesapin@gmail.com>
Date: Tue Dec 15 12:54:48 2020 +0300
More clear
commit def080c8bae1fb60a105e38527e1452e83f207f2
Author: Alexander Kazakov <Akazz@users.noreply.github.com>
Date: Tue Dec 15 11:16:25 2020 +0300
Fixed unsafe ast rewrite (#18064)
Fixed unsafe assignment to a reference in InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery()
commit a50187c9954c05fc7b70aa0a7b8d323f1fa4057c
Author: alesapin <alesapin@gmail.com>
Date: Tue Dec 15 11:04:37 2020 +0300
Slightly better
commit 508b50d121fc03c26fa9898fadc16ebb9b76f10d
Author: jianmei zhang <zhangjmruc@sina.com>
Date: Tue Dec 15 14:44:39 2020 +0800
support SHOW CHANGED SETTINGS query and add test cases, also do code changes to compile SHOW SETTINGS PROFILES.
commit 5a8c750b0bda0e7255bf698d2989a1b1750955cd
Merge: 45b9d79f81 9310437920
Author: Vitaly Baranov <vitbar@yandex-team.ru>
Date: Tue Dec 15 09:17:52 2020 +0300
Merge pull request #17983 from vitlibar/fix-access-rights-for-merge-table-function
Fix access rights required for the merge() table function.
commit 45b9d79f819820e30c46f6f5ed306f58cfe09afe
Merge: a0405182ed 8de0c0e8fc
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date: Tue Dec 15 07:51:14 2020 +0300
Merge pull request #18081 from azat/gcc10-sanitizers
Do not pass -fsanitize-blacklist for gcc (it does not support it) for UBSAN
commit 3ec48cec53f32374df82825b5534f2131e2018ec
Author: Denny Crane <deniszhuravlov@gmail.com>
Date: Mon Dec 14 22:19:06 2020 -0400
Update date-time-functions.md
toYYYYMM translation to Russian
commit a0405182ed16815c7b01dd4f9f3ef7e0cb559a9b
Merge: 49f65ecf9d fe6f477881
Author: Alexander Kuzmenkov <36882414+akuzm@users.noreply.github.com>
Date: Tue Dec 15 03:12:23 2020 +0300
Merge pull request #18066 from ClickHouse/aku/utils-split-build
Build utils in CI, at least in split build
commit 8de0c0e8fcf975ce074f0f19032f9ed37c8021bf
Author: Azat Khuzhin <a3at.mail@gmail.com>
Date: Tue Dec 15 02:24:50 2020 +0300
Fix warning message for unusupported -fsanitize-blacklist
commit 519d89dc9fde458b2c61636ef84c0ee5b0ecf5b1
Author: Azat Khuzhin <a3at.mail@gmail.com>
Date: Tue Dec 15 02:19:37 2020 +0300
Do not pass -fsanitize-blacklist for gcc (it does not support it) for UBSAN
commit c78861e86e1f7c6fce2dd3cc3e6b1d9561a229c6
Merge: afc2d7099b 49f65ecf9d
Author: Anton Popov <pad11rus@gmail.com>
Date: Tue Dec 15 01:45:01 2020 +0300
Merge remote-tracking branch 'upstream/master' into HEAD
commit afc2d7099b71c786620c2728f944cc992fa98b22
Author: Anton Popov <pad11rus@gmail.com>
Date: Tue Dec 15 01:16:04 2020 +0300
add conversion from array to map
commit 49f65ecf9de008a6a51b6d169e24646ed7af91ba
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date: Mon Dec 14 23:07:28 2020 +0300
Update CHANGELOG.md
commit 91be7a6f27a0901384ed95653a76f98aac03a094
Merge: 363ff79cca 5da9315ceb
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date: Mon Dec 14 23:03:21 2020 +0300
Merge pull request #16809 from kitaisreal/read-float-8digits-unroll-performance-improvement
ReadFloat 8digits unroll performance improvement
commit 363ff79cca91696e391ebd55e08aa87d3d4b0ab4
Merge: 491e086435 346c241c20
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date: Mon Dec 14 23:00:43 2020 +0300
Merge pull request #17934 from Jokser/s3-adaptive-single-part-upload
Adaptive choose of single/multi part upload in WriteBufferFromS3
commit 491e086435ce06821e9f0d781a963b66bfafeb9b
Merge: 906415540a bf23bc6f0c
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date: Mon Dec 14 22:57:27 2020 +0300
Merge pull request #18057 from azat/fix-01600_remerge_sort_lowered_memory_bytes_ratio-flap
Fix 01600_remerge_sort_lowered_memory_bytes_ratio flap
commit 906415540aab3a9789650c87ca337efb0d92b356
Merge: 7184746f45 14dedae9f1
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date: Mon Dec 14 22:57:02 2020 +0300
Merge pull request #18060 from kitaisreal/create-query-create-as-select-with-columns-specification
CreateQuery create as select with columns specification
commit 7184746f45793b8ecabf0a7d8616551730bfea2f
Merge: 5f424f7c5c 60efab623d
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date: Mon Dec 14 22:56:39 2020 +0300
Merge pull request #18059 from excitoon/patch-2
Fixed `std::out_of_range: basic_string` in S3 URL parsing
commit 17b43ca721c48190085b3b930e87960f7a61474f
Author: Maksim Kita <kitaetoya@gmail.com>
Date: Tue Dec 8 13:54:33 2020 +0300
Fixed tests
commit 16a30eb4aabc4072ad51da17868e2e31c6cec727
Author: Maksim Kita <kitaetoya@gmail.com>
Date: Tue Dec 8 10:43:18 2020 +0300
Updated non-finite floating conversion into int
commit e945821e1f7d5c3c0119c193c99409212fca04a7
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date: Mon Dec 7 20:34:16 2020 +0300
Update castColumn.h
commit 26e582272f321937749b3477ca4aada3293cf706
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date: Mon Dec 7 20:34:01 2020 +0300
Update castColumn.h
commit 6873b1358753436879665a191f605499dc54b497
Author: Maksim Kita <kitaetoya@gmail.com>
Date: Sun Dec 6 14:58:54 2020 +0300
Fixed clang build issue
commit 0b565b679e40015c7a8b0e2f958f07ed8ab9d540
Author: Maksim Kita <kitaetoya@gmail.com>
Date: Sat Dec 5 17:55:37 2020 +0300
Fixed Set execute for columns that cannot be inside Nullable
commit 18dc118298ffb0b49792012cf772058cd088b226
Author: Maksim Kita <kitaetoya@gmail.com>
Date: Sat Dec 5 16:46:14 2020 +0300
Fixed compile issues
commit 0464859cfeb9d25af5c614173558adb62f7b9920
Author: Maksim Kita <kitaetoya@gmail.com>
Date: Sat Dec 5 16:18:56 2020 +0300
Updated usage of different types during IN query
1. Added accurateCast function.
2. Use accurateCast in Set during execute.
3. Added accurateCast tests.
4. Updated select_in_different_types tests.
commit 6f4bc77dbcf35e18f85c41c61739da2355ca6834
Author: Maksim Kita <kitaetoya@gmail.com>
Date: Wed Dec 2 15:28:29 2020 +0300
Added equality comparsion
commit f4b8e8ef9931a2b1d2fb4710286cbc9d066ae956
Author: Maksim Kita <kitaetoya@gmail.com>
Date: Wed Dec 2 13:09:13 2020 +0300
Allow different types inside IN subquery
commit dff31e8de7f158e0dcfa4e43b6663edd130d83e8
Author: Maksim Kita <kitaetoya@gmail.com>
Date: Mon Nov 30 11:26:00 2020 +0300
Fixed compile issues
commit 0dac432942c85c8803bdf8c38e54e66a3ec85867
Author: Maksim Kita <kitaetoya@gmail.com>
Date: Sat Nov 28 15:55:29 2020 +0300
Added const to arguments
commit dd072a20c9ab58e0f06d1438dc75252ff301bc3b
Author: Maksim Kita <kitaetoya@gmail.com>
Date: Sun Nov 15 22:24:15 2020 +0300
Fixed compile issues
commit 7b66dc374c660102dbd34ee532e1bbe8a46a32e8
Author: Maksim Kita <kitaetoya@gmail.com>
Date: Sun Nov 15 13:03:53 2020 +0300
Fixed clang compile issues
commit 4435642e39ae5c6f763d2356c10e8ac32020f7c6
Author: Maksim Kita <kitaetoya@gmail.com>
Date: Thu Nov 12 18:56:17 2020 +0300
Fixed style issues
commit db5d0944ed47f7cd9a789ebc9e691fa2dfb3271c
Author: Maksim Kita <kitaetoya@gmail.com>
Date: Thu Nov 12 14:27:02 2020 +0300
Added Decimal support
commit 476fb3b677edbcaf1528011e373deee88198c0d3
Author: Maksim Kita <kitaetoya@gmail.com>
Date: Thu Nov 12 13:32:37 2020 +0300
Updated documentation
commit baad78d2f2d13c5873591999765eb6b838558919
Author: Maksim Kita <kitaetoya@gmail.com>
Date: Thu Nov 12 12:28:49 2020 +0300
Fixed setting null value in vector. Updated tests.
commit 4cd5025e83849790bb897d66b20fb0ee9bda85de
Author: Maksim Kita <kitaetoya@gmail.com>
Date: Tue Nov 10 16:18:58 2020 +0300
Added numeric limits for UInt128
commit d636e1618ba8c055d8f09da004e8bcb2b7afca86
Author: Maksim Kita <kitaetoya@gmail.com>
Date: Thu Nov 5 22:09:17 2020 +0300
Added function accurate cast or null
commit fe6f4778814ded00009fe94a82344ac5529ebba8
Author: Alexander Kuzmenkov <akuzm@yandex-team.ru>
Date: Mon Dec 14 20:39:52 2020 +0300
Build utils in CI, at least in split build
Currently we don't build them at all, so they were broken by https://github.com/ClickHouse/ClickHouse/pull/17988
commit 5f424f7c5cc8384cbbf87aabcc54018513d73b31
Author: Alexander Kuzmenkov <36882414+akuzm@users.noreply.github.com>
Date: Mon Dec 14 20:08:32 2020 +0300
Update zzz-perf-comparison-tweaks-config.xml
commit 19af691aa6dd64c2ccb32e34e78b659d15352edb
Merge: e7f93b5563 b08842d44e
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date: Mon Dec 14 19:44:13 2020 +0300
Merge pull request #17738 from vklimontovich/docker-cli-example
Docker cli example
commit 73780838a14beabd4f2bcde74067117cbf7141c5
Author: alesapin <alesapin@gmail.com>
Date: Mon Dec 14 19:01:29 2020 +0300
Remove dead list watches
commit b08842d44e9c50f4cba6b97f1da95981dea7de23
Author: filimonov <1549571+filimonov@users.noreply.github.com>
Date: Mon Dec 14 16:54:37 2020 +0100
Update README.md
commit 1436986a86528072e128e4f81c771c3e5e4860b4
Author: filimonov <1549571+filimonov@users.noreply.github.com>
Date: Mon Dec 14 16:53:58 2020 +0100
Update README.md
commit bca41bb7fd1275ed989113ef2f729e4f4fa89eac
Author: filimonov <1549571+filimonov@users.noreply.github.com>
Date: Mon Dec 14 16:50:48 2020 +0100
Update README.md
commit e7f93b5563fd6f25925788171a7d5b4b764c8918
Merge: 2edabd5519 653ddab63e
Author: Alexander Kuzmenkov <36882414+akuzm@users.noreply.github.com>
Date: Mon Dec 14 17:54:47 2020 +0300
Merge pull request #18058 from azat/perf-test-zk-port-fix
Remove test_keeper_server in perf tests
commit 2edabd5519d1eecd256f0a03311bb91dd2cc7344
Author: Alexander Kuzmenkov <36882414+akuzm@users.noreply.github.com>
Date: Mon Dec 14 17:45:58 2020 +0300
Update zzz-perf-comparison-tweaks-config.xml
commit 24abcc970bc2cd1e4c6c15eb9b045c4956b9e57a
Author: Mikhail Filimonov <mfilimonov@altinity.com>
Date: Mon Dec 14 15:21:31 2020 +0100
Tests and fixes
commit 87ea1528cb50bd0b86ec828eb38a3fb7773d6fb9
Author: Mikhail Filimonov <mfilimonov@altinity.com>
Date: Tue Dec 8 16:54:49 2020 +0100
support for Lazy database
commit 4ba80996b0e5f8dbf051f59e7dcf493420f19903
Author: Mikhail Filimonov <mfilimonov@altinity.com>
Date: Tue Dec 8 16:48:30 2020 +0100
Detach permanently for DatabaseConnectionMySQL
commit 799141362d5aed0697d576153ae04208afa0ca7c
Author: Mikhail Filimonov <mfilimonov@altinity.com>
Date: Tue Dec 8 11:00:32 2020 +0100
Prevent attempts to recreate the table which was detached permanently
commit ad9cb580a9a864409e2ce90a99ff90e09858888a
Author: Mikhail Filimonov <mfilimonov@altinity.com>
Date: Mon Dec 7 16:19:05 2020 +0100
Fix
commit 2aeb72c09ad189bcce4e9c75e0d2ccd599903ac0
Author: Mikhail Filimonov <mfilimonov@altinity.com>
Date: Mon Dec 7 15:01:09 2020 +0100
Fix for tiny issue #13850
commit 3f5e5eb15ad8684e492d7b8fabee4f73c5141810
Author: Mikhail Filimonov <mfilimonov@altinity.com>
Date: Mon Dec 7 14:55:24 2020 +0100
Handle not implemented cases properly
commit f6097cf818302d2873e03fa94eec323e92609d90
Author: Mikhail Filimonov <mfilimonov@altinity.com>
Date: Mon Nov 30 18:52:32 2020 +0100
Adding DETACH TABLE PERMANENTLY
commit 34d1ad1acae26e0e2387229df64aa422e09ee4e2
Author: alesapin <alesapin@gmail.com>
Date: Mon Dec 14 17:27:39 2020 +0300
Fix writer compact
commit dd2ae6926dd3ef82176146c75d5f437c1c0a8a67
Merge: 7a8510d1c4 7f7eed4031
Author: tavplubix <avtokmakov@yandex-team.ru>
Date: Mon Dec 14 16:27:13 2020 +0300
Merge pull request #14849 from ClickHouse/allow_atomic_database_inside_materialize_mysql
Allow Atomic database inside MaterializeMySQL
commit 35d2a689dd39bf3c632ccf93377cc53304a7c1fd
Author: alesapin <alesapin@gmail.com>
Date: Mon Dec 14 16:06:11 2020 +0300
One more time
commit 2a2b02d395cea92db344a669939e9c3d4ced68a3
Author: alesapin <alesapin@gmail.com>
Date: Mon Dec 14 16:05:48 2020 +0300
One more time
commit 9e98cdad5a2356150cd336ad74ba191e7bce71b6
Author: alesapin <alesapin@gmail.com>
Date: Mon Dec 14 16:05:07 2020 +0300
Accident changes
commit 47e3f619e5f75d3444dc9b7aae25973f104c29a7
Author: alesapin <alesapin@gmail.com>
Date: Mon Dec 14 16:01:01 2020 +0300
Remove redundant code
commit a87fb3fae0c3e9894f60118e95e320ffce9b1a5d
Author: alesapin <alesapin@gmail.com>
Date: Mon Dec 14 15:52:15 2020 +0300
Fix style
commit 303c12d2e4f1019b91843d222a0e4c63e7060dba
Author: alesapin <alesapin@gmail.com>
Date: Mon Dec 14 15:51:14 2020 +0300
Slightly better
commit 14dedae9f1b665569cc438ea0f43904b61480190
Author: Maksim Kita <kitaetoya@gmail.com>
Date: Mon Dec 14 15:50:11 2020 +0300
Updated sql test file
commit 7a8510d1c454f335dc53dc86cd0f9542ca6eb169
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date: Mon Dec 14 15:45:13 2020 +0300
Update CHANGELOG.md
commit ad70b0bd9776856ff9a20ebb8fee5a3402088d63
Merge: 0bc2603b1d 9f4929bdce
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date: Mon Dec 14 15:43:51 2020 +0300
Merge pull request #18062 from ClickHouse/changelog-20.12
Add changelog for 20.12
commit 9f4929bdce52f09b980f0d2ed79a5ed4d1fe19f9
Author: Alexey Milovidov <milovidov@yandex-team.ru>
Date: Mon Dec 14 15:30:37 2020 +0300
Add changelog for 20.12
commit 55f991adde8d67d379754a4fdddd1347d7af4d9a
Author: Maksim Kita <kitaetoya@gmail.com>
Date: Mon Dec 14 15:23:53 2020 +0300
Updated test
commit 6fb23da851b845149abef338823b4f4dfcd55e04
Author: alesapin <alesapin@gmail.com>
Date: Mon Dec 14 15:03:49 2020 +0300
Refactoring
commit 70be03aa7d879485660f9d36549d04e560783303
Author: alesapin <alesapin@gmail.com>
Date: Mon Dec 14 14:36:15 2020 +0300
Working compact parts
commit 0bc2603b1de56dc67b2c6c74e97a69efe9ecf5e3
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date: Mon Dec 14 14:14:59 2020 +0300
Update 01081_PartialSortingTransform_full_column.sql
commit ab17927c853739537682b9c7050aec4cd03c3bbe
Merge: d55c5bec94 8a20d449d9
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date: Mon Dec 14 14:11:09 2020 +0300
Merge pull request #18032 from kitaisreal/array-aggregation-functions
Array aggregation functions
commit fbcf85cb4261bd0ff2f0b93bc65dd2f67b5407a9
Author: alesapin <alesapin@gmail.com>
Date: Mon Dec 14 14:06:02 2020 +0300
Something working for wide parts
commit 8a20d449d999bb53d5941b8f7847a2aff9e9c4b3
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date: Mon Dec 14 14:01:31 2020 +0300
Update arrayAggregation.cpp
commit d55c5bec9481833d4cd2ea86c0cf29269ff28c25
Merge: 493ee6732b 2bf226decc
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date: Mon Dec 14 13:59:11 2020 +0300
Merge pull request #18053 from azat/librdkafka-snappy-UB-fix
Fix possible corruption in librdkafka snappy decompression
commit 493ee6732b4eff62da489657d8f02f5a4640f0ad
Merge: aac8b85b34 1bccd6dff6
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date: Mon Dec 14 13:58:45 2020 +0300
Merge pull request #18052 from kitaisreal/memory-storage-read-optimization
MemoryStorage read optimization
commit aac8b85b34d788359cebb589416489a281d732a9
Merge: 86cef85186 6341521b10
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date: Mon Dec 14 13:58:15 2020 +0300
Merge pull request #18054 from ClickHouse/remove-obsolete-settings
Remove obsolete settings
commit 60efab623d5295b64d17ca7331b31d00f8c24762
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date: Mon Dec 14 13:53:40 2020 +0300
Update S3Common.cpp
commit 86cef85186af389e9ef60f8ca2ec2ccfc7d49182
Author: Alexey Milovidov <milovidov@yandex-team.ru>
Date: Mon Dec 14 13:46:39 2020 +0300
Remove old changelog generator to avoid confusion
commit 5f7c867da33c9bcede56c36096b77e1f0b8925f6
Author: Maksim Kita <kitaetoya@gmail.com>
Date: Mon Dec 14 12:33:16 2020 +0300
Added parse error if no select after as keyword
commit d8534ae1afe618c8e390788b8debbe6bee50143a
Author: Maksim Kita <kitaetoya@gmail.com>
Date: Mon Dec 14 12:30:08 2020 +0300
CreateQuery create as select with columns specification
commit a98e2311f8f5bac70fc7a77229e12dd13b7484d5
Merge: e7ffae89e9 1b3893bcab
Author: Vitaly Baranov <vitbar@yandex-team.ru>
Date: Mon Dec 14 12:10:17 2020 +0300
Merge pull request #17908 from vitlibar/fix-checking-introspection-grants
Fix checking introspection grants
commit 418c974eafcfa9b191fc2a914b0e918a480b0833
Author: Vladimir Chebotarev <vladimir.chebotarev@gmail.com>
Date: Mon Dec 14 11:17:29 2020 +0300
Fixed `std::out_of_range: basic_string` in S3 URL parsing.
commit 346c241c2066d4c5413a2380cd7f0b7f5e98f43f
Merge: 59a5e63417 e7ffae89e9
Author: Pavel Kovalenko <jokserfn@yandex-team.ru>
Date: Mon Dec 14 11:00:30 2020 +0300
Merge remote-tracking branch 'origin/master' into s3-adaptive-single-part-upload
# Conflicts:
# src/Disks/S3/DiskS3.cpp
commit 653ddab63ebedd43ecdb50a7f2230fa08d458ced
Author: Azat Khuzhin <a3at.mail@gmail.com>
Date: Mon Dec 14 10:59:01 2020 +0300
Remove test_keeper_server in perf tests
To avoid port overlaps for right and left server (anyway it is not
used).
commit bf23bc6f0c9f8e392845b6d612ef1272dc8e59a5
Author: Azat Khuzhin <a3at.mail@gmail.com>
Date: Mon Dec 14 10:46:30 2020 +0300
Fix 01600_remerge_sort_lowered_memory_bytes_ratio flap
commit 12b6a54a2473ba9decd774b146b8616da6847b7d
Merge: fd695c9ff4 e7ffae89e9
Author: alesapin <alesapin@gmail.com>
Date: Mon Dec 14 10:30:01 2020 +0300
Merge branch 'master' into try_rewrite_writer
commit fd695c9ff40e4afa266f68523a7be107569ef2f5
Author: alesapin <alesapin@gmail.com>
Date: Mon Dec 14 10:28:42 2020 +0300
Dive into debug
commit f829fbb9284650b3eaee1dcc371d421bf9378688
Merge: 2169e8f7f4 e7ffae89e9
Author: jianmei zhang <zhangjmruc@sina.com>
Date: Mon Dec 14 11:21:42 2020 +0800
Merge remote-tracking branch 'upstream/master'
commit 2169e8f7f441d11be2a1eb2290f79429f59d13ae
Author: jianmei zhang <zhangjmruc@sina.com>
Date: Mon Dec 14 10:33:51 2020 +0800
Fix issue #17160 by adding show settings like '...'
commit 5da9315ceb726e91548a58a735b6e509363a8062
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date: Mon Dec 14 05:22:17 2020 +0300
Update readFloatText.h
commit 66b2424e3362299b8a4f655464ae23bdede687c9
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date: Mon Dec 14 05:20:00 2020 +0300
Update readFloatText.h
commit 6341521b104c3170ec5e28e2c152d40c43309e75
Author: Alexey Milovidov <milovidov@yandex-team.ru>
Date: Mon Dec 14 02:40:11 2020 +0300
Remove obsolete settings
commit e7ffae89e946e88cebde0f3de464b5d545f3c3dd
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date: Mon Dec 14 02:31:35 2020 +0300
Update build.sh
commit 52f03d942e1942415e94d3f40ce532ca267d1de8
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date: Mon Dec 14 02:31:18 2020 +0300
Update Dockerfile
commit 1bccd6dff6528c30cd6b053337b4f7012f416340
Author: Maksim Kita <kitaetoya@gmail.com>
Date: Mon Dec 14 00:50:55 2020 +0300
Fixed style issues
commit 2bf226deccbe86fbd52de7628d09426d53ae2158
Author: Azat Khuzhin <a3at.mail@gmail.com>
Date: Mon Dec 14 00:38:10 2020 +0300
Fix typo in KafkaSettings comments
commit 3b431b054ec732b0cfb7538fd6a1ba01bd22f1be
Author: Azat Khuzhin <a3at.mail@gmail.com>
Date: Mon Dec 14 00:34:38 2020 +0300
Bump librdkafka to fix UB in snappy decompression.
In incremental_copy_fast_path there is undefined behavior (and in some
other places too).
And under this circumstances gcc10 with -O1 -ftree-loop-vectorize (or
simply -O3), due to loop unroll, generates code that do copy by 16 bytes
at a time for the second loop (MOVDQU+MOVUPS), while this is not correct
since the memory may be overlapped and may be changed in the previous
iteration.
Updated version includes [1], that fixes those UB, by using memcpy over
direct store/load since these days direct store/loads looks redundant.
Even on ARM.
[1]: https://github.com/ClickHouse-Extras/librdkafka/pull/3
NOTE: clang is fine, and other older versions of gcc too
commit 2e569899d1cdf61e27b15335f2535f82a108fad4
Author: Azat Khuzhin <a3at.mail@gmail.com>
Date: Thu Dec 10 10:18:49 2020 +0300
Add a test for kafka with snappy compression method (regression for UB in snappy)
I've checked it manually and it works with clang build and does not with
gcc (there are NULL bytes in the middle of value).
commit 69127ca0ed33d75af28021554d4b408f6efca687
Author: Maksim Kita <kitaetoya@gmail.com>
Date: Mon Dec 14 00:21:25 2020 +0300
Changed BlocksList to Blocks
commit 153610b2c395b430f3d0b3196948554d3a60ec9d
Author: Dmitriy <sevirov@yandex-team.ru>
Date: Sun Dec 13 23:44:09 2020 +0300
Update distribution_queue.md
Поменял also на Also.
commit 698737681abd500f871eb30d707254175831be36
Merge: 629f5f0797 8702809c9f
Author: Dmitriy <sevirov@yandex-team.ru>
Date: Sun Dec 13 23:41:22 2020 +0300
Merge remote-tracking branch 'remotes/clickhouse/master' into sevirov-DOCSUP-4919-document_replication_queue_system_table
commit 9310437920f111249dea294a75c6d2aeed5e0973
Author: Vitaly Baranov <vitbar@yandex-team.ru>
Date: Thu Dec 10 23:16:53 2020 +0300
Fix access rights required for the merge() table function.
commit 3c6df61e5c863e868541e63fe6c99038aeaec04b
Author: Maksim Kita <kitaetoya@gmail.com>
Date: Sun Dec 13 22:24:15 2020 +0300
MemoryStorage read optimization
commit 8702809c9fa9ba4ec6f99a4765be646045aef5d9
Merge: 246e1fbb2f 0954cc2b5c
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date: Sun Dec 13 21:28:03 2020 +0300
Merge pull request #17464 from amosbird/ddlworkermetric
ddlworker max entry metric
commit 0be51cbabd94adb256514549577929d2f5d13a29
Author: Maksim Kita <kitaetoya@gmail.com>
Date: Sun Dec 13 21:27:48 2020 +0300
Updated tests
commit 246e1fbb2f108ef382fa7e67a144ee3e022530ca
Merge: 4a2aaa68a8 149431ffc3
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date: Sun Dec 13 21:09:09 2020 +0300
Merge pull request #18048 from ClickHouse/play-auto-dark-theme
Automatic support for dark theme in Play interface
commit 4a2aaa68a87150f98ef7daa047ee2bcdce89310c
Merge: 9116eb7aca 6d87743b0e
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date: Sun Dec 13 21:08:50 2020 +0300
Merge pull request #18049 from ClickHouse/datasets-cdn
CDN for datasets
commit 6d87743b0e53af533caf42417b0d43b3392ba897
Author: Alexey Milovidov <milovidov@yandex-team.ru>
Date: Sun Dec 13 21:06:27 2020 +0300
CDN for datasets
commit 149431ffc32c1fd0e712aa5cf7c8fd84a433d921
Author: Alexey Milovidov <milovidov@yandex-team.ru>
Date: Sun Dec 13 20:54:57 2020 +0300
Automatic support for dark theme in Play interface
commit 9116eb7aca749240bd23ae56da7e6d2e3fea6795
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date: Sun Dec 13 19:35:56 2020 +0300
Add checksums
commit d75c7ec30c35dc0892bdb49cf3b0f17bee665145
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date: Sun Dec 13 19:28:45 2020 +0300
Redundancy.
commit 629f5f07972d7af7cd2139074e8d0b93a786f4ca
Author: Dmitriy <sevirov@yandex-team.ru>
Date: Sun Dec 13 18:42:34 2020 +0300
Update replication_queue.md
Выполнил перевод на русский язык, внес изменения в английскую версию.
commit d8484d9c31c18d56d60ded9729b8514ccc322911
Merge: 73890fa3a7 ef064696e7
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date: Sun Dec 13 18:28:52 2020 +0300
Merge pull request #18033 from ClickHouse/encode-xml-rename-files
encodeXMLComponent: rename files after #17659
commit 73890fa3a76583df3afbe3c3c0609c78b0db0cd1
Merge: cd5f827265 b394487d4f
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date: Sun Dec 13 18:27:52 2020 +0300
Merge pull request #18046 from baibaichen/feature/update_doc
update Mac-OS build documentation
commit cd5f8272657d6ea94c99813d3a1f919aaae07517
Merge: 443d1724b3 06b047235a
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date: Sun Dec 13 18:27:01 2020 +0300
Merge pull request #18047 from kitaisreal/space-saving-remove-last-element-from-map-fix
HashTable erase added tests
commit 7f7eed4031b403c8edc01cddbd14b31cd644b152
Author: Alexander Tokmakov <avtokmakov@yandex-team.ru>
Date: Sun Dec 13 17:57:15 2020 +0300
fix test
commit 0c80fce7f0326dde97e37a711335b7ea5d8554cf
Merge: ed355f8663 443d1724b3
Author: Alexander Tokmakov <avtokmakov@yandex-team.ru>
Date: Sun Dec 13 17:56:50 2020 +0300
Merge branch 'master' into allow_atomic_database_inside_materialize_mysql
commit 5d6036e9c8c285d2f00ce01c9cd0afc4c89d9488
Author: Maksim Kita <kitaetoya@gmail.com>
Date: Sun Dec 13 14:38:56 2020 +0300
Fixed style issues
commit 06b047235aa4c0ccdc16b3847455622a41f8f515
Author: Maksim Kita <kitaetoya@gmail.com>
Date: Sun Dec 13 14:35:52 2020 +0300
Fixed style issues
commit 547f452ba98baade61171448d37efe9d5deada39
Author: Maksim Kita <kitaetoya@gmail.com>
Date: Sun Dec 13 13:30:25 2020 +0300
HashTable erase added tests
commit b394487d4f45821a9cebe019c7bf71c48f690113
Author: chang.chen <baibaichen@gmail.com>
Date: Sun Dec 13 16:10:07 2020 +0800
update Mac-OS build documentation
commit 443d1724b3f65989e184138a6332f0cfabacac20
Merge: a714b82f9b 065a64cc37
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date: Sun Dec 13 04:54:14 2020 +0300
Merge pull request #18031 from sevirov/sevirov-DOCSUP-4709-document_distribution_queue_system_table
DOCSUP-4709: Document system.distribution_queue table
commit a714b82f9b875582cec6af0b3436a835de645ce5
Merge: 785317e542 784a484d80
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date: Sun Dec 13 04:52:39 2020 +0300
Merge pull request #18036 from ClickHouse/benchmark-macbook2020
Added results from MacBook Pro
commit 784a484d80d486dff837f4e4a18d54ad1de1ce87
Author: Alexey Milovidov <milovidov@yandex-team.ru>
Date: Sun Dec 13 04:51:56 2020 +0300
Added results from MacBook Pro
commit 785317e5427f39ba13d9a64fdfab2c414cef4375
Merge: bce02de691 10beda9d39
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date: Sun Dec 13 04:44:47 2020 +0300
Merge pull request #18035 from ClickHouse/benchmark-results-seodo
Add benchmark results Yiğit Konur and Metehan Çetinkaya of seo.do
commit 10beda9d39f86b0c858bba9a36e2e319d140ff0d
Author: Alexey Milovidov <milovidov@yandex-team.ru>
Date: Sun Dec 13 04:44:07 2020 +0300
Add benchmark results Yiğit Konur and Metehan Çetinkaya of seo.do
commit bce02de691a64f07cc9a4e6392705b8e5935f0ff
Merge: 436adf34df ccd794a676
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date: Sun Dec 13 04:38:50 2020 +0300
Merge pull request #17539 from azat/remerge_sort_lowered_memory_bytes_ratio
Add remerge_sort_lowered_memory_bytes_ratio setting
commit 436adf34df642b3f49ea430f843f9d35f054f818
Merge: 4ce148d2ea 8d79ae56f0
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date: Sun Dec 13 04:37:29 2020 +0300
Merge pull request #17881 from gyuton/gyuton-DOCSUP-4263-Update_the_sql_statement_ORDER_BY
DOCSUP-4263: Updated the sql statement order by
commit 4ce148d2ea9c6aa45186399004751f29e47058b1
Merge: 8df4789113 17a8a4e966
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date: Sun Dec 13 04:34:46 2020 +0300
Merge pull request #18034 from edani/master
Expand max_parallel_replicas documentation
commit 8df478911323771ff94aada88cf79a82b6a7822e
Merge: 04e222f6f3 6f50a86025
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date: Sun Dec 13 04:09:51 2020 +0300
Merge pull request #17845 from kitaisreal/space-saving-remove-last-element-from-map-fix
SpaceSaving remove last element from map fix
commit 04e222f6f38acb0d9395751aeb8c5096fb484f0a
Merge: 2ad5c8eed3 41bc43325b
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date: Sun Dec 13 01:12:05 2020 +0300
Merge pull request #17986 from azat/fwd-decl
More forward declaration for generic headers
commit 17a8a4e9664fabed5b370b37e148139ba698acf5
Author: Eric Daniel <6210036+edani@users.noreply.github.com>
Date: Sat Dec 12 13:57:01 2020 -0800
Expand max_parallel_replicas documentation
Based on discussion in #17807
commit 5ae1652d51f3ce24f4b76d71922de783d180664e
Author: Maksim Kita <kitaetoya@gmail.com>
Date: Sun Dec 13 00:47:17 2020 +0300
Fixed aggregate function avg
commit 2ad5c8eed34ce0de0b2d7a5bdaac2dafc4cec2eb
Author: Alexey Milovidov <milovidov@yandex-team.ru>
Date: Sun Dec 13 00:45:23 2020 +0300
Allow server to start with TestKeeper port in development environment
commit b810b28b085756f22439cba83c7b15680f40c005
Author: Maksim Kita <kitaetoya@gmail.com>
Date: Sun Dec 13 00:40:34 2020 +0300
Added comment
commit 4887d59b064ba4e88fcd629a712a864f4d0cfa70
Merge: 2eabd41749 c2c497e290
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date: Sun Dec 13 00:39:41 2020 +0300
Merge pull request #18027 from Jokser/fix-flappy-log-family-s3
Fix flappy test_log_family_s3
commit 0dcbcec19ae89305afa12df5c28c87b40de88787
Author: Maksim Kita <kitaetoya@gmail.com>
Date: Sun Dec 13 00:29:09 2020 +0300
Added tests
commit ef064696e77aa4d6e9fc72bf3b412145ddaefaf2
Author: Alexey Milovidov <milovidov@yandex-team.ru>
Date: Sun Dec 13 00:17:37 2020 +0300
Add perf test
commit 532557ecfd463d1e1de6cca6263b9cf526934c34
Author: Alexey Milovidov <milovidov@yandex-team.ru>
Date: Sat Dec 12 23:47:37 2020 +0300
encodeXMLComponent: rename files after #17659
commit 18bde6ef020e6e3f1c6e92c7e765eb7810b90dce
Author: Maksim Kita <kitaetoya@gmail.com>
Date: Sat Dec 12 23:47:23 2020 +0300
Fixed compile issues
commit 8d79ae56f0180dd4e9838bd79b3d9243af0eb7ce
Author: George <gyuton@yandex-team.ru>
Date: Sat Dec 12 23:07:24 2020 +0300
created lowcardinality files for ja and tr
commit 3d261c82e9a7d391c4aef23bd688bf36ce48e1b5
Author: Maksim Kita <kitaetoya@gmail.com>
Date: Sat Dec 12 22:50:28 2020 +0300
Array aggregation functions
commit 065a64cc3701a122f21cd6b64c8285edb20f801e
Author: Dmitriy <sevirov@yandex-team.ru>
Date: Sat Dec 12 22:43:52 2020 +0300
Update distribution_queue.md
Добавил ссылку на движок таблиц Distributed.
commit a244a4f0e34bba5d0f18d395582b7eb60b454a9a
Merge: c03e91eec0 6e417088dc
Author: Dmitriy <sevirov@yandex-team.ru>
Date: Sat Dec 12 22:28:09 2020 +0300
Merge branch 'sevirov-DOCSUP-4709-document_distribution_queue_system_table' of https://github.com/sevirov/ClickHouse into sevirov-DOCSUP-4709-document_distribution_queue_system_table
commit c03e91eec0d1029def0f44096c3200eba5b6cd0e
Author: Dmitriy <sevirov@yandex-team.ru>
Date: Sat Dec 12 22:27:01 2020 +0300
Create distribution_queue.md
Выполнил перевод на русский язык.
commit 6f50a860250a2e52cd9947b0a82ce6548fdb1d35
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date: Sat Dec 12 18:57:07 2020 +0300
Update gtest_hash_table.cpp
commit 41bc43325bb7c63369ac206bd2db102b4882f640
Author: Azat Khuzhin <a3at.mail@gmail.com>
Date: Fri Dec 11 21:10:37 2020 +0300
Make 01290_max_execution_speed_distributed less flaky
commit 77a1d00dee7157ff89a73a6a10a2cb3a0aa27de1
Author: Azat Khuzhin <a3at.mail@gmail.com>
Date: Fri Dec 11 21:10:36 2020 +0300
Add new remote context as interpreter context to the Pipe
commit 5b3ab488610b19f829507f04c7b74b0fec6d52bc
Author: Azat Khuzhin <a3at.mail@gmail.com>
Date: Fri Dec 11 01:05:02 2020 +0300
More forward declaration for generic headers
The following headers are pretty generic, so use forward declaration as
much as possible:
- Context.h
- Settings.h
- ConnectionTimeouts.h
(Also this shows that some missing some includes -- this has been fixed)
And split ConnectionTimeouts.h into ConnectionTimeoutsContext.h (since
module part cannot be added for it, due to recursive build dependencies
that will be introduced)
Also remove Settings from the RemoteBlockInputStream/RemoteQueryExecutor
and just pass the context, since settings was passed only in speicifc
places, that can allow making a copy of Context (i.e. Copier).
Approx results (How much units will be recompiled after changing file X?):
- ConnectionTimeouts.h
- mainline: 100
- Context.h:
- mainline: ~800
- patched: 415
- Settings.h:
- mainline: 900-1K
- patched: 440 (most of them because of the Context.h)
commit c2c497e290af35cd4945f23136a8f07de737156d
Author: Pavel Kovalenko <jokserfn@yandex-team.ru>
Date: Sat Dec 12 16:44:19 2020 +0300
Use s3 disk explicitly for log tables in test_log_family_s3.
commit 07c829304326eb52d6bc2e2ae8750d91fa0fb06a
Author: Maksim Kita <kitaetoya@gmail.com>
Date: Sat Dec 12 15:08:46 2020 +0300
Added tests
commit c7d48c48ce247bca0e4a89cdf8cb6eb122dff3de
Author: George <gyuton@yandex-team.ru>
Date: Sat Dec 12 11:58:07 2020 +0300
more troubleshooting
commit fa9257cd82997c187d5f74771e35d6ee2533c4ed
Author: George <gyuton@yandex-team.ru>
Date: Sat Dec 12 11:14:46 2020 +0300
fix
commit 1567444628f82bdf79e7012bd3c01174ea4c3cd5
Author: George <gyuton@yandex-team.ru>
Date: Sat Dec 12 10:36:39 2020 +0300
troubleshooting - fixed links to original articles
commit 0954cc2b5c193eb721cb2a0ef244bdfe9276c322
Author: Amos Bird <amosbird@gmail.com>
Date: Sun Nov 29 21:28:11 2020 +0800
test is not working
commit 8d0e949462ac55ae531e30209eb5a47da2ac7a33
Author: Amos Bird <amosbird@gmail.com>
Date: Fri Nov 27 12:27:43 2020 +0800
ddlworker max entry metric
commit 9b1d91911009c672e2f6689804193de83b5ab0e4
Author: George <gyuton@yandex-team.ru>
Date: Sat Dec 12 06:39:22 2020 +0300
more troubleshooting
commit 3794cb2d3f299c9a0953d4d4c8c6021be1f3501e
Author: George <gyuton@yandex-team.ru>
Date: Sat Dec 12 05:48:23 2020 +0300
troubleshooting the error
commit c74011851acb5dfa14cfe00885370781d53be90f
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date: Sat Dec 12 04:58:07 2020 +0300
Update HashTable.h
commit d94d9aa8d72ca3fee79ecd1a0d0e465ae6cde6ff
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date: Sat Dec 12 04:17:32 2020 +0300
Update HashTable.h
commit d5f87efba5de521627f7786b3459f9c392ce15e4
Author: George <gyuton@yandex-team.ru>
Date: Sat Dec 12 04:16:58 2020 +0300
fixed a typo in translation
commit 99212dcb7316cde90490968a9fb4eb4f3b39210b
Author: George <gyuton@yandex-team.ru>
Date: Sat Dec 12 04:06:37 2020 +0300
added translation
commit 9e48b9b656ab904456deb035fd41191b8d72d583
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date: Sat Dec 12 03:47:43 2020 +0300
Update HashTable.h
commit cabe1463d10874c011350b636e7d8a104b7b8e01
Author: George <gyuton@yandex-team.ru>
Date: Sat Dec 12 03:39:45 2020 +0300
fixed an error
commit eba1299845e0b490a1d813e10ab25802177baa00
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date: Sat Dec 12 03:38:55 2020 +0300
Update HashTable.h
commit 245dea6f2ea380732a1f64e07fd630e599567933
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date: Sat Dec 12 03:33:57 2020 +0300
Update HashTable.h
commit 7e2bc1e7a650d3f032e6eccea0628f7ad2b48f11
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date: Sat Dec 12 03:30:12 2020 +0300
Update HashTable.h
commit 6e7366f921ec86fa1a31bbe85db4a9c26f9a6e45
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date: Sat Dec 12 03:28:41 2020 +0300
Update HashTable.h
commit 59a5e63417148956cf79c65d0979a6cbb456caf7
Merge: 5802633f95 f1a145a2b2
Author: Pavel Kovalenko <jokserfn@yandex-team.ru>
Date: Fri Dec 11 18:28:41 2020 +0300
Merge remote-tracking branch 'origin/master' into s3-adaptive-single-part-upload
# Conflicts:
# src/Disks/S3/DiskS3.cpp
# src/Disks/S3/DiskS3.h
# src/Disks/S3/registerDiskS3.cpp
# src/IO/WriteBufferFromS3.cpp
# src/IO/WriteBufferFromS3.h
commit a24a76828ede28d530d589a074ecbed6ab19a9f2
Author: alesapin <alesapin@gmail.com>
Date: Fri Dec 11 18:18:51 2020 +0300
Fix
commit 4b83707c6326b4069585038f0fd6dd8b13a18f21
Author: alesapin <alesapin@gmail.com>
Date: Fri Dec 11 18:00:58 2020 +0300
Compileable code for some reason
commit c6ac831d4eddf3eeeefa6f4c770c1e6bf6172ba9
Author: Amos Bird <amosbird@gmail.com>
Date: Fri Dec 11 22:44:22 2020 +0800
Fix type
commit b70b98c4154d15206d99afda2a9af6362d2842e4
Author: Maksim Kita <kitaetoya@gmail.com>
Date: Wed Dec 9 23:56:15 2020 +0300
Fix style issues
commit 4ae56197149238bb31c18d11a957cf23434fc246
Author: Maksim Kita <kitaetoya@gmail.com>
Date: Wed Dec 9 22:44:43 2020 +0300
Optimized erase in HashTable
commit bf5d75853cf3840de8ee11f1bd976080965f922f
Author: Maksim Kita <kitaetoya@gmail.com>
Date: Wed Dec 9 15:47:22 2020 +0300
Added erase into HashTable
commit bfceb066594fd2d9093710345be5e58cf532c88c
Author: Maksim Kita <kitaetoya@gmail.com>
Date: Sun Dec 6 22:16:21 2020 +0300
Fixed test
commit d8b78682e1ee1387f34da67ab1422263ecfd0285
Author: Maksim Kita <kitaetoya@gmail.com>
Date: Sun Dec 6 22:14:40 2020 +0300
SpaceSaving remove last element from map fix
commit ed355f866372504763d36983254dcca446f18281
Author: Alexander Tokmakov <avtokmakov@yandex-team.ru>
Date: Fri Dec 11 16:50:45 2020 +0300
fix
commit 1b3893bcab7b7f95d30ce5bb23764de27181a690
Author: Vitaly Baranov <vitbar@yandex-team.ru>
Date: Tue Dec 8 21:09:13 2020 +0300
User with allow_ddl=0 cannot do DDL but can grant DDL.
commit 648be453a41415dc24c3b425a790411fff5c3122
Author: Vitaly Baranov <vitbar@yandex-team.ru>
Date: Tue Dec 8 21:07:50 2020 +0300
User with allow_introspection_functions=0 cannot call introspection functions but can grant INTROSPECTION.
commit 710ba6f6173e11f3613f76a707c10b436f255813
Author: Vitaly Baranov <vitbar@yandex-team.ru>
Date: Tue Dec 8 17:24:32 2020 +0300
Simplify class ContextAccess.
commit 57c30c4164d19a1060f463b68813cc731f4fe22b
Author: alesapin <alesapin@gmail.com>
Date: Fri Dec 11 16:20:19 2020 +0300
Garbage
commit 58a31e4882c859c3e7ce8717359049182a910f92
Merge: 0ba712a2d3 fb1221148d
Author: Alexander Tokmakov <avtokmakov@yandex-team.ru>
Date: Fri Dec 11 16:14:03 2020 +0300
Merge branch 'master' into allow_atomic_database_inside_materialize_mysql
commit 7ffd76a6051da99c12c84a8a950d32e1ba98ff81
Author: alesapin <alesapin@gmail.com>
Date: Fri Dec 11 11:41:02 2020 +0300
Fix bug
commit cbba73672e89fd503201157a659b522a0439e2fe
Merge: 1cb06bd975 e11790f61a
Author: alesapin <alesapin@gmail.com>
Date: Fri Dec 11 11:09:47 2020 +0300
Merge branch 'master' into try_rewrite_writer
commit 5b1e5679b4a292e33ee5e60c0ba9cefa1e8388bd
Author: Amos Bird <amosbird@gmail.com>
Date: Wed Nov 11 12:05:54 2020 +0800
Add -SimpleState combinator
commit 1cb06bd97570403084c5d6958872a05abff8345c
Author: alesapin <alesapin@gmail.com>
Date: Thu Dec 10 19:29:10 2020 +0300
Split one method
commit 90fa9a20733072861f752797b73c909e6617ac09
Merge: f3d1dc360c b1c00d4045
Author: alesapin <alesapin@gmail.com>
Date: Thu Dec 10 18:36:10 2020 +0300
Merge branch 'master' into try_rewrite_writer
commit f3d1dc360c89d68b7693690264546fc5f97160cb
Author: alesapin <alesapin@gmail.com>
Date: Thu Dec 10 12:24:52 2020 +0300
Fix style
commit 0704b478ee6c741cb86016ec8d3c1ab0b8d65338
Author: alesapin <alesapin@gmail.com>
Date: Thu Dec 10 12:22:43 2020 +0300
Less constuctors
commit 2787b615b0d5b43ca56770f01f688a87bbbb06d0
Author: alesapin <alesapin@gmail.com>
Date: Thu Dec 10 11:57:52 2020 +0300
Make interface as simple as possible
commit 7979b3655c46fbcb12fce8c69d04f9ba25417777
Author: alesapin <alesapin@gmail.com>
Date: Wed Dec 9 21:22:07 2020 +0300
Better formating
commit 3b88c077edd8481a3b3bb2ac698cde87628abaa0
Author: alesapin <alesapin@gmail.com>
Date: Wed Dec 9 21:19:49 2020 +0300
Mechanical refactoring
commit af73db93e6b05073997508956165c974b3f91a8d
Author: alesapin <alesapin@gmail.com>
Date: Wed Dec 9 21:10:09 2020 +0300
Mechanical refactoring
commit 7b88f9a115dd11dce65ec34079a2a9def35cde1b
Merge: fa64d314df 89a3a86b71
Author: alesapin <alesapin@gmail.com>
Date: Wed Dec 9 19:23:53 2020 +0300
Merge branch 'master' into try_rewrite_writer
commit 5802633f957bd5ee29611a16116219d4b32cbc79
Author: Pavel Kovalenko <jokserfn@yandex-team.ru>
Date: Wed Dec 9 18:38:02 2020 +0300
Fix parameter name in constructor of DiskS3
commit c8c543ca9416fb193a13545d3f23d6b3a60c17c3
Author: Pavel Kruglov <avogar@sandbox-633380738>
Date: Wed Dec 9 18:07:58 2020 +0300
Add throwing exceptions
commit db7a87089b69744f60edd506f0287e3ae8363b35
Author: Pavel Kovalenko <jokserfn@yandex-team.ru>
Date: Wed Dec 9 17:09:04 2020 +0300
Adaptive choose of single/multi part upload in WriteBufferFromS3.
commit 215c5675dd470292a34a02fcc2b0d2c2b78be122
Author: Dmitriy <sevirov@yandex-team.ru>
Date: Tue Dec 8 23:25:45 2020 +0300
Update replication_queue.md
Изменил описание столбца node_name.
commit ce721f95ee9a1578167651c7f101f978814d79fc
Author: Dmitriy <sevirov@yandex-team.ru>
Date: Tue Dec 8 21:46:25 2020 +0300
Create replication_queue.md
Задокументировал системную таблицу replication_queue.
commit 291959c1b35c7fbf62cd45dafbb13741cbfb10e7
Author: Kruglov Pavel <48961922+Avogar@users.noreply.github.com>
Date: Tue Dec 8 19:19:51 2020 +0300
Update comment
commit 0ba712a2d36a394f9af876f4f3204eb21856e349
Merge: a0ef3a113a d9b52f94f7
Author: Ivan <5627721+abyss7@users.noreply.github.com>
Date: Tue Dec 8 16:45:51 2020 +0300
Merge branch 'master' into allow_atomic_database_inside_materialize_mysql
commit e19eb6f17ad8d330f2b3206fedacd9a8cdbd8b8a
Merge: 5ae6c6dab9 d9b52f94f7
Author: Kruglov Pavel <48961922+Avogar@users.noreply.github.com>
Date: Tue Dec 8 15:57:46 2020 +0300
Merge branch 'master' into optimize-data-on-insert
commit 4e49c59ed0beb0ccf54b0704588c5648fc9d9e51
Author: George <gyuton@yandex-team.ru>
Date: Tue Dec 8 04:55:57 2020 +0300
minor fix
commit 6be3933ceae3399135ea7dfd5f2cfe47da485c6a
Author: George <gyuton@yandex-team.ru>
Date: Tue Dec 8 04:27:26 2020 +0300
fixed links v2
commit 8760fc12272a8d30a253b7bf2f54f00cd9a89e8a
Author: George <gyuton@yandex-team.ru>
Date: Tue Dec 8 04:07:34 2020 +0300
Fixed links
commit 1f0cfbaca89701946793f2d11c3a9e8c84c03326
Author: George <gyuton@yandex-team.ru>
Date: Tue Dec 8 03:51:41 2020 +0300
Added Collation description
commit 371cb23946d1f809aabda0c3b8726d95ffbc742f
Merge: b68aa1c76d dd8362a5eb
Author: alesapin <alesapin@gmail.com>
Date: Mon Dec 7 13:30:41 2020 +0300
Merge branch 'master' into run_func_tests_in_parallel
commit c3a4e5e7b78ddbbca38efe46bc53e00829fa3a49
Author: Azat Khuzhin <a3at.mail@gmail.com>
Date: Mon Dec 7 01:12:54 2020 +0300
Fix max_distributed_connections (one more time)
With prefer_localhost_replica=1 max_distributed_connections uses
max_threads before this patch.
Fixes: #14936
Previous fix: #9673
commit ce03a896a17f8fadb47df55799fbfe3b0ac336ee
Author: Anton Popov <pad11rus@gmail.com>
Date: Sat Dec 5 22:51:16 2020 +0300
remove unused files
commit 7aaa2c052ff1035ef7b0211145f75bcddf708d74
Merge: 6b09669d66 67c82eb61b
Author: Anton Popov <pad11rus@gmail.com>
Date: Sat Dec 5 22:41:46 2020 +0300
Merge branch 'master' into merging-map
commit 6b09669d6600c6551a4fd6ff5be3892c267f85eb
Author: Anton Popov <pad11rus@gmail.com>
Date: Thu Dec 3 06:52:41 2020 +0300
data type map: several fixes
commit 5ae6c6dab9b06acc1707db44077346e7f0208bdd
Author: Pavel Kruglov <avogar@sandbox-633380738>
Date: Fri Dec 4 20:40:28 2020 +0300
Fix build error
commit 4b58528b9ed886eea538d07249d51515a1c214a0
Author: Pavel Kruglov <avogar@sandbox-633380738>
Date: Fri Dec 4 19:25:30 2020 +0300
Rename getPos to getRow, change mergeBlock, pass setting instead of context
commit 905ba78adce1fcf9bc2f8fa7090472bc34ff4f8f
Merge: e5588b94aa 7c2a04d77d
Author: Pavel Kruglov <avogar@sandbox-633380738>
Date: Fri Dec 4 18:56:46 2020 +0300
Merge branch 'master' of github.com:ClickHouse/ClickHouse into optimize-data-on-insert
commit b68aa1c76d0f439d3538a0ca5e816170422b944d
Merge: 9df414fa0c 2b3281888a
Author: alesapin <alesapin@gmail.com>
Date: Thu Dec 3 17:22:09 2020 +0300
Merge branch 'master' into run_func_tests_in_parallel
commit 9bf5ab9f4c91015ed8fe0fc99cba64acf7309f45
Author: Vladimir Klimontovich <v@klimontovich.com>
Date: Wed Dec 2 19:01:31 2020 +0300
Removed unnecessary mapping
commit 274c87d4c78bae11dd5b804156f5c64329e891ce
Author: Vladimir Klimontovich <v@klimontovich.com>
Date: Wed Dec 2 19:00:23 2020 +0300
Remove extra space
commit a0ef3a113a3796149071adfa535982ef76e34610
Merge: e82c63e05c 9b72323594
Author: Alexander Tokmakov <avtokmakov@yandex-team.ru>
Date: Wed Dec 2 18:29:02 2020 +0300
Merge branch 'master' into allow_atomic_database_inside_materialize_mysql
commit d402d68071e2ed4e9e9f8a0c81d5d4c9c9566b41
Author: Vladimir Klimontovich <v@klimontovich.com>
Date: Wed Dec 2 18:26:16 2020 +0300
Added HTTP CLI example and expose 8123 port
Exposing the 8123 (HTTP) interface in basic example and giving CLI connection instruction makes it easier to start. For a lot of developers, curl is a native and very familiar tool
commit 12604ce0e64d2930021e783900d7c39289f3e7b0
Merge: 21bbc7bc19 5b3a7f5c98
Author: Anton Popov <pad11rus@gmail.com>
Date: Tue Dec 1 14:52:30 2020 +0300
Merge branch 'dev_map2' of git://github.com/hexiaoting/ClickHouse into merging-map
commit ccd794a676d2e9bc19367f6043ab81414011c9b6
Author: Azat Khuzhin <a3at.mail@gmail.com>
Date: Sat Nov 28 19:32:28 2020 +0300
Add remerge_sort_lowered_memory_bytes_ratio setting
Sometimes default ratio is not good enough (2), since it depends on lots
of factors:
- size of LIMIT
- max_memory_usage
- ...
So add a separate setting for it.
But note that it make sense to set
remerge_sort_lowered_memory_bytes_ratio only in range (1, 2]
Since <= 1 will just use more CPU, and > 2 will use more RAM and will
unlikely be faster.
commit f46eb6f2bed21808a23da2686d61a8b0db6da864
Author: Alexey Milovidov <milovidov@yandex-team.ru>
Date: Sun Nov 29 18:16:47 2020 +0300
Update tests
commit 7d79a3cc35859ae9adb92254f23f8138c72ba4a1
Author: Alexey Milovidov <milovidov@yandex-team.ru>
Date: Sun Nov 29 18:13:57 2020 +0300
Make insert_quorum_parallel by default
commit 2e6bedce91cd40a274faa04f42da4e7104c6e0da
Author: Alexey Milovidov <milovidov@yandex-team.ru>
Date: Sun Nov 29 18:08:02 2020 +0300
Relax "Too many parts" threshold, part 1
commit 5b3a7f5c98332506428ae75fab413396bd85da80
Merge: 74d875c837 747453b008
Author: hexiaoting <hewenting_ict@163.com>
Date: Thu Nov 26 16:43:27 2020 +0800
Merge remote-tracking branch 'origin/master' into dev_map2
commit 74d875c8374a631ef94ea97f802711694478ae01
Merge: c7c14cc6ad b494b18748
Author: hexiaoting <hewenting_ict@163.com>
Date: Thu Nov 26 15:13:52 2020 +0800
Merge remote-tracking branch 'origin/master' into dev_map2
commit e82c63e05cac931dd282ce0597c45385e01094c8
Author: Alexander Tokmakov <avtokmakov@yandex-team.ru>
Date: Tue Nov 24 15:28:54 2020 +0300
fixes
commit dce0bf8efc025332b923a11d70cd392fc8937b0b
Merge: 5f6bbe8967 45f09fe293
Author: Alexander Tokmakov <avtokmakov@yandex-team.ru>
Date: Tue Nov 24 15:28:31 2020 +0300
Merge branch 'master' into allow_atomic_database_inside_materialize_mysql
commit e5588b94aa960d0b7a900269d355d3ae5b17691f
Author: Pavel Kruglov <avogar@sandbox-633380738>
Date: Fri Nov 20 13:38:53 2020 +0300
Fix style and tests
commit 625962fb5950f222ebbf5dfb6a4cd430c94cb245
Author: Pavel Kruglov <avogar@sandbox-633380738>
Date: Fri Nov 20 03:19:36 2020 +0300
Remove debug logging
commit c3c32ff9f8c93a4a5b0f779b8e9161625a8f8ecb
Author: Pavel Kruglov <avogar@sandbox-633380738>
Date: Fri Nov 20 03:16:57 2020 +0300
Minor change
commit 608722b6ab143747d5ee5b8cdbc38a4eecf864a6
Author: Pavel Kruglov <avogar@sandbox-633380738>
Date: Fri Nov 20 02:59:58 2020 +0300
Fix integration tests
commit 3ee497258601649923e5b0a48b0ed3524e260dda
Merge: cc1b16ea81 4b7a7ca12a
Author: Pavel Kruglov <avogar@sandbox-633380738>
Date: Fri Nov 20 01:23:51 2020 +0300
Merge branch 'master' of github.com:ClickHouse/ClickHouse into optimize-data-on-insert
commit cc1b16ea815059f2f72a1290085cc8ddbe3543f0
Author: Pavel Kruglov <avogar@sandbox-633380738>
Date: Wed Nov 18 13:40:58 2020 +0300
Fix test
commit 547ec19fb35de4e5b599e07857b0a7d91a9c8c57
Merge: 4ed7657008 0bc60e2d53
Author: Pavel Kruglov <avogar@sandbox-633380738>
Date: Wed Nov 18 12:01:59 2020 +0300
Merge branch 'master' of github.com:ClickHouse/ClickHouse into optimize-data-on-insert
commit 4ed765700818c8735560f358fe545fe20e37656f
Author: Pavel Kruglov <avogar@sandbox-633380738>
Date: Tue Nov 17 22:07:19 2020 +0300
fix typo
commit 53b8ff42c2daac587b7bdef50d376dd216243690
Author: Pavel Kruglov <avogar@sandbox-633380738>
Date: Tue Nov 17 19:56:36 2020 +0300
Add test and set setting to 0 in some other tests
commit 437bbef5b9c52f51db02e7a28ce39dd90d593c2a
Author: Maksim Kita <kitaetoya@gmail.com>
Date: Mon Nov 9 21:56:49 2020 +0300
Fix marker check
commit 1b9c20a5df3eb5e214e20f315e24047faa6b195e
Author: Maksim Kita <kitaetoya@gmail.com>
Date: Mon Nov 9 14:36:44 2020 +0300
ReadFloat 8digits unroll performance improvement
commit 264e9daf6f9b22a52f50a9696915e2c4f42c349b
Author: Pavel Kruglov <avogar@sandbox-633380738>
Date: Fri Nov 13 11:16:30 2020 +0300
Fix style
commit 6a57c0a8cf5217e90ef8c5daa6f006436856e033
Author: Pavel Kruglov <avogar@sandbox-633380738>
Date: Fri Nov 13 10:54:05 2020 +0300
Move merge in MergeTreeDataWriter
commit 8d5e0784d357f756c5f515e682a9ca317b16095d
Author: Pavel Kruglov <avogar@sandbox-633380738>
Date: Thu Nov 12 23:29:36 2020 +0300
Add setting optimize_on_insert
commit 9df414fa0c1feaf81c8f266b655b7063906b3e70
Author: alesapin <alesapin@gmail.com>
Date: Tue Nov 10 13:54:56 2020 +0300
One more test to skip
commit fe4bd6a7d23650c45be371c6a563b07ff45ce609
Merge: e2ece9ef0a 059357d51e
Author: alesapin <alesapin@gmail.com>
Date: Tue Nov 10 13:54:43 2020 +0300
Merge branch 'master' into run_func_tests_in_parallel
commit c7c14cc6ad9723b04dbc95bd1c096f91a711c967
Author: hexiaoting <hewenting_ict@163.com>
Date: Tue Nov 10 11:24:39 2020 +0800
fix bug
commit e2ece9ef0a07ef59461d434e65c08bb691955459
Merge: 8fa6831185 24e57c659a
Author: alesapin <alesapin@gmail.com>
Date: Mon Nov 9 13:24:47 2020 +0300
Merge branch 'master' into run_func_tests_in_parallel
commit ef0b78cf126f61a2f31d88119929e8544ef17b8a
Author: hexiaoting <hewenting_ict@163.com>
Date: Fri Nov 6 17:21:26 2020 +0800
style error fix
commit 28e87da9768af95ca8c50cb77880037dd0bc97f3
Merge: 66bca89001 ccf57300eb
Author: hexiaoting <hewenting_ict@163.com>
Date: Fri Nov 6 15:07:41 2020 +0800
remove map literal and Merge remote-tracking branch 'origin/master' into dev_map2
commit 8fa68311858d32b7fee312b0a4fbe84ff31b7677
Merge: 5622a3f57f 01898be459
Author: alesapin <alesapin@gmail.com>
Date: Tue Nov 3 10:16:28 2020 +0300
Merge branch 'master' into run_func_tests_in_parallel
commit 66bca89001a034b6cf1f02f99560e827ed486323
Author: hexiaoting <hewenting_ict@163.com>
Date: Mon Nov 2 17:23:02 2020 +0800
Style error fix
commit 5622a3f57fb753a259f8d187ef5661171b86e096
Author: alesapin <alesapin@gmail.com>
Date: Mon Nov 2 10:46:43 2020 +0300
Update skip list json
commit 3fe6f1e3fdfbf3fb57ab6330be857b05b4a3d8fa
Author: hexiaoting <hewenting_ict@163.com>
Date: Mon Nov 2 15:10:29 2020 +0800
Add test case for tuple convert to map
commit 3a70cf3773270fcb6e79001a5a011dedcc562ac8
Merge: e1ff6c3870 dc5fc9ddcb
Author: hexiaoting <hewenting_ict@163.com>
Date: Mon Nov 2 14:46:56 2020 +0800
Merge remote-tracking branch 'origin/master' into dev_map2
commit e1ff6c3870615360c452d71a4caf683cf149a49b
Author: hexiaoting <hewenting_ict@163.com>
Date: Mon Nov 2 14:46:32 2020 +0800
Update codes
commit 619fe6b10bb2879c009fc677d9e0e306c2c0d6ba
Merge: 2ba68d7494 ceab1add26
Author: hexiaoting <hewenting_ict@163.com>
Date: Mon Nov 2 14:07:00 2020 +0800
Merge remote-tracking branch 'hexiaoting/dev_map2' into dev_map2
commit 2ba68d74947a84d2f6008fa6a3bceab3bad0ed5b
Author: hexiaoting <hewenting_ict@163.com>
Date: Mon Nov 2 14:05:53 2020 +0800
Add map function
commit 4e45253c02ee5fbc4ccbd36714caf5fe7f5765d8
Author: alesapin <alesapin@gmail.com>
Date: Thu Oct 29 19:05:56 2020 +0300
Update skip_list.json
commit b5553c0c2359e4db595228f8aca1eef7bc83ed99
Author: alesapin <alesapin@gmail.com>
Date: Thu Oct 29 15:48:02 2020 +0300
Update skip_list.json
commit 8a6574767ae3b3e9d3f6da417c7b998389035ca1
Merge: 6345769b01 2e8594159c
Author: alesapin <alesapin@gmail.com>
Date: Thu Oct 29 12:57:56 2020 +0300
Merge branch 'run_func_tests_in_parallel' of github.com:ClickHouse/ClickHouse into run_func_tests_in_parallel
commit 6345769b01a7c8fe9e617b13f01593af8d659427
Merge: 362b2c1cb2 745cb4ab2f
Author: alesapin <alesapin@gmail.com>
Date: Thu Oct 29 12:56:54 2020 +0300
Merge branch 'master' into run_func_tests_in_parallel
commit 2e8594159cc927628e64c7c5d3b896e8f682148f
Author: alesapin <alesapin@gmail.com>
Date: Wed Oct 28 22:25:57 2020 +0300
Update skip_list.json
commit 964149586eb9a42f4ebd8763637efc3054fd4c44
Author: alesapin <alesapin@gmail.com>
Date: Wed Oct 28 18:20:21 2020 +0300
Update tests/queries/skip_list.json
Co-authored-by: Azat Khuzhin <a3at.mail@gmail.com>
commit ceab1add26f4c12a40ab7c3b82f840d330293ade
Merge: 483be134b2 e0d85ffd1d
Author: hexiaoting <hewenting_ict@163.com>
Date: Wed Oct 28 19:13:40 2020 +0800
Merge pull request #1 from Enmk/ColumnMap_fixes
Allow casting Tuple as Map.
commit 362b2c1cb225b59eb664aafef73dec63b8434e06
Merge: b9f63645b6 4a63f1271b
Author: alesapin <alesapin@gmail.com>
Date: Wed Oct 28 14:12:45 2020 +0300
Merge branch 'master' into run_func_tests_in_parallel
commit e0d85ffd1d36cd0fb87a5d450493bf155a2e3797
Author: Vasily Nemkov <V.Nemkov@gmail.com>
Date: Mon Oct 26 21:20:45 2020 +0300
Allow casting Tuple as Map.
SELECT CAST(([1, 2, 3], ['1', '2', 'foo']), 'Map(UInt8, String)') AS map
commit 2e232bad74a82b54611d4e0da5d41733c4fab6d0
Merge: aa3a43c964 cc5f15da29
Author: Alexey Milovidov <milovidov@yandex-team.ru>
Date: Mon Oct 26 22:51:58 2020 +0300
Merge branch 'master' into sigaltstack
commit aa3a43c9649c1458282601a1bd6ca0741fc29fe0
Merge: 0ba2fa8105 a591d1f32a
Author: Alexey Milovidov <milovidov@yandex-team.ru>
Date: Mon Oct 26 22:51:55 2020 +0300
Merge branch 'sigaltstack' of github.com:yandex/ClickHouse into sigaltstack
commit a591d1f32afcb8e7eb0b69583523cc726ad1a719
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date: Mon Oct 26 22:46:25 2020 +0300
Update ThreadStatus.cpp
commit b9f63645b647ac7778717d54a8cbd91b86020910
Author: tavplubix <avtokmakov@yandex-team.ru>
Date: Mon Oct 26 12:45:30 2020 +0300
Update 01107_atomic_db_detach_attach.sh
commit eab3371d5f5d43230d136305692d3f7f69fc4306
Author: tavplubix <avtokmakov@yandex-team.ru>
Date: Mon Oct 26 12:42:54 2020 +0300
Update 01114_database_atomic.sh
commit 0ba2fa81058b19148dcc002fb7445d11b517a3ed
Author: Alexey Milovidov <milovidov@yandex-team.ru>
Date: Mon Oct 26 11:56:30 2020 +0300
Fix "Arcadia"
commit c1cce28470c4740bd5055d4321d2a14d4044769a
Author: alesapin <alesapin@gmail.com>
Date: Mon Oct 26 09:25:20 2020 +0300
Update skip_list.json
commit 46fc6733e20bbab97da195d42a0c4455c952effb
Merge: b472bd35b7 18458f36e7
Author: Alexey Milovidov <milovidov@yandex-team.ru>
Date: Mon Oct 26 08:23:47 2020 +0300
Merge branch 'master' into sigaltstack
commit b472bd35b70be33d48613efc6ec3c9976acc89e7
Merge: 88e846b36d bfe17d7dca
Author: Alexey Milovidov <milovidov@yandex-team.ru>
Date: Mon Oct 26 07:42:33 2020 +0300
Merge branch 'master' into sigaltstack
commit 88e846b36d01a121ff50f11d96d42dbf25f1c706
Author: Alexey Milovidov <milovidov@yandex-team.ru>
Date: Mon Oct 26 07:42:22 2020 +0300
Fix build on Mac OS
commit 068235c2d7a92143117f30607eb38d16b5ceb2b1
Author: Alexey Milovidov <milovidov@yandex-team.ru>
Date: Mon Oct 26 05:18:36 2020 +0300
Disable alt stack for sanitizers
commit 1228396effa5d57da4e73820a6f7c0a969f1920c
Merge: 4e2c0ba226 772faeb74f
Author: Alexey Milovidov <milovidov@yandex-team.ru>
Date: Mon Oct 26 05:09:33 2020 +0300
Merge branch 'master' into sigaltstack
commit 4e2c0ba226f29f1aecab837aa2996e71222086f5
Author: Alexey Milovidov <milovidov@yandex-team.ru>
Date: Sun Oct 25 03:10:05 2020 +0300
Provide diagnostics on stack overflow
commit 96a10f3664257100621edb0cb789fe6b04123d66
Author: alesapin <alesapin@gmail.com>
Date: Fri Oct 23 15:19:03 2020 +0300
Update skip_list.json
commit bbc421acb749606fa51efb1629ea2c37bcdea473
Merge: b158a22a4f 6285fd1378
Author: alesapin <alesapin@gmail.com>
Date: Fri Oct 23 13:22:34 2020 +0300
Merge branch 'run_func_tests_in_parallel' of github.com:ClickHouse/ClickHouse into run_func_tests_in_parallel
commit b158a22a4f5743545c0bcabc3536a7d440e54174
Author: alesapin <alesapin@gmail.com>
Date: Fri Oct 23 13:21:40 2020 +0300
Bump CI
commit 483be134b2718211d155f1ef72ce4eeda942c2f0
Merge: 521b07d37a 0082c56b67
Author: hexiaoting <hewenting_ict@163.com>
Date: Fri Oct 23 16:36:17 2020 +0800
Support MergeTree Engine
commit 6285fd13783b1c587da7d7002cd772089d511991
Author: alesapin <alesapin@gmail.com>
Date: Thu Oct 22 17:41:34 2020 +0300
Update skip_list.json
commit d04edef048cb079387301be672b8ba1c35c91e3b
Author: alesapin <alesapin@gmail.com>
Date: Thu Oct 22 10:20:45 2020 +0300
More tests to skip
commit fedf169bb6259dc0b0d94d082a963947376ae3fe
Merge: 96daa31436 0082c56b67
Author: alesapin <alesapin@gmail.com>
Date: Thu Oct 22 10:19:48 2020 +0300
Merge branch 'master' into run_func_tests_in_parallel
commit 96daa31436649261089fdb432389160681a8d03a
Merge: 620c8e3d38 4261455621
Author: alesapin <alesapin@gmail.com>
Date: Wed Oct 21 22:53:18 2020 +0300
Merge branch 'run_func_tests_in_parallel' of github.com:ClickHouse/ClickHouse into run_func_tests_in_parallel
commit 620c8e3d3813a93cc433575a271488c6ae278268
Merge: cc43b002cc 6a57bc8c0b
Author: alesapin <alesapin@gmail.com>
Date: Wed Oct 21 22:52:30 2020 +0300
Merge branch 'master' into run_func_tests_in_parallel
commit 4261455621270c2039c8318492f3ef40e6defb95
Author: alesapin <alesapin@gmail.com>
Date: Wed Oct 21 17:18:48 2020 +0300
Update skip_list.json
commit cc43b002cc4f3c34d70243bb39b846b93700b345
Merge: df4620b7bd c53f59dece
Author: alesapin <alesapin@gmail.com>
Date: Wed Oct 21 12:51:43 2020 +0300
Merge branch 'master' into run_func_tests_in_parallel
commit df4620b7bd38ac87134358696e718c8dc9197457
Merge: 85ca6f7e6a b4f0e08369
Author: alesapin <alesapin@gmail.com>
Date: Tue Oct 20 17:15:56 2020 +0300
Merge branch 'master' into run_func_tests_in_parallel
commit 521b07d37a8393346b914d384c9d02e5ed25b2ae
Author: hexiaoting <hewenting_ict@163.com>
Date: Sun Oct 18 20:40:51 2020 +0800
Fix build error
commit fcd35b06193a251eca24cf0ebf7d16840d9a37df
Merge: db8ba39c9c 6dc5cb166f
Author: hexiaoting <hewenting_ict@163.com>
Date: Sun Oct 18 16:18:13 2020 +0800
Merge branch 'master' into dev_map2
commit db8ba39c9c622d89bf29739757c507ab66376534
Author: hexiaoting <hewenting_ict@163.com>
Date: Sat Oct 17 23:45:35 2020 +0800
Implement Integer And Array for value type
commit 85ca6f7e6a08ee6d6008589059a64e25b8027bf7
Merge: 8f3d6dae2d e89a3b5d09
Author: alesapin <alesapin@gmail.com>
Date: Fri Oct 16 13:43:30 2020 +0300
Merge branch 'master' into run_func_tests_in_parallel
commit 8f3d6dae2d88113e0e5070a5a7589ddd56751c53
Merge: 09bb6e9944 0fa35cdc80
Author: alesapin <alesapin@gmail.com>
Date: Fri Oct 16 10:26:57 2020 +0300
Merge branch 'run_func_tests_in_parallel' of github.com:ClickHouse/ClickHouse into run_func_tests_in_parallel
commit 09bb6e99445883cd4ac41dadd36f47fb21b22358
Merge: 9a235cfb8b 0bb4480fee
Author: alesapin <alesapin@gmail.com>
Date: Fri Oct 16 10:26:33 2020 +0300
Merge branch 'master' into run_func_tests_in_parallel
commit cb9e88efa327da17d9d7a27138c622a689bbb646
Author: hexiaoting <hewenting_ict@163.com>
Date: Wed Oct 14 15:35:22 2020 +0800
Update with fresh master to build sucessfully.
commit 4f3f22198723733feb426f4111ef4a00b6ef8a33
Author: hexiaoting <hewenting_ict@163.com>
Date: Tue Oct 13 15:02:03 2020 +0800
Fix build error
commit 03102fead3fba3d6d26a2c5bc102028082668a1e
Author: hexiaoting <hewenting_ict@163.com>
Date: Sun Oct 11 22:22:54 2020 +0800
Fix style check error.
commit 974352a8e1d6b2f90c9a97b2598fa91daff9b49d
Author: hexiaoting <hewenting_ict@163.com>
Date: Sat Oct 10 18:16:05 2020 +0800
Fix style check errors.
commit cdb4dd57a63c5dc7855ba3eb6d4b471da329f993
Author: hexiaoting <hewenting_ict@163.com>
Date: Sat Oct 10 14:49:03 2020 +0800
Add new DataType Map(key,value)
commit 0fa35cdc8004a4e813405010ae4234d2edcfc8d1
Author: Alexander Tokmakov <avtokmakov@yandex-team.ru>
Date: Tue Oct 13 19:03:25 2020 +0300
use async drop in some tests
commit 9a235cfb8bdff69169fcf7b9ddce669173248f57
Author: alesapin <alesapin@gmail.com>
Date: Tue Oct 13 17:29:24 2020 +0300
Database atomic sync drop detach
commit 7d735b4725f430b19ca57591ff0557207c92771d
Author: alesapin <alesapin@gmail.com>
Date: Tue Oct 13 13:40:00 2020 +0300
Update max_concurrent_queries.xml
commit 2909378bbc8c0de0be303abe7d473869499c77d1
Author: alesapin <alesapin@gmail.com>
Date: Tue Oct 13 09:52:37 2020 +0300
Bump CI
commit 97e89afea7b934d108c90adf10dd0273b7762562
Merge: d75d486029 38c7132c0f
Author: alesapin <alesapin@gmail.com>
Date: Mon Oct 12 22:40:57 2020 +0300
Merge branch 'master' into run_func_tests_in_parallel
commit d75d486029beed8795f46cfe31539ed99afab76c
Author: alesapin <alesapin@gmail.com>
Date: Mon Oct 12 13:20:52 2020 +0300
Update skip_list.json
commit 2a63a619cc5d4be8fd179170def377718d589204
Author: alesapin <alesapin@gmail.com>
Date: Fri Oct 9 22:42:51 2020 +0300
Update skip_list.json
commit e112fbe2a972cfc2b8563f331a7d2287528b5d96
Author: alesapin <alesapin@gmail.com>
Date: Fri Oct 9 14:51:34 2020 +0300
Update skip_list.json
commit cd28dab66624b64466b1c66e6addfcc377e909b7
Merge: 7b3d430149 e6c6930397
Author: alesapin <alesapin@gmail.com>
Date: Fri Oct 9 10:26:40 2020 +0300
Merge branch 'run_func_tests_in_parallel' of github.com:ClickHouse/ClickHouse into run_func_tests_in_parallel
commit 7b3d4301494bd5fd65346c12cfc9dcda1d6e6aa8
Author: alesapin <alesapin@gmail.com>
Date: Fri Oct 9 10:25:50 2020 +0300
Add more tests
commit 2b66180c704100ad9ef551358719b276fbe357c7
Merge: 9982c17814 66b7748b63
Author: alesapin <alesapin@gmail.com>
Date: Fri Oct 9 10:25:35 2020 +0300
Merge branch 'master' into run_func_tests_in_parallel
commit e6c6930397f2987d9c23cea4b1fcb8cf417b538b
Author: alesapin <alesapin@gmail.com>
Date: Wed Oct 7 23:01:03 2020 +0300
Update skip_list.json
commit e7d1d34a605b49d46aee37b0676ad4952399862d
Author: alesapin <alesapin@gmail.com>
Date: Wed Oct 7 12:43:49 2020 +0300
Update skip_list.json
commit d2762624f5abd1ac37e479475f5357a486eb2809
Author: alesapin <alesapin@gmail.com>
Date: Tue Oct 6 22:45:17 2020 +0300
Update skip_list.json
commit 9982c17814c2e705769efc80989b54bf785a4a6e
Author: alesapin <alesapin@gmail.com>
Date: Tue Oct 6 19:02:33 2020 +0300
Skip more
commit 4f6d794816a50feb8cfc897c6c52e7145970e269
Author: alesapin <alesapin@gmail.com>
Date: Tue Oct 6 14:41:35 2020 +0300
Trying 8
commit a5f843976136935b110bde7bb1ebb8ec3a582f68
Author: alesapin <alesapin@gmail.com>
Date: Tue Oct 6 12:18:49 2020 +0300
Trying 12 threads
commit 4330fc0f39232559a69d4cdb91a1c06f36c8cb6d
Merge: a257751924 a49591b250
Author: alesapin <alesapin@gmail.com>
Date: Tue Oct 6 10:26:55 2020 +0300
Merge branch 'master' into run_func_tests_in_parallel
commit a257751924ea4fcbbb9b6eebcb35a39ae8a92f5a
Author: alesapin <alesapin@gmail.com>
Date: Tue Oct 6 10:13:55 2020 +0300
Ignore max concurrent queries in tests
commit 99ea5cca1014aee22bcc31cac14bf3ab6a634eea
Author: alesapin <alesapin@gmail.com>
Date: Mon Oct 5 23:30:14 2020 +0300
Bump
commit 766802ae4d20254c2e2f607620fbb3df0e52d7c3
Author: alesapin <alesapin@gmail.com>
Date: Mon Oct 5 22:34:50 2020 +0300
Bump
commit 2f9a6fe4791fb6efd384aa0ecb902aeb0787748c
Author: alesapin <alesapin@gmail.com>
Date: Mon Oct 5 18:49:40 2020 +0300
More tests to skip
commit b2f2a274c03c5d422b949bd239771ab2cc1bf8c4
Author: alesapin <alesapin@gmail.com>
Date: Mon Oct 5 16:08:39 2020 +0300
One more time
commit 8561a116200704c5b2489c30208209df7834021b
Author: alesapin <alesapin@gmail.com>
Date: Mon Oct 5 12:56:48 2020 +0300
Revert "Better fix"
This reverts commit 0496987c8fe113b3716551cefb37a654597887d2.
commit 0496987c8fe113b3716551cefb37a654597887d2
Author: alesapin <alesapin@gmail.com>
Date: Mon Oct 5 12:56:20 2020 +0300
Better fix
commit 916cef04872af698d0ec7400d10aec9af13e547b
Author: alesapin <alesapin@gmail.com>
Date: Mon Oct 5 12:45:11 2020 +0300
Bump CI
commit edd5a4b9362950cd21b87f65dfc7f0813d0cc29d
Author: alesapin <alesapin@gmail.com>
Date: Mon Oct 5 10:15:08 2020 +0300
Less tests
commit 933999b4aecf8af38dfa06aa12336444dc7c3cb0
Author: alesapin <alesapin@gmail.com>
Date: Sun Oct 4 11:37:11 2020 +0300
less tests
commit 7ccf1cc3162abe1c58e72399a0f61d8e09afd950
Author: alesapin <alesapin@gmail.com>
Date: Sun Oct 4 11:36:34 2020 +0300
Less tests
commit 744eb8a2e4bfb01b954441c2add1ffb5d19e681a
Author: alesapin <alesapin@gmail.com>
Date: Sat Oct 3 16:10:10 2020 +0300
Trying 6
commit 7cef000b7251bf0040500649f69f232bade1d218
Author: alesapin <alesapin@gmail.com>
Date: Sat Oct 3 10:53:02 2020 +0300
More tests to skip
commit 182f5105657956262d6c7ac7fd290698eb91a1fb
Author: alesapin <alesapin@gmail.com>
Date: Fri Oct 2 21:58:11 2020 +0300
Try 8 threads
commit d8f7dce28698e8d869fe8d81083ef1fa2a3a8539
Merge: 626e9a82cf 77c9f7af79
Author: alesapin <alesapin@gmail.com>
Date: Fri Oct 2 21:45:43 2020 +0300
Merge branch 'master' into run_func_tests_in_parallel
commit 5f6bbe896703fa792638d40bfada8b665ebc2c8a
Merge: 32776da69a 9cb3c743bd
Author: Alexander Tokmakov <avtokmakov@yandex-team.ru>
Date: Fri Oct 2 20:14:08 2020 +0300
Merge branch 'master' into allow_atomic_database_inside_materialize_mysql
commit 32776da69a67fa29bad7529d520c7f252ed693c0
Merge: aa5e5013f2 404c199448
Author: Alexander Tokmakov <avtokmakov@yandex-team.ru>
Date: Fri Oct 2 20:09:37 2020 +0300
Merge branch 'master' into allow_atomic_database_inside_materialize_mysql
commit 626e9a82cf88f910e12d9e87eb414456e2f37ecf
Merge: 91ba9c2e5f 7d75866722
Author: alesapin <alesapin@gmail.com>
Date: Fri Oct 2 17:34:20 2020 +0300
Merge branch 'fix_ilike' into run_func_tests_in_parallel
commit 91ba9c2e5fd95338bcd332d5937afe37c9e87838
Merge: 76e37a6406 c0d1416bbd
Author: alesapin <alesapin@gmail.com>
Date: Fri Oct 2 10:44:34 2020 +0300
Merge branch 'master' into run_func_tests_in_parallel
commit 76e37a64064b6a2e13d93057bb11d2e6a7ae89f4
Author: alesapin <alesapin@gmail.com>
Date: Fri Oct 2 10:43:21 2020 +0300
More tests to skip
commit aa5e5013f2be29ec2121740df3120e88a66f45f2
Merge: 1c37ac7c9d bbbe51033d
Author: Alexander Tokmakov <avtokmakov@yandex-team.ru>
Date: Sun Sep 27 14:11:53 2020 +0300
Merge branch 'master' into allow_atomic_database_inside_materialize_mysql
commit 2452b400938868fd1daefb7cf2fe7d5b1061c330
Author: alesapin <alesapin@gmail.com>
Date: Fri Sep 25 22:44:13 2020 +0300
Skip more tests
commit 7c1c548b43f2f1c58c702822da6e903c78df9f9c
Author: alesapin <alesapin@gmail.com>
Date: Fri Sep 25 22:43:35 2020 +0300
Disable more tests
commit 4ee1621ebf0b1169121092802bd84fb0df722a47
Author: alesapin <alesapin@gmail.com>
Date: Fri Sep 25 19:55:05 2020 +0300
Disable all tests with attach
commit 6669b7da2976de14d10579b52f944894732f6b80
Author: alesapin <alesapin@gmail.com>
Date: Fri Sep 25 19:41:09 2020 +0300
More parallel tests
commit bedab199af266e8652b7f202961f149ac2bd98c2
Author: alesapin <alesapin@gmail.com>
Date: Fri Sep 25 16:20:16 2020 +0300
Fix category name
commit 66be1580fdbef72cc63b63a5a5193e1853aa361a
Author: alesapin <alesapin@gmail.com>
Date: Fri Sep 25 16:18:08 2020 +0300
Correctly merge with master
commit 987a46faee2789c62c76b42263214ee4a2137872
Merge: 8e9013561d 8f21c73b76
Author: alesapin <alesapin@gmail.com>
Date: Fri Sep 25 16:16:42 2020 +0300
Merge branch 'master' into run_func_tests_in_parallel
commit 8e9013561d1cd1f98bf042625fbaeba14e62725b
Author: alesapin <alesapin@gmail.com>
Date: Thu Sep 24 17:54:10 2020 +0300
Trying to split tests in sequential and parallel
commit 1c37ac7c9d7bce591b150725d9d3114180376f78
Author: Alexander Tokmakov <avtokmakov@yandex-team.ru>
Date: Thu Sep 17 21:19:02 2020 +0300
fix
commit 41e99cf261719df7977ae8fd62d94abc4aa046f3
Merge: 18e48838bb 9b6c62e82b
Author: Alexander Tokmakov <avtokmakov@yandex-team.ru>
Date: Thu Sep 17 20:28:50 2020 +0300
Merge branch 'master' into allow_atomic_database_inside_materialize_mysql
commit 18e48838bb136c2297fc30d256203e0832a4fa5d
Author: Alexander Tokmakov <avtokmakov@yandex-team.ru>
Date: Tue Sep 15 17:22:20 2020 +0300
fix build
commit 5455068226399a8c1065022ac3ee32608f0a254a
Author: Alexander Tokmakov <avtokmakov@yandex-team.ru>
Date: Tue Sep 15 17:17:30 2020 +0300
try fix flacky test
commit 0ecf8e595f40205259524482aebdcfc0170d8735
Author: Alexander Tokmakov <avtokmakov@yandex-team.ru>
Date: Tue Sep 15 16:30:30 2020 +0300
cleanup code, add test
commit 3671c91c3768dc0f514a514c1b9e8f20493a5fa9
Merge: a812f7eb75 1d8ee50769
Author: Alexander Tokmakov <avtokmakov@yandex-team.ru>
Date: Tue Sep 15 12:43:01 2020 +0300
Merge branch 'master' into allow_atomic_database_inside_materialize_mysql
commit a812f7eb756fe768932c57b55c6ec0a2e0f7c0c6
Author: Alexander Tokmakov <avtokmakov@yandex-team.ru>
Date: Mon Sep 14 22:25:02 2020 +0300
allow using Atomic database inside MaterializeMySQL
2020-12-18 15:52:33 +00:00
# include <IO/ConnectionTimeoutsContext.h>
2018-09-06 18:05:33 +00:00
# include <IO/UseSSL.h>
2017-04-01 09:19:00 +00:00
# include <DataStreams/RemoteBlockInputStream.h>
# include <Interpreters/Context.h>
# include <Client/Connection.h>
2018-06-05 20:09:51 +00:00
# include <Common/InterruptListener.h>
2018-11-28 14:41:51 +00:00
# include <Common/Config/configReadClient.h>
2019-08-23 15:47:27 +00:00
# include <Common/TerminalSize.h>
2019-08-28 00:15:08 +00:00
# include <Common/StudentTTest.h>
2014-03-10 09:33:18 +00:00
2016-09-28 16:49:59 +00:00
/** A tool for evaluating ClickHouse performance.
* The tool emulates a case with fixed amount of simultaneously executing queries .
2014-03-10 09:33:18 +00:00
*/
namespace DB
{
2019-08-21 08:53:41 +00:00
using Ports = std : : vector < UInt16 > ;
2016-01-12 02:55:39 +00:00
namespace ErrorCodes
{
2020-02-25 18:02:41 +00:00
extern const int CANNOT_BLOCK_SIGNAL ;
2018-11-22 21:19:58 +00:00
extern const int EMPTY_DATA_PASSED ;
2016-01-12 02:55:39 +00:00
}
2018-11-28 14:41:51 +00:00
class Benchmark : public Poco : : Util : : Application
2014-03-10 09:33:18 +00:00
{
public :
2019-08-21 08:53:41 +00:00
Benchmark ( unsigned concurrency_ , double delay_ , Strings & & hosts_ , Ports & & ports_ ,
2019-08-06 10:54:35 +00:00
bool cumulative_ , bool secure_ , const String & default_database_ ,
2017-04-01 07:20:54 +00:00
const String & user_ , const String & password_ , const String & stage ,
bool randomize_ , size_t max_iterations_ , double max_time_ ,
2020-06-12 18:28:07 +00:00
const String & json_path_ , size_t confidence_ ,
2020-12-06 08:53:02 +00:00
const String & query_id_ , const String & query_to_execute_ , bool continue_on_errors_ ,
2020-06-15 16:39:00 +00:00
bool print_stacktrace_ , const Settings & settings_ )
2017-04-01 07:20:54 +00:00
:
2020-06-19 23:03:13 +00:00
concurrency ( concurrency_ ) , delay ( delay_ ) , queue ( concurrency ) , randomize ( randomize_ ) ,
2019-08-06 10:54:35 +00:00
cumulative ( cumulative_ ) , max_iterations ( max_iterations_ ) , max_time ( max_time_ ) ,
2020-06-12 18:28:07 +00:00
json_path ( json_path_ ) , confidence ( confidence_ ) , query_id ( query_id_ ) ,
2020-12-06 08:53:02 +00:00
query_to_execute ( query_to_execute_ ) , continue_on_errors ( continue_on_errors_ ) ,
2020-06-15 16:39:00 +00:00
print_stacktrace ( print_stacktrace_ ) , settings ( settings_ ) ,
2020-04-17 09:47:40 +00:00
shared_context ( Context : : createShared ( ) ) , global_context ( Context : : createGlobal ( shared_context . get ( ) ) ) ,
pool ( concurrency )
2017-04-01 07:20:54 +00:00
{
2019-08-05 13:00:27 +00:00
const auto secure = secure_ ? Protocol : : Secure : : Enable : Protocol : : Secure : : Disable ;
2019-08-05 18:38:08 +00:00
size_t connections_cnt = std : : max ( ports_ . size ( ) , hosts_ . size ( ) ) ;
2019-08-05 13:00:27 +00:00
2019-08-05 18:38:08 +00:00
connections . reserve ( connections_cnt ) ;
comparison_info_total . reserve ( connections_cnt ) ;
comparison_info_per_interval . reserve ( connections_cnt ) ;
2019-08-05 13:00:27 +00:00
2019-08-05 18:38:08 +00:00
for ( size_t i = 0 ; i < connections_cnt ; + + i )
2019-08-05 13:00:27 +00:00
{
2019-08-05 18:38:08 +00:00
UInt16 cur_port = i > = ports_ . size ( ) ? 9000 : ports_ [ i ] ;
std : : string cur_host = i > = hosts_ . size ( ) ? " localhost " : hosts_ [ i ] ;
2020-07-12 18:54:13 +00:00
connections . emplace_back ( std : : make_unique < ConnectionPool > (
2020-09-14 21:55:43 +00:00
concurrency ,
cur_host , cur_port ,
default_database_ , user_ , password_ ,
" " , /* cluster */
" " , /* cluster_secret */
" benchmark " , Protocol : : Compression : : Enable , secure ) ) ;
2019-08-05 13:00:27 +00:00
comparison_info_per_interval . emplace_back ( std : : make_shared < Stats > ( ) ) ;
comparison_info_total . emplace_back ( std : : make_shared < Stats > ( ) ) ;
}
2019-07-08 02:14:32 +00:00
global_context . makeGlobalContext ( ) ;
Squashed commit of the following:
commit 17331d2732d3de57870db222a2dc80441aa6febd
Author: myrrc <me@myrrec.space>
Date: Fri Dec 18 18:51:05 2020 +0300
another fix
commit 61e189d84bff6a32acbe15b3ea9ed92a9cc98890
Author: myrrc <me@myrrec.space>
Date: Fri Dec 18 18:50:05 2020 +0300
another fix
commit cb2ddc7d01c810939cc24781e9511da7cf5d5294
Merge: 0e235d35f8 985876b737
Author: myrrc <me@myrrec.space>
Date: Fri Dec 18 18:49:18 2020 +0300
aMerge branch 'improvement/multiply-decimals-and-floats' of github:myrrc/clickhouse into improvement/multiply-decimals-and-floats
commit 0e235d35f80af6298c5373602c065969474dccfc
Author: myrrc <me@myrrec.space>
Date: Fri Dec 18 18:48:37 2020 +0300
aa
commit 985876b737d8564a2850e54cefa88063c6da2f2d
Author: myrrc <me@myrrec.space>
Date: Fri Dec 18 18:37:00 2020 +0300
another fix
commit e2556659e04c705e370e5ac5c79e06b84d1a27a8
Author: myrrc <me@myrrec.space>
Date: Fri Dec 18 18:28:21 2020 +0300
fix3
commit a19934886028e6a8bf5320f15eea056c5fad3eb5
Author: myrrc <me@myrrec.space>
Date: Fri Dec 18 18:26:58 2020 +0300
fix2
commit fbaa8d3951f4f6056e92ab68adf6647dc2cc5caf
Author: myrrc <me@myrrec.space>
Date: Fri Dec 18 18:24:31 2020 +0300
fix
commit ed6d74b21837532773a3eaf870e3b6abb5547725
Author: myrrc <me@myrrec.space>
Date: Fri Dec 18 18:21:10 2020 +0300
another bad solution
commit 6f1c0b118aea3ba96af3ba1a882c0fa4e6417316
Author: myrrc <me@myrrec.space>
Date: Fri Dec 18 18:17:03 2020 +0300
typo
commit 0dca8562373c495ba9170ecac3bf298df022927e
Author: myrrc <me@myrrec.space>
Date: Fri Dec 18 18:16:38 2020 +0300
solution fix
commit d22d045a59a8e2db0b7bff0f4bd9f11ac48aa48f
Author: myrrc <me@myrrec.space>
Date: Fri Dec 18 18:12:31 2020 +0300
fixed the impl
commit 9d24cafccdaadf9803d02183a5af4a0856b407aa
Author: myrrc <me@myrrec.space>
Date: Fri Dec 18 18:06:24 2020 +0300
added vector mult branch
commit 7611f8d15b13130b2374a5f0025ed5907e77c29e
Author: myrrc <me@myrrec.space>
Date: Fri Dec 18 17:54:48 2020 +0300
compile fix
commit 6b956a2a0dbcf0b80ef976116006d14db60abebe
Author: myrrc <me@myrrec.space>
Date: Fri Dec 18 17:50:16 2020 +0300
possible fix for non-const mult
commit 58ef4c34c070c08a7f9b6cc5fd337b91781f6141
Author: myrrc <me@myrrec.space>
Date: Fri Dec 18 17:44:24 2020 +0300
prep for debug version
commit 3c01cfe630bb24a24d91583d7137d57be49cb5b4
Author: myrrc <me@myrrec.space>
Date: Fri Dec 18 17:34:51 2020 +0300
no scale added
commit fa1f7f40f5875b6e538c9779ae5f4b0258c44c46
Author: myrrc <me@myrrec.space>
Date: Fri Dec 18 17:32:44 2020 +0300
another try
commit 6488846c9200c92629953bde0e6412a83fbdae14
Author: myrrc <me@myrrec.space>
Date: Fri Dec 18 17:23:51 2020 +0300
signature fix
commit bc651b304750d28ca722430ad3b4c433b8ab82eb
Author: myrrc <me@myrrec.space>
Date: Fri Dec 18 17:21:32 2020 +0300
added the suboptimal solution
commit 764d4622886384b5a60229bb2a1c88d5eeac5764
Author: myrrc <me@myrrec.space>
Date: Fri Dec 18 17:16:54 2020 +0300
updated test with possible right values
commit 611d400106040e5099dc47a4b7ec71f807a9f324
Author: myrrc <me@myrrec.space>
Date: Fri Dec 18 17:13:15 2020 +0300
fixed compile error
commit 6c91b3dba0945a0aa40288291c2c93727ff69c59
Author: myrrc <me@myrrec.space>
Date: Fri Dec 18 17:10:37 2020 +0300
added explicit scale calc
commit 1f105145994d55e903a2e0343ddaa2e706a92ff6
Author: myrrc <me@myrrec.space>
Date: Fri Dec 18 17:02:02 2020 +0300
another attempt
commit 07bc3a2a4d26b6be743e511aac4dfddfb343ee97
Author: myrrc <me@myrrec.space>
Date: Fri Dec 18 16:49:00 2020 +0300
reverted the overengineering
commit c4ea410a4da0872035f3ec0a0f57b87aa66999a3
Author: myrrc <me@myrrec.space>
Date: Fri Dec 18 16:45:44 2020 +0300
updated the comments and branches
commit 15f0915ad32913a0032b497acad3367937cf2416
Author: myrrc <me@myrrec.space>
Date: Fri Dec 18 16:35:37 2020 +0300
replaced ternary if
commit 84013d253dff75b1f522ac1756fb8c966a51f88c
Author: myrrc <me@myrrec.space>
Date: Fri Dec 18 16:33:00 2020 +0300
fix: ternary if
commit f34c0500dbd9b3d9af75be1151238cd3668e9b1e
Author: myrrc <me@myrrec.space>
Date: Fri Dec 18 16:29:53 2020 +0300
enlarged the test, updated scales calc
commit d4f8c46210fce2491cd4ad49e41f9e1bf82d0170
Author: myrrc <me@myrrec.space>
Date: Fri Dec 18 16:04:19 2020 +0300
fixed the test
commit 283268c50feefcadfe914a286361d96d4c248f4b
Merge: 5b6143bf2f 6a9397a64b
Author: myrrc <me@myrrec.space>
Date: Fri Dec 18 15:42:39 2020 +0300
Merge branch 'improvement/multiply-decimals-and-floats' of github:myrrc/clickhouse into improvement/multiply-decimals-and-floats
commit 5b6143bf2f3281a9e57f9316cf7c8c313f1b8ee6
Author: myrrc <me@myrrec.space>
Date: Fri Dec 18 15:42:12 2020 +0300
fix style error
commit 05abfb04bde8685588886c75aff415c4d7aad001
Merge: a50e9548fd 26637bd7ee
Author: myrrc <me@myrrec.space>
Date: Fri Dec 18 15:42:01 2020 +0300
Merge remote-tracking branch 'upstream/master' into improvement/multiply-decimals-and-floats
commit 26637bd7ee690fdbe902b4cfd076edb51dadc076
Merge: 0d9519a0a2 911a1cd48f
Author: alesapin <alesapin@gmail.com>
Date: Fri Dec 18 12:41:16 2020 +0300
Merge pull request #17943 from ClickHouse/try_rewrite_writer
Small simplification of MergeTreeDataWriter
commit 0d9519a0a2ca464e752b2593f7b061cb63eca4a4
Merge: 6ee2ada592 e4433157e7
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date: Fri Dec 18 08:08:26 2020 +0300
Merge pull request #17567 from ClickHouse/insert_quorum_parallel-default
Insert quorum parallel by default
commit 6ee2ada592a7015bebeee21320dfb90a58d8a934
Merge: 55604bde47 fb3d235e84
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date: Fri Dec 18 08:07:46 2020 +0300
Merge pull request #18204 from ClickHouse/remove-strerror
Do not use non thread-safe function `strerror`
commit 55604bde47f52e72998a1c3adaf50d4d1e1dfb68
Author: Alexey Milovidov <milovidov@yandex-team.ru>
Date: Fri Dec 18 08:07:09 2020 +0300
Whitespaces
commit c343fa1ae4322f408f9ce42c58539e3a5269df2a
Merge: 6a5ce2eea7 4a1618d0b8
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date: Fri Dec 18 08:03:11 2020 +0300
Merge pull request #18202 from ClickHouse/update-libc-headers-2
Update libc headers
commit 6a5ce2eea7378e2378b54812aa176680b663455a
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date: Fri Dec 18 07:58:56 2020 +0300
Update config.xml
commit 44734a829ea4add9ba88be3844408c1a1484f8e5
Merge: aa7793e38f b4a59aecfe
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date: Fri Dec 18 06:39:35 2020 +0300
Merge pull request #18207 from ClickHouse/better-config
Better config: example ports, security advices
commit b4a59aecfe7a74e74cc8921be5e2d2454fdfc6d7
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date: Fri Dec 18 06:39:21 2020 +0300
Update config.xml
commit aa7793e38f7bdc2de2878787c7f5b0f58675494a
Merge: 8bc9d8ed7e d198f03301
Author: Nikita Mikhaylov <mikhaylovnikitka@gmail.com>
Date: Fri Dec 18 01:54:42 2020 +0300
Merge pull request #18084 from nikitamikhaylov/fix-arcadia-third
Try to fix Arcadia
commit 8bc9d8ed7e7140c66d5da9c56c79aaeb357d89f1
Merge: 6fc3ca8b7b 52ef4289fe
Author: tavplubix <avtokmakov@yandex-team.ru>
Date: Fri Dec 18 01:50:32 2020 +0300
Merge pull request #18198 from ClickHouse/materialize_mysql_optimize_on_insert
Enable optimize_on_insert for MaterializeMySQL
commit 6a9397a64bc7c3d71520d515d917a13ceab476f3
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date: Fri Dec 18 01:35:37 2020 +0300
Update FunctionBinaryArithmetic.h
commit a50e9548fd25eb9783844e181eff44cbc215cd17
Merge: 43348bd708 0462340d8a
Author: myrrc <me@myrrec.space>
Date: Fri Dec 18 01:26:23 2020 +0300
Merge branch 'improvement/multiply-decimals-and-floats' of github:myrrc/clickhouse into improvement/multiply-decimals-and-floats
commit 43348bd7087b7f46b36ec60d4890287d4de78144
Author: myrrc <me@myrrec.space>
Date: Fri Dec 18 01:25:30 2020 +0300
fixed the possible values case
commit 0462340d8a6c02a455b254cd12a6beb4c759c3d0
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date: Fri Dec 18 01:03:25 2020 +0300
Update FunctionBinaryArithmetic.h
commit 5a78eafb0547b53df329c9a2b4fb7d3d1d8d7b6b
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date: Fri Dec 18 00:59:39 2020 +0300
Update FunctionBinaryArithmetic.h
commit 40c702c54a4d676fef6ce22b583a4523c287af2f
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date: Fri Dec 18 00:56:42 2020 +0300
Update multiply.cpp
commit 6fc3ca8b7b42879d36a9dfd1756b9eb772128814
Merge: 8140fbd0fb 0c04a263e5
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date: Fri Dec 18 00:45:27 2020 +0300
Merge pull request #16724 from kitaisreal/added-function-accurate-cast-or-null
Added function accurateCastOrNull, allow different types inside IN subquery
commit 92d8840ae5ae49e95341b9eb39061a455fa6e6d5
Author: Alexey Milovidov <milovidov@yandex-team.ru>
Date: Fri Dec 18 00:31:09 2020 +0300
Better config: example ports, security advices
commit 8140fbd0fb5b177f8d862306fb9dacd2c6254cb2
Merge: 799997db35 aecdd02be4
Author: alesapin <alesapin@gmail.com>
Date: Fri Dec 18 00:22:19 2020 +0300
Merge pull request #18200 from ClickHouse/more_logs_during_quorum
More logs during quorum insert
commit fe1b39625664c7397d7c0f18f650a1a605be2f35
Author: myrrc <me@myrrec.space>
Date: Fri Dec 18 00:14:06 2020 +0300
added test reference
commit bf5e836414f68f49d363708c8d32b0a9f0d576cc
Author: myrrc <me@myrrec.space>
Date: Fri Dec 18 00:03:45 2020 +0300
updated the test
commit 7db7a9ef5b2727196f037af3e5d4f0834fbdc3cf
Author: myrrc <me@myrrec.space>
Date: Thu Dec 17 23:55:59 2020 +0300
added another constexpr branch
commit 205db4fa92a3f9086fc154997a9dc283719aefbb
Author: myrrc <me@myrrec.space>
Date: Thu Dec 17 23:50:59 2020 +0300
fixed the scale bug, added the test (wo reference)
commit b5e6b233eea10c5ba62ea615492f50b7363bf114
Merge: 4f7d019a9e 61d9d213e9
Author: myrrc <me@myrrec.space>
Date: Thu Dec 17 23:20:14 2020 +0300
Merge branch 'improvement/multiply-decimals-and-floats' of github:myrrc/clickhouse into improvement/multiply-decimals-and-floats
commit 4f7d019a9ebd22b06b3607895a2160fb78c41f4a
Author: myrrc <me@myrrec.space>
Date: Thu Dec 17 23:19:57 2020 +0300
Squashed commit of the following:
commit 61d9d213e91f7fbc0381a2ef81b1e941d7fd2506
Author: myrrc <me@myrrec.space>
Date: Thu Dec 17 23:14:02 2020 +0300
fixed another variable init
commit 73f3195fe17610f814453b27c8f4bbd15a54820d
Author: myrrc <me@myrrec.space>
Date: Thu Dec 17 23:12:41 2020 +0300
fixed variable init
commit 488f4ef42e90988667f77ec5b6d7e25fef9a3a03
Author: myrrc <me@myrrec.space>
Date: Thu Dec 17 23:09:33 2020 +0300
fixed compile condition
commit e50af17545827eb9ef657ff7d17c319afb17428e
Author: myrrc <me@myrrec.space>
Date: Thu Dec 17 23:05:10 2020 +0300
fixed template args1
commit f93385dcf01697a3cd5e77d8ef7f5b69aa8c90ac
Author: myrrc <me@myrrec.space>
Date: Thu Dec 17 23:01:29 2020 +0300
replaced lambda with helper function
commit 5974e784c29b54c59b1d84a1cecd1049cbc5e5a5
Author: myrrc <me@myrrec.space>
Date: Thu Dec 17 22:52:52 2020 +0300
added the conversion func
commit 6eecef35a6b09f1d83f5e1c75db8200d4a438fe5
Author: myrrc <me@myrrec.space>
Date: Thu Dec 17 22:35:46 2020 +0300
fixed result type trait
commit 31e3ca16703e06b5ac5cd3bc39631d0dfdaa12cc
Author: myrrc <me@myrrec.space>
Date: Thu Dec 17 22:26:15 2020 +0300
restored type signature
commit 613f4e0f04405a9ce5901f36f82935e32c1ca03b
Author: myrrc <me@myrrec.space>
Date: Thu Dec 17 22:24:09 2020 +0300
removed explicit types
commit 1c52842e835a661a9fb36693a45ff70a1be96633
Author: myrrc <me@myrrec.space>
Date: Thu Dec 17 22:21:23 2020 +0300
simplified the condition
commit c61af32360f95b5cffa8827b77e603fcb7c01740
Author: myrrc <me@myrrec.space>
Date: Thu Dec 17 22:12:12 2020 +0300
fixed const column branch
commit fd1d24c928acdcf8d0009ba975209fc2876ebfd0
Author: myrrc <me@myrrec.space>
Date: Thu Dec 17 22:10:33 2020 +0300
fixed overflow check
commit b428f8fcd88c8bcc29fe3aac86361df672d5d0e4
Author: myrrc <me@myrrec.space>
Date: Thu Dec 17 22:01:04 2020 +0300
fixed scales
commit 39c82fe50cb3652ae1f426650634bb89468023f5
Author: myrrc <me@myrrec.space>
Date: Thu Dec 17 21:52:19 2020 +0300
fixed result type
commit 54887dacbf2a1243e1dc70dee259787141592ab2
Author: myrrc <me@myrrec.space>
Date: Thu Dec 17 21:38:36 2020 +0300
fix scale init
commit 3e9428515c28aa6b9f73fa1a9ff02f7115f913a8
Author: myrrc <me@myrrec.space>
Date: Thu Dec 17 21:36:15 2020 +0300
fix deleted constuctor
commit ea2da764f6bd4e1500adaebfc9794879bf414526
Author: myrrc <me@myrrec.space>
Date: Thu Dec 17 21:33:51 2020 +0300
fixed result data type init
commit 1f67b0ce8d68693262a6e714d5c9f2f40b74c9a1
Author: myrrc <me@myrrec.space>
Date: Thu Dec 17 21:28:51 2020 +0300
reverting if constexpr
commit 494e9066c33c9949d2063f8a63ce1f31120c8805
Author: myrrc <me@myrrec.space>
Date: Thu Dec 17 21:17:38 2020 +0300
fixing first compile bug
commit d24fc58c94e270f48834451f4807aba10fe330fc
Author: myrrc <me@myrrec.space>
Date: Thu Dec 17 21:12:24 2020 +0300
case fix 2
commit 9f217c5df57e6fe8d8ca5d823d4889e39830ffc1
Author: myrrc <me@myrrec.space>
Date: Thu Dec 17 21:11:39 2020 +0300
case fix
commit fa6a1d3b4a70f3217df426934b14de4c6a166e6d
Author: myrrc <me@myrrec.space>
Date: Thu Dec 17 20:55:35 2020 +0300
fix
commit af8a72a45f2162f69c3cc0034af607cc17d288f9
Author: myrrc <me@myrrec.space>
Date: Thu Dec 17 20:16:37 2020 +0300
fix
commit 737d4fc22fd2565e5551b15f6cd96aa419a271cd
Author: myrrc <me@myrrec.space>
Date: Thu Dec 17 19:43:29 2020 +0300
debug fix
commit fcacf5c510c1ea34f3980863c92b34a191523f7d
Author: myrrc <me@myrrec.space>
Date: Thu Dec 17 19:31:54 2020 +0300
another try
commit 49f3b71b5f1c731c98eb0d90421bef968a675e64
Author: myrrc <me@myrrec.space>
Date: Thu Dec 17 18:48:22 2020 +0300
another fix
commit 0d319c8c612285fc249a6aea9382e9aad3b8e7c4
Author: myrrc <me@myrrec.space>
Date: Thu Dec 17 18:47:14 2020 +0300
fix
commit 9d5998fd10812ae4cf6b786dbe11fb947b6ec35b
Author: myrrc <me@myrrec.space>
Date: Thu Dec 17 18:46:01 2020 +0300
added debug info
commit 17d996054ecd77d59246a26b48ff3f2436c17d3a
Author: myrrc <me@myrrec.space>
Date: Wed Dec 16 18:47:24 2020 +0300
style fix
commit 02baaddc13b5cb40f77b44bcc104421030963012
Author: myrrc <me@myrrec.space>
Date: Wed Dec 16 18:20:41 2020 +0300
removed some casts
commit 799997db35856f1a71329bc6a14cc53348b34d1f
Merge: 30c98adde4 832d99515b
Author: alesapin <alesapin@gmail.com>
Date: Thu Dec 17 23:16:58 2020 +0300
Merge pull request #16621 from arenadata/ADQM-148
HDFS configuration and Kerberos Authenticaiton
commit 61d9d213e91f7fbc0381a2ef81b1e941d7fd2506
Author: myrrc <me@myrrec.space>
Date: Thu Dec 17 23:14:02 2020 +0300
fixed another variable init
commit 30c98adde46e6d242d8bc27e075d68c4177c06f1
Author: alesapin <alesapin@gmail.com>
Date: Thu Dec 17 23:13:49 2020 +0300
Fix local variable in clickhouse-test
commit 73f3195fe17610f814453b27c8f4bbd15a54820d
Author: myrrc <me@myrrec.space>
Date: Thu Dec 17 23:12:41 2020 +0300
fixed variable init
commit 488f4ef42e90988667f77ec5b6d7e25fef9a3a03
Author: myrrc <me@myrrec.space>
Date: Thu Dec 17 23:09:33 2020 +0300
fixed compile condition
commit e50af17545827eb9ef657ff7d17c319afb17428e
Author: myrrc <me@myrrec.space>
Date: Thu Dec 17 23:05:10 2020 +0300
fixed template args1
commit f93385dcf01697a3cd5e77d8ef7f5b69aa8c90ac
Author: myrrc <me@myrrec.space>
Date: Thu Dec 17 23:01:29 2020 +0300
replaced lambda with helper function
commit b9c537ac37facaf84ef2beafd933c48027c61cac
Merge: d9125a4822 da18af96a3
Author: Vitaly Baranov <vitbar@yandex-team.ru>
Date: Thu Dec 17 22:59:33 2020 +0300
Merge pull request #18104 from vitlibar/fix-access-rights-for-merge-table-function-2
Fix access rights required for the merge() table function #2.
commit d9125a4822109d2f60f35ee96222c77c73e00ee8
Merge: dbfe50c0c1 72df75fc50
Author: Vitaly Baranov <vitbar@yandex-team.ru>
Date: Thu Dec 17 22:59:09 2020 +0300
Merge pull request #18014 from vitlibar/fix-showing-temporary-tables-in-system-tables
Fix showing temporary tables in system tables
commit 5974e784c29b54c59b1d84a1cecd1049cbc5e5a5
Author: myrrc <me@myrrec.space>
Date: Thu Dec 17 22:52:52 2020 +0300
added the conversion func
commit dbfe50c0c1593f0bf3820cf7e36107c31c12a167
Merge: 82ed528d98 a207e3db75
Author: alesapin <alesapin@gmail.com>
Date: Thu Dec 17 22:52:15 2020 +0300
Merge pull request #18199 from ClickHouse/add_one_more_test_in_util
Add one more case in zk test util
commit 82ed528d980b9b021eafe7ffb94cb7e89f6c0b6f
Merge: f82274a722 fa266790b4
Author: alesapin <alesapin@gmail.com>
Date: Thu Dec 17 22:51:52 2020 +0300
Merge pull request #18191 from ClickHouse/hard_watches_test
Test watches for in-memory zookeeper
commit e4433157e7daf43fb57123818f2f88fa3d72a7bc
Merge: c2b0f9d530 f82274a722
Author: Alexey Milovidov <milovidov@yandex-team.ru>
Date: Thu Dec 17 22:42:32 2020 +0300
Merge branch 'master' into insert_quorum_parallel-default
commit c2b0f9d5306831fca199dcc9275925dcd496461e
Author: Alexey Milovidov <milovidov@yandex-team.ru>
Date: Thu Dec 17 22:42:15 2020 +0300
Update integration test
commit 6eecef35a6b09f1d83f5e1c75db8200d4a438fe5
Author: myrrc <me@myrrec.space>
Date: Thu Dec 17 22:35:46 2020 +0300
fixed result type trait
commit f82274a72297e863e38dc94d636fe2d7bd5f5d57
Merge: e9d97160f4 fd7fe0f84c
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date: Thu Dec 17 22:34:05 2020 +0300
Merge pull request #16527 from kitaisreal/mmap-read-buffer-from-file-descriptor-use-getpagesize
MMapReadBufferFromFileDescriptor use getpagesize
commit e9d97160f4431e5b460ca77c1851146d24981791
Merge: dd78c9dc75 f7f8ff8758
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date: Thu Dec 17 22:28:22 2020 +0300
Merge pull request #16346 from ClickHouse/sigaltstack
Provide diagnostics on stack overflow
commit 31e3ca16703e06b5ac5cd3bc39631d0dfdaa12cc
Author: myrrc <me@myrrec.space>
Date: Thu Dec 17 22:26:15 2020 +0300
restored type signature
commit 613f4e0f04405a9ce5901f36f82935e32c1ca03b
Author: myrrc <me@myrrec.space>
Date: Thu Dec 17 22:24:09 2020 +0300
removed explicit types
commit 1c52842e835a661a9fb36693a45ff70a1be96633
Author: myrrc <me@myrrec.space>
Date: Thu Dec 17 22:21:23 2020 +0300
simplified the condition
commit f7f8ff8758615dcdc923ce45ec327e7f2b1cd29c
Merge: 01d3aef890 dd78c9dc75
Author: Alexey Milovidov <milovidov@yandex-team.ru>
Date: Thu Dec 17 22:16:30 2020 +0300
Merge branch 'master' into sigaltstack
commit c61af32360f95b5cffa8827b77e603fcb7c01740
Author: myrrc <me@myrrec.space>
Date: Thu Dec 17 22:12:12 2020 +0300
fixed const column branch
commit fd1d24c928acdcf8d0009ba975209fc2876ebfd0
Author: myrrc <me@myrrec.space>
Date: Thu Dec 17 22:10:33 2020 +0300
fixed overflow check
commit 0c04a263e539ce530bc7a4ea98f57b2c59f35919
Author: Maksim Kita <kitaetoya@gmail.com>
Date: Thu Dec 17 22:04:26 2020 +0300
Fixed ya.make
commit b428f8fcd88c8bcc29fe3aac86361df672d5d0e4
Author: myrrc <me@myrrec.space>
Date: Thu Dec 17 22:01:04 2020 +0300
fixed scales
commit 39c82fe50cb3652ae1f426650634bb89468023f5
Author: myrrc <me@myrrec.space>
Date: Thu Dec 17 21:52:19 2020 +0300
fixed result type
commit 54887dacbf2a1243e1dc70dee259787141592ab2
Author: myrrc <me@myrrec.space>
Date: Thu Dec 17 21:38:36 2020 +0300
fix scale init
commit 3e9428515c28aa6b9f73fa1a9ff02f7115f913a8
Author: myrrc <me@myrrec.space>
Date: Thu Dec 17 21:36:15 2020 +0300
fix deleted constuctor
commit ea2da764f6bd4e1500adaebfc9794879bf414526
Author: myrrc <me@myrrec.space>
Date: Thu Dec 17 21:33:51 2020 +0300
fixed result data type init
commit 9aaa2f934580122bb3dc84950f6ca84ffa65327b
Author: Maksim Kita <kitaetoya@gmail.com>
Date: Thu Dec 17 21:32:25 2020 +0300
Fixed compilation timeout
commit 1f67b0ce8d68693262a6e714d5c9f2f40b74c9a1
Author: myrrc <me@myrrec.space>
Date: Thu Dec 17 21:28:51 2020 +0300
reverting if constexpr
commit fb3d235e8473d70500bf0e11788a9ec782466f37
Author: Alexey Milovidov <milovidov@yandex-team.ru>
Date: Thu Dec 17 21:08:42 2020 +0300
Do not use strerror
commit 494e9066c33c9949d2063f8a63ce1f31120c8805
Author: myrrc <me@myrrec.space>
Date: Thu Dec 17 21:17:38 2020 +0300
fixing first compile bug
commit d24fc58c94e270f48834451f4807aba10fe330fc
Author: myrrc <me@myrrec.space>
Date: Thu Dec 17 21:12:24 2020 +0300
case fix 2
commit 9f217c5df57e6fe8d8ca5d823d4889e39830ffc1
Author: myrrc <me@myrrec.space>
Date: Thu Dec 17 21:11:39 2020 +0300
case fix
commit fa6a1d3b4a70f3217df426934b14de4c6a166e6d
Author: myrrc <me@myrrec.space>
Date: Thu Dec 17 20:55:35 2020 +0300
fix
commit dd78c9dc75ad684b4cad458a5e87f3e28d3ba775
Merge: a77acd5aa7 b25f126569
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date: Thu Dec 17 20:44:44 2020 +0300
Merge pull request #17566 from ClickHouse/relax-too-many-parts-1
Relax "Too many parts" threshold, part 1
commit 4a1618d0b80b6ec1d692a42a0a96ee92bbf26dbd
Author: Alexey Milovidov <milovidov@yandex-team.ru>
Date: Thu Dec 17 20:25:51 2020 +0300
Update libc headers
commit af8a72a45f2162f69c3cc0034af607cc17d288f9
Author: myrrc <me@myrrec.space>
Date: Thu Dec 17 20:16:37 2020 +0300
fix
commit 737d4fc22fd2565e5551b15f6cd96aa419a271cd
Author: myrrc <me@myrrec.space>
Date: Thu Dec 17 19:43:29 2020 +0300
debug fix
commit fcacf5c510c1ea34f3980863c92b34a191523f7d
Author: myrrc <me@myrrec.space>
Date: Thu Dec 17 19:31:54 2020 +0300
another try
commit a207e3db7555b2984275a55a2116af48ece3af48
Author: alesapin <alesapin@gmail.com>
Date: Thu Dec 17 19:21:46 2020 +0300
Fix bad sleep
commit aecdd02be4880b262fa7d4e1cf2e6b28027c4e59
Author: alesapin <alesapin@gmail.com>
Date: Thu Dec 17 19:14:42 2020 +0300
Better message
commit f45993cd1e4bd651b25ce73cfab1d75b775690ed
Author: alesapin <alesapin@gmail.com>
Date: Thu Dec 17 19:13:01 2020 +0300
More logs during quorum insert
commit 49f3b71b5f1c731c98eb0d90421bef968a675e64
Author: myrrc <me@myrrec.space>
Date: Thu Dec 17 18:48:22 2020 +0300
another fix
commit 0d319c8c612285fc249a6aea9382e9aad3b8e7c4
Author: myrrc <me@myrrec.space>
Date: Thu Dec 17 18:47:14 2020 +0300
fix
commit d198f033017dc5da327855eba62acb2657bd69cb
Author: nikitamikhaylov <mikhaylovnikitka@gmail.com>
Date: Thu Dec 17 18:46:26 2020 +0300
suppress warnings
commit 9d5998fd10812ae4cf6b786dbe11fb947b6ec35b
Author: myrrc <me@myrrec.space>
Date: Thu Dec 17 18:46:01 2020 +0300
added debug info
commit a77acd5aa753b154e475b7c6706274fbae9db8df
Author: Anton Popov <pad11rus@gmail.com>
Date: Thu Dec 17 18:12:24 2020 +0300
Fix flaky test
commit e80b93939f451202e579624602ef3ec8ac596a07
Author: alesapin <alesapin@gmail.com>
Date: Thu Dec 17 18:09:09 2020 +0300
Add one more case in zk test uti
commit cb91d64fe7a9ba589faf52a384da9f0c10392953
Author: hexiaoting <hewenting_ict@163.com>
Date: Thu Dec 17 22:16:14 2020 +0800
Add new feature: limit length and offset setting (#17633)
Co-authored-by: Alexander Kazakov <Akazz@users.noreply.github.com>
commit 52ef4289feca44bdd75a188c6fa558842ce6203a
Author: Alexander Tokmakov <avtokmakov@yandex-team.ru>
Date: Thu Dec 17 16:05:38 2020 +0300
enable optimize_on_insert for MaterializeMySQL
commit 0f3582883c3b1b75ef96dda9ceed5c4b2e7897d1
Merge: d302685e72 8f49946a72
Author: Nikita Mikhaylov <mikhaylovnikitka@gmail.com>
Date: Thu Dec 17 15:44:55 2020 +0300
Merge pull request #18147 from kitaisreal/array-aggregation-big-integer-types-support
Added array aggregation big integer types support
commit d302685e726b6960b31f1df29d4f01cd5656b907
Merge: 7e73b6acd8 3e07094364
Author: Nikita Mikhaylov <mikhaylovnikitka@gmail.com>
Date: Thu Dec 17 15:12:05 2020 +0300
Merge pull request #18172 from nikitamikhaylov/julian-day-msan
toModifiedJulianDayOrNull msan fix
commit 3e070943644630c3297d67c878b39b5e000c60a9
Author: nikitamikhaylov <mikhaylovnikitka@gmail.com>
Date: Thu Dec 17 15:11:32 2020 +0300
style
commit fa266790b42671f9b9f55354cf72c7a76498c534
Author: alesapin <alesapin@gmail.com>
Date: Thu Dec 17 14:29:29 2020 +0300
Better test
commit 7e73b6acd874e47e3724716a8707a2b0386c70bf
Merge: d82c23d5cf 294e8bbb4e
Author: tavplubix <avtokmakov@yandex-team.ru>
Date: Thu Dec 17 14:26:51 2020 +0300
Merge pull request #17642 from filimonov/detach-permanently
DETACH TABLE PERMANENTLY
commit b6bd84df844e3c0760847fcbe040a72eb284d61c
Author: alesapin <alesapin@gmail.com>
Date: Thu Dec 17 14:25:59 2020 +0300
One more test for watches
commit d82c23d5cf8ab49905212b0699bd43a2668fbd81
Merge: 10449695bc c6ac831d4e
Author: Kruglov Pavel <48961922+Avogar@users.noreply.github.com>
Date: Thu Dec 17 14:00:05 2020 +0300
Merge pull request #16853 from amosbird/ss
Add -SimpleState combinator
commit 911a1cd48f66ba270d91b1fa8b1e3abb5b435b03
Author: alesapin <alesapin@gmail.com>
Date: Thu Dec 17 13:25:31 2020 +0300
Suppress gdb warning
commit da18af96a33765a74cf5f762ff5d2a3623e0510b
Author: Vitaly Baranov <vitbar@yandex-team.ru>
Date: Thu Dec 10 23:16:53 2020 +0300
Fix access rights required for the merge() table function.
commit fd7fe0f84cc53de082c530c9e133e06dd6dccff7
Author: Maksim Kita <kitaetoya@gmail.com>
Date: Thu Dec 17 12:10:46 2020 +0300
Updated ya.make
commit 832d99515b4f4d68a3121579dbdeec153900af51
Author: Ilya Golshtein <gie@arenadata.io>
Date: Thu Dec 17 12:05:49 2020 +0300
tag for yandex/clickhouse-kerberized-hadoop
commit 72df75fc50877eee367ece609c602a9af518374f
Author: Vitaly Baranov <vitbar@yandex-team.ru>
Date: Fri Dec 11 23:48:27 2020 +0300
Add tests.
commit af3ccb49f1e917d0f703dc9ba7102c2a6a18e29e
Author: Vitaly Baranov <vitbar@yandex-team.ru>
Date: Fri Dec 11 22:44:18 2020 +0300
Show create query for temporary tables in system.tables
commit ede755d3bced701606b048ae7d4983c1451a3f69
Author: Vitaly Baranov <vitbar@yandex-team.ru>
Date: Fri Dec 11 23:32:57 2020 +0300
Show temporary tables in system.columns as tables with empty database.
commit d7a3cc8c909a6d35737968ea16b3fad2ee92190b
Author: Vitaly Baranov <vitbar@yandex-team.ru>
Date: Fri Dec 11 22:42:14 2020 +0300
Don't show the "_temporary_and_external_tables" database in system tables
system.databases, system.tables, system.columns.
commit b74e7accf15c7fe3880827ce9103a650da3c942c
Author: alesapin <alesapin@gmail.com>
Date: Thu Dec 17 11:17:39 2020 +0300
Review fixes
commit f2957d6f0545ce4aeb023bb7b71a0a49d2e888ad
Merge: 1bd2f49fb5 10449695bc
Author: alesapin <alesapin@gmail.com>
Date: Thu Dec 17 10:40:25 2020 +0300
Merge branch 'master' into try_rewrite_writer
commit 10449695bc0f9dbed35b1e00303f86867d4861ce
Author: Nikolai Kochetov <nik-kochetov@yandex-team.ru>
Date: Thu Dec 17 10:32:11 2020 +0300
Update boost.
commit c91c5d0a686c5bfbb883318428b9c0d2c3091985
Author: Nikolai Kochetov <nik-kochetov@yandex-team.ru>
Date: Thu Dec 17 10:29:47 2020 +0300
Update boost.
commit 66228f405456b74488fdb54d2fb79af9e26af567
Merge: bc0186eede 1f3702ff9e
Author: alesapin <alesapin@gmail.com>
Date: Thu Dec 17 10:15:30 2020 +0300
Merge pull request #18065 from ClickHouse/fix_watch_race_testkeeper
Remove dead list watches from TestKeeperStorage
commit bc0186eede039b4c6ebe407fd427806f5bd6b28d
Merge: 81c00a4e94 6c8f844442
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date: Thu Dec 17 07:19:04 2020 +0300
Merge pull request #18168 from ClickHouse/unknown_function_better_exception
Better exception message for unknown function
commit 81c00a4e94c2fc3017263aa0f6e0d4cddf219b2c
Merge: b159e15b1b 76e73e4e8b
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date: Thu Dec 17 07:18:53 2020 +0300
Merge pull request #18167 from ClickHouse/fix_checking_profile_settings_constraints
Fix `Unknown setting profile` error on attempt to set settings profile
commit 01d3aef89096564bf399efc8b8616fe7b3a9a48d
Author: Alexey Milovidov <milovidov@yandex-team.ru>
Date: Thu Dec 17 05:53:43 2020 +0300
Disable trap back
commit b159e15b1b544de418344d78fe15cc856f902b4a
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date: Thu Dec 17 05:50:04 2020 +0300
Update easy_tasks_sorted_ru.md
commit 22363f6086a31f2cf7ea397b81f424a395ce23ce
Author: nikitamikhaylov <mikhaylovnikitka@gmail.com>
Date: Thu Dec 17 05:29:27 2020 +0300
better
commit db362e4585ae9de6c189fc8a3ea2bca7dcb5c192
Author: nikitamikhaylov <mikhaylovnikitka@gmail.com>
Date: Thu Dec 17 05:20:56 2020 +0300
done
commit 4e8978e02222a2810a3e698f4203f2d12931c08e
Author: Alexey Milovidov <milovidov@yandex-team.ru>
Date: Thu Dec 17 05:21:27 2020 +0300
Merge with master
commit 7f280bef37226f9d8dbd2873bde368206aecfb7d
Merge: 2e232bad74 16e524e0de
Author: Alexey Milovidov <milovidov@yandex-team.ru>
Date: Thu Dec 17 05:09:10 2020 +0300
Merge branch 'master' into sigaltstack
commit 7abc58526ab64ff98f13d1906c36547bdaf04da9
Author: Alexey Milovidov <milovidov@yandex-team.ru>
Date: Thu Dec 17 04:55:07 2020 +0300
Update test
commit 6a7c73a7bdc931d1a7f98fe543efab0970ca4dae
Merge: f46eb6f2be 16e524e0de
Author: Alexey Milovidov <milovidov@yandex-team.ru>
Date: Thu Dec 17 04:54:17 2020 +0300
Merge branch 'master' into insert_quorum_parallel-default
commit b25f126569e4870cdfcc6cba4858122ba5edd6b7
Author: Alexey Milovidov <milovidov@yandex-team.ru>
Date: Thu Dec 17 04:52:27 2020 +0300
Added a test
commit 9a017b77df614a2618f9ffcd706b77f970ce582d
Merge: 2e6bedce91 16e524e0de
Author: Alexey Milovidov <milovidov@yandex-team.ru>
Date: Thu Dec 17 04:40:39 2020 +0300
Merge branch 'master' into relax-too-many-parts-1
commit d2653f91e1bbaec641c832a9764948abf3d24cf7
Merge: 792d8981ab 4edbb42ba1
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date: Thu Dec 17 03:40:13 2020 +0300
Merge pull request #18112 from GrigoryPervakov/join_set_s3
Use IDisk in Set and Join storages
commit 792d8981ab74a58f2a909a143276ed6ef2ed8dac
Merge: 37da513c36 60b916fe0b
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date: Thu Dec 17 03:36:07 2020 +0300
Merge pull request #18115 from AnaUvarova/ana-uvarova-DOCSUP-2030-rus-faq-order
DOCSUP-2030 Rus FAQ order
commit 37da513c3619d14ea87c307beae3179ce0f2bc38
Merge: 484f20f77d d96ca3fb8d
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date: Thu Dec 17 03:35:19 2020 +0300
Merge pull request #18136 from taiyang-li/explain_ast_nonselect_query
Explain ast support nonselect querys
commit 484f20f77d0eb6d96e312f434b4a63f8ef16d909
Merge: 908784a0d9 849db47f8a
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date: Thu Dec 17 03:34:39 2020 +0300
Merge pull request #18140 from ClickHouse/fix_flaky_test
Trying to fix 00620_optimize_on_nonleader_test
commit 908784a0d982e3e09bab3876498d3047222f2f76
Merge: 2e2cc6d344 8139bab240
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date: Thu Dec 17 03:32:10 2020 +0300
Merge pull request #18148 from ClickHouse/suppress_error_in_test
Suppress error in 00993_system_parts_race_condition_drop_zookeeper
commit 71bd7e55d30d6aabf9cdf7607b828d60b8d82ae9
Author: nikitamikhaylov <mikhaylovnikitka@gmail.com>
Date: Thu Dec 17 03:15:13 2020 +0300
Bump
commit 2e2cc6d344d4615b691c4c330bb5b7ff909e1ab9
Merge: a999850378 2413e82e96
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date: Thu Dec 17 01:19:08 2020 +0300
Merge pull request #18141 from staticor/patch-5
Update misc.md
commit d70f58a98f8cf1b325823dd6c366120ce77090d8
Author: nikitamikhaylov <mikhaylovnikitka@gmail.com>
Date: Thu Dec 17 00:52:04 2020 +0300
remove ryu
commit 6c8f844442102da23fb7e4cd5b7fdddb92f8cef9
Author: Alexander Tokmakov <avtokmakov@yandex-team.ru>
Date: Thu Dec 17 00:42:14 2020 +0300
better exception message for unknown function
commit 685099af7f530b75772cee40d9c3c25579a30eec
Author: Maksim Kita <kitaetoya@gmail.com>
Date: Thu Dec 17 00:23:41 2020 +0300
Move getPageSize in common
commit 8f49946a72b2bc9766896c732f34dce5b10db5aa
Author: Maksim Kita <kitaetoya@gmail.com>
Date: Thu Dec 17 00:21:44 2020 +0300
Reused Result type
commit 4b32bb323ac71948728892e275a83d0f7e55b5cc
Author: Maksim Kita <kitaetoya@gmail.com>
Date: Thu Dec 17 00:04:03 2020 +0300
Fixed style issues
commit 76e73e4e8b466706b0ddc3ff337b4427e0c569ff
Author: Alexander Tokmakov <avtokmakov@yandex-team.ru>
Date: Wed Dec 16 23:49:56 2020 +0300
fix 'Unknown setting profile' error
commit 5a096a75b8f4e903970d5078447680e0c2b43aef
Author: Maksim Kita <kitaetoya@gmail.com>
Date: Wed Dec 16 23:10:40 2020 +0300
Fixed issues with average
commit 1f3702ff9eac498dec5472680e1d75ab423cf502
Merge: 422467628a a999850378
Author: alesapin <alesapin@gmail.com>
Date: Wed Dec 16 23:03:07 2020 +0300
Merge branch 'master' into fix_watch_race_testkeeper
commit a999850378b01ffe6bc6378df4002ace98bae89a
Merge: 521e3fc4ae dbbe761fa1
Author: alesapin <alesapin@gmail.com>
Date: Wed Dec 16 22:05:16 2020 +0300
Merge pull request #18130 from ClickHouse/fix_remove_column_ttl
Fix remove TTL for column
commit 521e3fc4ae26dd56cda52bd52bef7fed9a9c9df4
Merge: 170cd132da 153610b2c3
Author: Ilya Yatsishin <2159081+qoega@users.noreply.github.com>
Date: Wed Dec 16 21:43:32 2020 +0300
Merge pull request #17910 from sevirov/sevirov-DOCSUP-4919-document_replication_queue_system_table
DOCSUP-4919: Document the system.replication_queue system table
commit 60b916fe0b72509a0151eb5fd2c0556db34a0257
Author: ana-uvarova <ana-uvarova@yandex-team.ru>
Date: Wed Dec 16 21:24:06 2020 +0300
polishing links
commit 23270915d37a05491cfae7ed5b170501349524fb
Author: nikitamikhaylov <mikhaylovnikitka@gmail.com>
Date: Wed Dec 16 21:03:39 2020 +0300
better
commit 170cd132da9350d30cac224a937098b5cbf0e2b1
Merge: b8250882ac 95c35b318e
Author: Alexander Kuzmenkov <36882414+akuzm@users.noreply.github.com>
Date: Wed Dec 16 20:49:43 2020 +0300
Merge pull request #18113 from azat/tld-list-symlink-fix
Avoid using symlinks for top_level_domains
commit b8250882ac371cff376cf0b3d46126510ad1ee3c
Merge: 16e524e0de a7933ddf31
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date: Wed Dec 16 20:35:18 2020 +0300
Merge pull request #18056 from zhangjmruc/master
Fix issue #17160 by adding show settings like '...'
commit 294e8bbb4e74532af994d0118217ee5c4e4e18f0
Author: Mikhail Filimonov <mfilimonov@altinity.com>
Date: Wed Dec 16 18:16:47 2020 +0100
Fix2
commit d96ca3fb8da73ad973c7d701a0e0250b89991d35
Author: Nikolai Kochetov <nik-kochetov@yandex-team.ru>
Date: Wed Dec 16 20:11:32 2020 +0300
Fixing build.
commit 16e524e0de74c0be2a6ebfe7b94e629f0e3502d0
Author: Alexey Milovidov <milovidov@yandex-team.ru>
Date: Wed Dec 16 19:58:00 2020 +0300
Remove outdated info from the docs
commit 422467628a1d3972d7b43117746c26e645cbf528
Merge: b347fa322c d873439846
Author: alesapin <alesapin@gmail.com>
Date: Wed Dec 16 19:45:57 2020 +0300
Merge branch 'master' into fix_watch_race_testkeeper
commit d873439846b576cf884df01a9b23e513a918568e
Merge: d30099fd78 9ad2a76d51
Author: alesapin <alesapin@gmail.com>
Date: Wed Dec 16 19:29:32 2020 +0300
Merge pull request #15236 from ClickHouse/run_func_tests_in_parallel
Collect list of non-parallel test
commit 8139bab240d2a94095707254d6a62e18910597ab
Author: alesapin <alesapin@gmail.com>
Date: Wed Dec 16 19:12:57 2020 +0300
More relaxed check
commit 9cc6fec36cf9b704858bfdf6dc06794a6813bda7
Author: alesapin <alesapin@gmail.com>
Date: Wed Dec 16 19:10:46 2020 +0300
Supress error in 00993_system_parts_race_condition_drop_zookeeper
commit 80dbbc7e58b372f7455419b726e558a63177e936
Author: Maksim Kita <kitaetoya@gmail.com>
Date: Wed Dec 16 18:59:53 2020 +0300
Style check fix
commit b82770c2ad8ef58b89aeea2b4ac4e22e2305e07c
Author: Maksim Kita <kitaetoya@gmail.com>
Date: Wed Dec 16 18:47:30 2020 +0300
Added array aggregation big integer types support
commit 17d996054ecd77d59246a26b48ff3f2436c17d3a
Author: myrrc <me@myrrec.space>
Date: Wed Dec 16 18:47:24 2020 +0300
style fix
commit 50c29d9ed007e744718725f8a1bfe94037723725
Author: nikitamikhaylov <mikhaylovnikitka@gmail.com>
Date: Wed Dec 16 18:34:29 2020 +0300
better
commit d30099fd78164498432cfcf3c2917d506d4a4f2c
Merge: d046164049 44d2194326
Author: Nikolai Kochetov <KochetovNicolai@users.noreply.github.com>
Date: Wed Dec 16 18:23:45 2020 +0300
Merge pull request #18132 from ClickHouse/try-fix-mysql-integration-test
Try fix integration tests.
commit d04616404937d55915faf7e38599fa3f31400776
Merge: b1dc8074ef 69ed3d1cb5
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date: Wed Dec 16 18:22:38 2020 +0300
Merge pull request #18128 from ClickHouse/boringssl-krb5-2
Port Kerberos to BoringSSL
commit 02baaddc13b5cb40f77b44bcc104421030963012
Author: myrrc <me@myrrec.space>
Date: Wed Dec 16 18:20:41 2020 +0300
removed some casts
commit f143a37693027395c873eab0e53085569508c5e1
Author: myrrc <me@myrrec.space>
Date: Wed Dec 16 18:11:26 2020 +0300
simplified case to multiply only
commit f14cafee51ad974d7de3f3ab775345310976c99d
Author: Mikhail Filimonov <mfilimonov@altinity.com>
Date: Wed Dec 16 16:06:43 2020 +0100
Fix tests
commit d7145a5ee15fa81b64c3204a75e66d40ed70267b
Author: myrrc <me@myrrec.space>
Date: Wed Dec 16 18:01:18 2020 +0300
working
commit 484e6e7de4d1d1d4f95002bd4193ae4925a4fdcf
Author: Maksim Kita <kitaetoya@gmail.com>
Date: Wed Dec 16 17:38:17 2020 +0300
Removed getPageSize from small files
commit 849db47f8adf9423e14a79e414f8a9b05c24088b
Author: alesapin <alesapin@gmail.com>
Date: Wed Dec 16 17:31:17 2020 +0300
Better exception messages
commit b1dc8074efbc000c1509d9f2210a5343fabb77ce
Merge: d99792e614 45361f752c
Author: Anton Popov <pad11rus@gmail.com>
Date: Wed Dec 16 16:58:02 2020 +0300
Merge pull request #17829 from CurtizJ/merging-map
Merging data type Map #15806
commit 74ee36bdb8f40bc306323c139b6d0119839fe61b
Author: ana-uvarova <ana-uvarova@yandex-team.ru>
Date: Wed Dec 16 16:39:14 2020 +0300
done
commit 2413e82e9639faf90e40ad7e9f5e757db20326ae
Author: Steve-金勇 <staticor@me.com>
Date: Wed Dec 16 21:35:55 2020 +0800
Update misc.md
Update translation by machine, and improve document more human-readable.
commit c15f5fba3b2547b9c0a8d6b6c8eff6692e53738c
Author: alesapin <alesapin@gmail.com>
Date: Wed Dec 16 16:16:24 2020 +0300
Fix 00620_optimize_on_nonleader_test
commit b347fa322c1c19ddc3db53be4976ce13d4ceea2f
Author: alesapin <alesapin@gmail.com>
Date: Wed Dec 16 15:58:00 2020 +0300
Trying to fix races one more time
commit 5521abba1e18497c47e4d1626ce4c7a4c66b9898
Author: nikitamikhaylov <mikhaylovnikitka@gmail.com>
Date: Wed Dec 16 15:57:42 2020 +0300
fix boost
commit c906b1ca769679af8bf8f0ed1db8fd80877fa416
Author: myrrc <me@myrrec.space>
Date: Wed Dec 16 15:21:23 2020 +0300
added the initial solution
commit 4edbb42ba14ad7fd9bf757c1bec946f8b4f72e08
Author: Pervakov Grigorii <pervakovg@yandex-team.ru>
Date: Tue Dec 15 19:45:13 2020 +0300
Use IDisk in Set and Join storages
commit 0a2bda002d7d94ed2931aafb1d17a6a72a5f3d44
Author: nikitamikhaylov <mikhaylovnikitka@gmail.com>
Date: Wed Dec 16 14:46:58 2020 +0300
remove last commit
commit 61c1db38234f5b84bed5815d8cf6b7890863b6dc
Author: nikitamikhaylov <mikhaylovnikitka@gmail.com>
Date: Wed Dec 16 14:45:40 2020 +0300
skip test
commit bcd6fc1c88f334674c97a4f1fbaa7c8877893041
Author: nikitamikhaylov <mikhaylovnikitka@gmail.com>
Date: Wed Dec 16 02:53:25 2020 +0300
better
commit 18d52dbc63b40784e70e57ce980b9252c37b932d
Author: nikitamikhaylov <mikhaylovnikitka@gmail.com>
Date: Wed Dec 16 02:30:35 2020 +0300
better
commit 20aaf48e38db2ba399ebb61aa004fcad4ffdb7bd
Author: nikitamikhaylov <mikhaylovnikitka@gmail.com>
Date: Tue Dec 15 22:56:47 2020 +0300
pragmas
commit 5c4e1d1db54d81acdbfa4843f81c3ffbf8ecae52
Author: nikitamikhaylov <mikhaylovnikitka@gmail.com>
Date: Tue Dec 15 20:53:10 2020 +0300
better
commit 3288f1fd0cb3bbf7b316deb929b0e797d0173b4b
Author: nikitamikhaylov <mikhaylovnikitka@gmail.com>
Date: Tue Dec 15 16:00:40 2020 +0300
ya make
commit c3a6499f6df3e50178c301e2627147f2ec4cc723
Author: nikitamikhaylov <mikhaylovnikitka@gmail.com>
Date: Tue Dec 15 14:48:24 2020 +0300
fix ya.make
commit 4ccdb3ca208a90963464b911b371aab0ed47c53b
Author: nikitamikhaylov <mikhaylovnikitka@gmail.com>
Date: Tue Dec 15 06:07:43 2020 +0300
done
commit a5a33f1963aa0ab18e7784f2891d692171f3e023
Author: Ilya Golshtein <gie@arenadata.io>
Date: Tue Dec 15 14:52:10 2020 +0300
rpm rebuilddb and yum update in kerberized_hadoop/Dockerfile
commit 39877b1a6fda55fede6aa69c59cecb4496cdd539
Author: Ilya Golshtein <gie@arenadata.io>
Date: Tue Dec 15 12:46:02 2020 +0300
yum clean all in kerberized_hadoop/Dockerfile
commit a4dad0acb7f326e526a91a81bad4ef6072fc10ff
Author: Ilya Golshtein <gie@arenadata.io>
Date: Mon Dec 14 21:35:13 2020 +0300
CentOS 6 became too old
commit 09d1e896741dfd57d1ad5d56805742b8b98d922a
Author: Ilya Golshtein <gie@arenadata.io>
Date: Mon Dec 14 15:07:05 2020 +0300
yandex/clickhouse-kerberized-hadoop + missed header
commit 407565b47f77bc8265bf3fa43ddfe365605d1c2d
Author: Ilya Golshtein <gie@arenadata.io>
Date: Fri Dec 11 12:16:58 2020 +0300
fix - wrong error code
commit 9701d6a2d5fd1db05449f95fc5d2a12573ca488f
Author: Ilya Golshtein <gie@arenadata.io>
Date: Fri Dec 11 00:52:05 2020 +0300
style fix per code review, doc improvement, params consistency check
commit 815856bc3d24bf553cadfce5333710d808066fc5
Author: Ilya Golshtein <gie@arenadata.io>
Date: Sat Nov 28 01:17:05 2020 +0300
pass config, not context to createHDFSBuilder
commit fc0a1af2141199af5315cf7453bda16dc089d45a
Author: Ilya Golshtein <gie@arenadata.io>
Date: Thu Nov 19 00:08:17 2020 +0300
doc minor changes, cleanup, krb5-user as a recommended package
commit 7e9781485900af0240af7eabf69d7f2b537d4a78
Author: Ilya Golshtein <gie@arenadata.io>
Date: Fri Oct 30 22:40:16 2020 +0300
cleanup, fixes, new submodules, ShellCommand, WriteBufferFromString
commit d1d657335b62bedaf4dba7075a35131aafd1df82
Author: Ilya Golshtein <gie@arenadata.io>
Date: Thu Oct 29 23:40:47 2020 +0300
USE_INTERNAL_HDFS3_LIBRARY + bash lint
commit d9166a0645981bbf6c79f109b2916ae86eea0e8a
Author: Ilya Golshtein <gie@arenadata.io>
Date: Mon Sep 28 20:20:04 2020 +0300
HADOOP_SECURE_DN_USER way, kinit thread, docker capabilities
commit eb10948ca2c928f8b10a3676162210722962db2d
Author: Ilya Golshtein <gie@arenadata.io>
Date: Thu Sep 10 13:02:46 2020 +0300
kerberized_hdfs cluster started
commit 185ac744b1f67cfde0d7151556cc9309c1b98b46
Author: Ilya Golshtein <gie@arenadata.io>
Date: Wed Sep 9 15:13:20 2020 +0300
kerberized hdfs compiled
commit 7d23451e8126bb9cf19f05b56b2325a76fc19b14
Author: Maksim Kita <kitaetoya@gmail.com>
Date: Sat Oct 31 00:24:16 2020 +0300
Replaced usages of 4096 constant with getPageSize
commit dbb2fbcdd54197c7689f4a5670b2834d8c24bb17
Author: Maksim Kita <kitaetoya@gmail.com>
Date: Thu Oct 29 22:52:12 2020 +0300
Unified usages of getPageSize
1. Introduced getPageSize function.
2. Replaced usages of getpagesize with getPageSize function.
3. Replaced usages of sysconf(_SG_PAGESIZE) with getPageSize function.
commit 058fbd52223af7c78dac4468d5d964cc865bef50
Author: Maksim Kita <kitaetoya@gmail.com>
Date: Thu Oct 29 21:49:44 2020 +0300
MMapReadBufferFromFileDescriptor use getpagesize
commit dbbe761fa10d088eb73c962e727b88f1006ace3a
Author: alesapin <alesapin@gmail.com>
Date: Wed Dec 16 13:23:11 2020 +0300
Fix test
commit cd7827f70c65b7c9042b9a722aed77b4ee3dd50b
Author: taiyang-li <taiyang_li@163.com>
Date: Wed Dec 16 18:00:21 2020 +0800
explain ast support nonselect queries
commit ea4d11cb73bef08653858207e0be5e84cde69ddf
Author: alesapin <alesapin@gmail.com>
Date: Wed Dec 16 13:04:46 2020 +0300
Wait for connections to special servers
commit 44d2194326804a36163a25c6e967b27a96cf279c
Author: Nikolai Kochetov <nik-kochetov@yandex-team.ru>
Date: Wed Dec 16 11:52:04 2020 +0300
Try fix integration tests.
commit 54aeb8fcff0fb50365748f33a2129aee75ee6789
Merge: 2a4a6b22b1 d99792e614
Author: alesapin <alesapin@gmail.com>
Date: Wed Dec 16 11:25:19 2020 +0300
Merge branch 'master' into fix_remove_column_ttl
commit d99792e61404ff0ee805f7a999e3c433482476f3
Merge: 37363ae89d 86fc9ea4df
Author: alesapin <alesapin@gmail.com>
Date: Wed Dec 16 10:54:58 2020 +0300
Merge pull request #18105 from ClickHouse/fix_docker_images
Fix dependencies for docker stateful_with_coverage
commit 2a4a6b22b19638d18bf51e7b83c8f0a47fd4c2fb
Author: alesapin <alesapin@gmail.com>
Date: Wed Dec 16 10:26:18 2020 +0300
Fix remove TTL for column
commit 37363ae89dd70abb8e23b6bf52bdc248c9f8bbba
Author: Alexey Milovidov <milovidov@yandex-team.ru>
Date: Wed Dec 16 09:43:05 2020 +0300
Comment update
commit 69ed3d1cb5ba5abe7dd23f1901aa0b905f4547e5
Author: Alexey Milovidov <milovidov@yandex-team.ru>
Date: Wed Dec 16 09:40:30 2020 +0300
Update submodule URL
commit e3b490e9b305c2e6b16bf37271d2f13c3ca8d1d7
Author: Alexey Milovidov <milovidov@yandex-team.ru>
Date: Wed Dec 16 09:36:26 2020 +0300
Port Kerberos to BoringSSL
commit 42b401c89390e21537db28398d99c319c1fe0e80
Merge: 4bd5d3b662 cf35e144ff
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date: Wed Dec 16 09:00:38 2020 +0300
Merge pull request #18127 from chienlungcheung/patch-1
Correct the unit from Kb to KB in the last section.
commit cf35e144ff65c8e7ea16579dcb6451f46224214a
Author: Chienlung Cheung <chienlungcheung@gmail.com>
Date: Wed Dec 16 13:55:17 2020 +0800
correct the unit from Kb to KB in the last section.
commit 4bd5d3b662f642d38158482a285366f318711625
Author: Alexey Milovidov <milovidov@yandex-team.ru>
Date: Wed Dec 16 06:36:43 2020 +0300
Comment update
commit 62ce33153a45bc3355555cc6c3a75920425fa4b2
Author: Alexey Milovidov <milovidov@yandex-team.ru>
Date: Wed Dec 16 06:34:25 2020 +0300
Added valuable comment
commit 88c5031dfa14f7805f0aa3a8e3570efc3cac4da7
Author: Alexey Milovidov <milovidov@yandex-team.ru>
Date: Wed Dec 16 06:27:28 2020 +0300
Add a commit #16595
commit ca9ccf4850208d617085fa150b69b5ef35633925
Author: Alexey Milovidov <milovidov@yandex-team.ru>
Date: Wed Dec 16 06:03:43 2020 +0300
Comment update
commit a7933ddf31f26719475cb3bb10d7c8ab162cde1d
Merge: b56523fd94 eed767bbab
Author: jianmei zhang <zhangjmruc@sina.com>
Date: Wed Dec 16 09:38:38 2020 +0800
Merge and rebase with master
commit 45361f752ca591c079888483341c1d1798b3a85f
Author: Anton Popov <pad11rus@gmail.com>
Date: Wed Dec 16 02:36:03 2020 +0300
fix test
commit b485b5bd1cc7edf8a4b0a76599f040e42dc6d954
Author: Anton Popov <pad11rus@gmail.com>
Date: Wed Dec 16 01:22:21 2020 +0300
minor fixes and comments added
commit aec820362a535f30b9ab04f84117ab27e10cea91
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date: Wed Dec 16 00:28:53 2020 +0300
Update DecimalFunctions.h
commit eed767bbab573f6f72d69f93ddc2c577539bfab2
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date: Wed Dec 16 00:02:44 2020 +0300
Update tips.md
commit b842cb04551560ba3bb5bb0c31bc4cb2f2f271c0
Author: ana-uvarova <ana-uvarova@yandex-team.ru>
Date: Tue Dec 15 23:38:36 2020 +0300
one more try
commit 4e3cc606e64abba6700dbaea7d5078ab73f0d3c0
Author: Maksim Kita <kitaetoya@gmail.com>
Date: Tue Dec 15 23:36:45 2020 +0300
Fixed tests
commit 97c93fa984a4cab53620c77119c18d2e7fbe8128
Author: ana-uvarova <ana-uvarova@yandex-team.ru>
Date: Tue Dec 15 23:23:58 2020 +0300
one more try
commit 86fc9ea4df3efaaef44b48d1504ef6a9599bec34
Author: alesapin <alesapin@gmail.com>
Date: Tue Dec 15 23:18:53 2020 +0300
Update base image to 20.04
commit 0887cf476d4e0534c648479ff1f2423aec975326
Merge: b0d27d6747 2e4aa6b9e1
Author: alesapin <alesapin@gmail.com>
Date: Tue Dec 15 23:09:37 2020 +0300
Merge pull request #18098 from ClickHouse/fix_clickhouse_test
Fix database drop timeout in clickhouse-test
commit 93b58321d0b4212cd5a21d7466901458e45d1956
Author: ana-uvarova <ana-uvarova@yandex-team.ru>
Date: Tue Dec 15 23:00:30 2020 +0300
fixes
commit acfc3d4281be996520acaf0900ab9688bc502e47
Author: ana-uvarova <ana-uvarova@yandex-team.ru>
Date: Tue Dec 15 22:47:24 2020 +0300
host fixes
commit 8aaef7f634ec57e744f2d8a37458169052287b7d
Author: ana-uvarova <ana-uvarova@yandex-team.ru>
Date: Tue Dec 15 22:34:11 2020 +0300
host fixes
commit 99ecb8ae6831a95dfe69e7598f5a6e1c71b5f9f5
Author: ana-uvarova <ana-uvarova@yandex-team.ru>
Date: Tue Dec 15 22:02:37 2020 +0300
host fixes
commit b0d27d6747b32b8edb0c869e14a34615661761c6
Merge: f1e1672b54 3ec48cec53
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date: Tue Dec 15 22:01:57 2020 +0300
Merge pull request #18082 from den-crane/patch-3
Doc. toYYYYMM translation to Russian
commit f1e1672b54045893ecc544d827e708b108d91740
Merge: 01286a6a09 96f22a5bcc
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date: Tue Dec 15 22:01:08 2020 +0300
Merge pull request #18094 from staticor/patch-4
Update limit.md
commit 95c35b318e55362c9a18d2ea723092ef9fc1f02f
Author: Azat Khuzhin <a3at.mail@gmail.com>
Date: Tue Dec 15 21:48:24 2020 +0300
Avoid using symlinks for top_level_domains
Move the main copy into the tests/config and ship it to the perf tests
via the perf package.
commit 51f53ce8e9cc4c916c4266d8a82857fb319663c3
Author: Maksim Kita <kitaetoya@gmail.com>
Date: Tue Dec 15 21:54:16 2020 +0300
Added tryParseDecimal functions
commit e51cf03f21c7abd1f1c352cc23414f14d296dc79
Merge: ba63635251 01286a6a09
Author: Anton Popov <pad11rus@gmail.com>
Date: Tue Dec 15 21:08:01 2020 +0300
Merge remote-tracking branch 'upstream/master' into HEAD
commit ba6363525190c432262239f68fb5bb532ca3e4fb
Author: Anton Popov <pad11rus@gmail.com>
Date: Tue Dec 15 21:07:13 2020 +0300
add tests for formats with type map
commit 9df7ecb8e640b22977f177a4a6af16936304e746
Author: Mikhail Filimonov <mfilimonov@altinity.com>
Date: Tue Dec 15 18:06:23 2020 +0100
fixes
commit 2e4aa6b9e113afdac58d4b5b41069b16ec6fb33e
Author: alesapin <alesapin@gmail.com>
Date: Tue Dec 15 19:20:09 2020 +0300
Kill not only database proc
commit 01286a6a095d9abe6b77c0d61514d1a979be746a
Author: Nikolai Kochetov <nik-kochetov@yandex-team.ru>
Date: Tue Dec 15 19:18:28 2020 +0300
Update libunwind.
commit e10ee944bed26fc67a14e57fc6d025dd96794f32
Author: ana-uvarova <ana-uvarova@yandex-team.ru>
Date: Tue Dec 15 19:17:42 2020 +0300
links fixes
commit a325c0db744374610543ae7f8b79f2a6d14f796c
Author: ana-uvarova <ana-uvarova@yandex-team.ru>
Date: Tue Dec 15 19:07:25 2020 +0300
base
commit 1bd2f49fb5f699e62f1aab311725163c16e5e5dc
Merge: 8670836573 063488d943
Author: alesapin <alesapin@gmail.com>
Date: Tue Dec 15 19:05:04 2020 +0300
Merge branch 'master' into try_rewrite_writer
commit dff71850a8d39ac42af7d877f75fcdae1da08402
Merge: 9d17f01dc9 063488d943
Author: alesapin <alesapin@gmail.com>
Date: Tue Dec 15 19:04:24 2020 +0300
Merge branch 'master' into fix_watch_race_testkeeper
commit 9ad2a76d5151c613d281deaf7d66ebc895506c06
Author: alesapin <alesapin@gmail.com>
Date: Tue Dec 15 18:27:47 2020 +0300
Update run.sh
commit 554fd738e9a783f1b7f69cae7b2e2a7d3f796a05
Author: alesapin <alesapin@gmail.com>
Date: Tue Dec 15 18:22:21 2020 +0300
Remove strange line
commit ccabb4680ddad1bfbbdd2550353d890136ade9da
Author: alesapin <alesapin@gmail.com>
Date: Tue Dec 15 18:19:56 2020 +0300
Fix dependencies
commit 063488d94350bd7f8c0c41dc0b8009f48d7e9be8
Merge: 31bef163ba 22aba554c0
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date: Tue Dec 15 18:07:42 2020 +0300
Merge pull request #18103 from ClickHouse/revert-17983-fix-access-rights-for-merge-table-function
Revert "Fix access rights required for the merge() table function."
commit 22aba554c0fa42a8664a944e266fd69d7189e55f
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date: Tue Dec 15 18:07:20 2020 +0300
Revert "Fix access rights required for the merge() table function."
commit 27ff3a5214ab639712a48279c2afa6dd594dc837
Author: Mikhail Filimonov <mfilimonov@altinity.com>
Date: Tue Dec 15 15:46:13 2020 +0100
Rework using a separate flag file instead of renames
commit 31bef163ba4c37b48f59d56423aea2ef80d46da5
Merge: b252321ef7 c3a4e5e7b7
Author: Nikita Mikhaylov <mikhaylovnikitka@gmail.com>
Date: Tue Dec 15 17:34:38 2020 +0300
Merge pull request #17848 from azat/max_distributed_connections-fix
Fix max_distributed_connections
commit dd09e1d78396775f4f04750f4404a1ee53680a7d
Author: Anton Popov <pad11rus@gmail.com>
Date: Tue Dec 15 17:34:37 2020 +0300
fix type map ser/de to json
commit b252321ef7ea531351a29ca93c5851ce718ea260
Merge: def080c8ba 6defcbb662
Author: Nikolai Kochetov <KochetovNicolai@users.noreply.github.com>
Date: Tue Dec 15 16:51:54 2020 +0300
Merge pull request #16954 from Avogar/optimize-data-on-insert
Optimize data on INSERT
commit 6defcbb66215d775e4b736c646dcacbf693c0d83
Merge: c8c543ca94 def080c8ba
Author: Nikolai Kochetov <KochetovNicolai@users.noreply.github.com>
Date: Tue Dec 15 16:50:42 2020 +0300
Merge branch 'master' into optimize-data-on-insert
commit 873d9d1e1e22dd6a6f09c6919bfa1cf68cc4a55b
Author: alesapin <alesapin@gmail.com>
Date: Tue Dec 15 16:34:53 2020 +0300
Better
commit 9bb0326fc6bac0922b5a94f03fe4102745bb1e41
Author: alesapin <alesapin@gmail.com>
Date: Tue Dec 15 16:33:14 2020 +0300
Fix database drop timeout in clickhouse-test
commit 96f22a5bcc8aef0159805337319d767c54208243
Author: Steve-金勇 <staticor@me.com>
Date: Tue Dec 15 18:55:52 2020 +0800
Update limit.md
Update translation of LIMIT , and providing more details for with ties modifier.
Make document more human-readable for Chinese.
commit 9d17f01dc9b5c7703cea8bbf0b2cd2a4679e143a
Merge: 73780838a1 def080c8ba
Author: alesapin <alesapin@gmail.com>
Date: Tue Dec 15 13:41:04 2020 +0300
Merge branch 'master' into fix_watch_race_testkeeper
commit 8670836573d09282d29fe75ae9e9c43eb234bdff
Author: alesapin <alesapin@gmail.com>
Date: Tue Dec 15 13:34:28 2020 +0300
Add some comments
commit b56523fd94db0cdcde4809f247424d53fcfd2f1f
Author: jianmei zhang <zhangjmruc@sina.com>
Date: Tue Dec 15 17:56:54 2020 +0800
Update test case to avoid the latest added parameter
commit 74c2211510564bcc19667d31c9f0e873b5d8a6c5
Author: alesapin <alesapin@gmail.com>
Date: Tue Dec 15 12:54:48 2020 +0300
More clear
commit def080c8bae1fb60a105e38527e1452e83f207f2
Author: Alexander Kazakov <Akazz@users.noreply.github.com>
Date: Tue Dec 15 11:16:25 2020 +0300
Fixed unsafe ast rewrite (#18064)
Fixed unsafe assignment to a reference in InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery()
commit a50187c9954c05fc7b70aa0a7b8d323f1fa4057c
Author: alesapin <alesapin@gmail.com>
Date: Tue Dec 15 11:04:37 2020 +0300
Slightly better
commit 508b50d121fc03c26fa9898fadc16ebb9b76f10d
Author: jianmei zhang <zhangjmruc@sina.com>
Date: Tue Dec 15 14:44:39 2020 +0800
support SHOW CHANGED SETTINGS query and add test cases, also do code changes to compile SHOW SETTINGS PROFILES.
commit 5a8c750b0bda0e7255bf698d2989a1b1750955cd
Merge: 45b9d79f81 9310437920
Author: Vitaly Baranov <vitbar@yandex-team.ru>
Date: Tue Dec 15 09:17:52 2020 +0300
Merge pull request #17983 from vitlibar/fix-access-rights-for-merge-table-function
Fix access rights required for the merge() table function.
commit 45b9d79f819820e30c46f6f5ed306f58cfe09afe
Merge: a0405182ed 8de0c0e8fc
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date: Tue Dec 15 07:51:14 2020 +0300
Merge pull request #18081 from azat/gcc10-sanitizers
Do not pass -fsanitize-blacklist for gcc (it does not support it) for UBSAN
commit 3ec48cec53f32374df82825b5534f2131e2018ec
Author: Denny Crane <deniszhuravlov@gmail.com>
Date: Mon Dec 14 22:19:06 2020 -0400
Update date-time-functions.md
toYYYYMM translation to Russian
commit a0405182ed16815c7b01dd4f9f3ef7e0cb559a9b
Merge: 49f65ecf9d fe6f477881
Author: Alexander Kuzmenkov <36882414+akuzm@users.noreply.github.com>
Date: Tue Dec 15 03:12:23 2020 +0300
Merge pull request #18066 from ClickHouse/aku/utils-split-build
Build utils in CI, at least in split build
commit 8de0c0e8fcf975ce074f0f19032f9ed37c8021bf
Author: Azat Khuzhin <a3at.mail@gmail.com>
Date: Tue Dec 15 02:24:50 2020 +0300
Fix warning message for unusupported -fsanitize-blacklist
commit 519d89dc9fde458b2c61636ef84c0ee5b0ecf5b1
Author: Azat Khuzhin <a3at.mail@gmail.com>
Date: Tue Dec 15 02:19:37 2020 +0300
Do not pass -fsanitize-blacklist for gcc (it does not support it) for UBSAN
commit c78861e86e1f7c6fce2dd3cc3e6b1d9561a229c6
Merge: afc2d7099b 49f65ecf9d
Author: Anton Popov <pad11rus@gmail.com>
Date: Tue Dec 15 01:45:01 2020 +0300
Merge remote-tracking branch 'upstream/master' into HEAD
commit afc2d7099b71c786620c2728f944cc992fa98b22
Author: Anton Popov <pad11rus@gmail.com>
Date: Tue Dec 15 01:16:04 2020 +0300
add conversion from array to map
commit 49f65ecf9de008a6a51b6d169e24646ed7af91ba
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date: Mon Dec 14 23:07:28 2020 +0300
Update CHANGELOG.md
commit 91be7a6f27a0901384ed95653a76f98aac03a094
Merge: 363ff79cca 5da9315ceb
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date: Mon Dec 14 23:03:21 2020 +0300
Merge pull request #16809 from kitaisreal/read-float-8digits-unroll-performance-improvement
ReadFloat 8digits unroll performance improvement
commit 363ff79cca91696e391ebd55e08aa87d3d4b0ab4
Merge: 491e086435 346c241c20
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date: Mon Dec 14 23:00:43 2020 +0300
Merge pull request #17934 from Jokser/s3-adaptive-single-part-upload
Adaptive choose of single/multi part upload in WriteBufferFromS3
commit 491e086435ce06821e9f0d781a963b66bfafeb9b
Merge: 906415540a bf23bc6f0c
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date: Mon Dec 14 22:57:27 2020 +0300
Merge pull request #18057 from azat/fix-01600_remerge_sort_lowered_memory_bytes_ratio-flap
Fix 01600_remerge_sort_lowered_memory_bytes_ratio flap
commit 906415540aab3a9789650c87ca337efb0d92b356
Merge: 7184746f45 14dedae9f1
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date: Mon Dec 14 22:57:02 2020 +0300
Merge pull request #18060 from kitaisreal/create-query-create-as-select-with-columns-specification
CreateQuery create as select with columns specification
commit 7184746f45793b8ecabf0a7d8616551730bfea2f
Merge: 5f424f7c5c 60efab623d
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date: Mon Dec 14 22:56:39 2020 +0300
Merge pull request #18059 from excitoon/patch-2
Fixed `std::out_of_range: basic_string` in S3 URL parsing
commit 17b43ca721c48190085b3b930e87960f7a61474f
Author: Maksim Kita <kitaetoya@gmail.com>
Date: Tue Dec 8 13:54:33 2020 +0300
Fixed tests
commit 16a30eb4aabc4072ad51da17868e2e31c6cec727
Author: Maksim Kita <kitaetoya@gmail.com>
Date: Tue Dec 8 10:43:18 2020 +0300
Updated non-finite floating conversion into int
commit e945821e1f7d5c3c0119c193c99409212fca04a7
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date: Mon Dec 7 20:34:16 2020 +0300
Update castColumn.h
commit 26e582272f321937749b3477ca4aada3293cf706
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date: Mon Dec 7 20:34:01 2020 +0300
Update castColumn.h
commit 6873b1358753436879665a191f605499dc54b497
Author: Maksim Kita <kitaetoya@gmail.com>
Date: Sun Dec 6 14:58:54 2020 +0300
Fixed clang build issue
commit 0b565b679e40015c7a8b0e2f958f07ed8ab9d540
Author: Maksim Kita <kitaetoya@gmail.com>
Date: Sat Dec 5 17:55:37 2020 +0300
Fixed Set execute for columns that cannot be inside Nullable
commit 18dc118298ffb0b49792012cf772058cd088b226
Author: Maksim Kita <kitaetoya@gmail.com>
Date: Sat Dec 5 16:46:14 2020 +0300
Fixed compile issues
commit 0464859cfeb9d25af5c614173558adb62f7b9920
Author: Maksim Kita <kitaetoya@gmail.com>
Date: Sat Dec 5 16:18:56 2020 +0300
Updated usage of different types during IN query
1. Added accurateCast function.
2. Use accurateCast in Set during execute.
3. Added accurateCast tests.
4. Updated select_in_different_types tests.
commit 6f4bc77dbcf35e18f85c41c61739da2355ca6834
Author: Maksim Kita <kitaetoya@gmail.com>
Date: Wed Dec 2 15:28:29 2020 +0300
Added equality comparsion
commit f4b8e8ef9931a2b1d2fb4710286cbc9d066ae956
Author: Maksim Kita <kitaetoya@gmail.com>
Date: Wed Dec 2 13:09:13 2020 +0300
Allow different types inside IN subquery
commit dff31e8de7f158e0dcfa4e43b6663edd130d83e8
Author: Maksim Kita <kitaetoya@gmail.com>
Date: Mon Nov 30 11:26:00 2020 +0300
Fixed compile issues
commit 0dac432942c85c8803bdf8c38e54e66a3ec85867
Author: Maksim Kita <kitaetoya@gmail.com>
Date: Sat Nov 28 15:55:29 2020 +0300
Added const to arguments
commit dd072a20c9ab58e0f06d1438dc75252ff301bc3b
Author: Maksim Kita <kitaetoya@gmail.com>
Date: Sun Nov 15 22:24:15 2020 +0300
Fixed compile issues
commit 7b66dc374c660102dbd34ee532e1bbe8a46a32e8
Author: Maksim Kita <kitaetoya@gmail.com>
Date: Sun Nov 15 13:03:53 2020 +0300
Fixed clang compile issues
commit 4435642e39ae5c6f763d2356c10e8ac32020f7c6
Author: Maksim Kita <kitaetoya@gmail.com>
Date: Thu Nov 12 18:56:17 2020 +0300
Fixed style issues
commit db5d0944ed47f7cd9a789ebc9e691fa2dfb3271c
Author: Maksim Kita <kitaetoya@gmail.com>
Date: Thu Nov 12 14:27:02 2020 +0300
Added Decimal support
commit 476fb3b677edbcaf1528011e373deee88198c0d3
Author: Maksim Kita <kitaetoya@gmail.com>
Date: Thu Nov 12 13:32:37 2020 +0300
Updated documentation
commit baad78d2f2d13c5873591999765eb6b838558919
Author: Maksim Kita <kitaetoya@gmail.com>
Date: Thu Nov 12 12:28:49 2020 +0300
Fixed setting null value in vector. Updated tests.
commit 4cd5025e83849790bb897d66b20fb0ee9bda85de
Author: Maksim Kita <kitaetoya@gmail.com>
Date: Tue Nov 10 16:18:58 2020 +0300
Added numeric limits for UInt128
commit d636e1618ba8c055d8f09da004e8bcb2b7afca86
Author: Maksim Kita <kitaetoya@gmail.com>
Date: Thu Nov 5 22:09:17 2020 +0300
Added function accurate cast or null
commit fe6f4778814ded00009fe94a82344ac5529ebba8
Author: Alexander Kuzmenkov <akuzm@yandex-team.ru>
Date: Mon Dec 14 20:39:52 2020 +0300
Build utils in CI, at least in split build
Currently we don't build them at all, so they were broken by https://github.com/ClickHouse/ClickHouse/pull/17988
commit 5f424f7c5cc8384cbbf87aabcc54018513d73b31
Author: Alexander Kuzmenkov <36882414+akuzm@users.noreply.github.com>
Date: Mon Dec 14 20:08:32 2020 +0300
Update zzz-perf-comparison-tweaks-config.xml
commit 19af691aa6dd64c2ccb32e34e78b659d15352edb
Merge: e7f93b5563 b08842d44e
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date: Mon Dec 14 19:44:13 2020 +0300
Merge pull request #17738 from vklimontovich/docker-cli-example
Docker cli example
commit 73780838a14beabd4f2bcde74067117cbf7141c5
Author: alesapin <alesapin@gmail.com>
Date: Mon Dec 14 19:01:29 2020 +0300
Remove dead list watches
commit b08842d44e9c50f4cba6b97f1da95981dea7de23
Author: filimonov <1549571+filimonov@users.noreply.github.com>
Date: Mon Dec 14 16:54:37 2020 +0100
Update README.md
commit 1436986a86528072e128e4f81c771c3e5e4860b4
Author: filimonov <1549571+filimonov@users.noreply.github.com>
Date: Mon Dec 14 16:53:58 2020 +0100
Update README.md
commit bca41bb7fd1275ed989113ef2f729e4f4fa89eac
Author: filimonov <1549571+filimonov@users.noreply.github.com>
Date: Mon Dec 14 16:50:48 2020 +0100
Update README.md
commit e7f93b5563fd6f25925788171a7d5b4b764c8918
Merge: 2edabd5519 653ddab63e
Author: Alexander Kuzmenkov <36882414+akuzm@users.noreply.github.com>
Date: Mon Dec 14 17:54:47 2020 +0300
Merge pull request #18058 from azat/perf-test-zk-port-fix
Remove test_keeper_server in perf tests
commit 2edabd5519d1eecd256f0a03311bb91dd2cc7344
Author: Alexander Kuzmenkov <36882414+akuzm@users.noreply.github.com>
Date: Mon Dec 14 17:45:58 2020 +0300
Update zzz-perf-comparison-tweaks-config.xml
commit 24abcc970bc2cd1e4c6c15eb9b045c4956b9e57a
Author: Mikhail Filimonov <mfilimonov@altinity.com>
Date: Mon Dec 14 15:21:31 2020 +0100
Tests and fixes
commit 87ea1528cb50bd0b86ec828eb38a3fb7773d6fb9
Author: Mikhail Filimonov <mfilimonov@altinity.com>
Date: Tue Dec 8 16:54:49 2020 +0100
support for Lazy database
commit 4ba80996b0e5f8dbf051f59e7dcf493420f19903
Author: Mikhail Filimonov <mfilimonov@altinity.com>
Date: Tue Dec 8 16:48:30 2020 +0100
Detach permanently for DatabaseConnectionMySQL
commit 799141362d5aed0697d576153ae04208afa0ca7c
Author: Mikhail Filimonov <mfilimonov@altinity.com>
Date: Tue Dec 8 11:00:32 2020 +0100
Prevent attempts to recreate the table which was detached permanently
commit ad9cb580a9a864409e2ce90a99ff90e09858888a
Author: Mikhail Filimonov <mfilimonov@altinity.com>
Date: Mon Dec 7 16:19:05 2020 +0100
Fix
commit 2aeb72c09ad189bcce4e9c75e0d2ccd599903ac0
Author: Mikhail Filimonov <mfilimonov@altinity.com>
Date: Mon Dec 7 15:01:09 2020 +0100
Fix for tiny issue #13850
commit 3f5e5eb15ad8684e492d7b8fabee4f73c5141810
Author: Mikhail Filimonov <mfilimonov@altinity.com>
Date: Mon Dec 7 14:55:24 2020 +0100
Handle not implemented cases properly
commit f6097cf818302d2873e03fa94eec323e92609d90
Author: Mikhail Filimonov <mfilimonov@altinity.com>
Date: Mon Nov 30 18:52:32 2020 +0100
Adding DETACH TABLE PERMANENTLY
commit 34d1ad1acae26e0e2387229df64aa422e09ee4e2
Author: alesapin <alesapin@gmail.com>
Date: Mon Dec 14 17:27:39 2020 +0300
Fix writer compact
commit dd2ae6926dd3ef82176146c75d5f437c1c0a8a67
Merge: 7a8510d1c4 7f7eed4031
Author: tavplubix <avtokmakov@yandex-team.ru>
Date: Mon Dec 14 16:27:13 2020 +0300
Merge pull request #14849 from ClickHouse/allow_atomic_database_inside_materialize_mysql
Allow Atomic database inside MaterializeMySQL
commit 35d2a689dd39bf3c632ccf93377cc53304a7c1fd
Author: alesapin <alesapin@gmail.com>
Date: Mon Dec 14 16:06:11 2020 +0300
One more time
commit 2a2b02d395cea92db344a669939e9c3d4ced68a3
Author: alesapin <alesapin@gmail.com>
Date: Mon Dec 14 16:05:48 2020 +0300
One more time
commit 9e98cdad5a2356150cd336ad74ba191e7bce71b6
Author: alesapin <alesapin@gmail.com>
Date: Mon Dec 14 16:05:07 2020 +0300
Accident changes
commit 47e3f619e5f75d3444dc9b7aae25973f104c29a7
Author: alesapin <alesapin@gmail.com>
Date: Mon Dec 14 16:01:01 2020 +0300
Remove redundant code
commit a87fb3fae0c3e9894f60118e95e320ffce9b1a5d
Author: alesapin <alesapin@gmail.com>
Date: Mon Dec 14 15:52:15 2020 +0300
Fix style
commit 303c12d2e4f1019b91843d222a0e4c63e7060dba
Author: alesapin <alesapin@gmail.com>
Date: Mon Dec 14 15:51:14 2020 +0300
Slightly better
commit 14dedae9f1b665569cc438ea0f43904b61480190
Author: Maksim Kita <kitaetoya@gmail.com>
Date: Mon Dec 14 15:50:11 2020 +0300
Updated sql test file
commit 7a8510d1c454f335dc53dc86cd0f9542ca6eb169
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date: Mon Dec 14 15:45:13 2020 +0300
Update CHANGELOG.md
commit ad70b0bd9776856ff9a20ebb8fee5a3402088d63
Merge: 0bc2603b1d 9f4929bdce
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date: Mon Dec 14 15:43:51 2020 +0300
Merge pull request #18062 from ClickHouse/changelog-20.12
Add changelog for 20.12
commit 9f4929bdce52f09b980f0d2ed79a5ed4d1fe19f9
Author: Alexey Milovidov <milovidov@yandex-team.ru>
Date: Mon Dec 14 15:30:37 2020 +0300
Add changelog for 20.12
commit 55f991adde8d67d379754a4fdddd1347d7af4d9a
Author: Maksim Kita <kitaetoya@gmail.com>
Date: Mon Dec 14 15:23:53 2020 +0300
Updated test
commit 6fb23da851b845149abef338823b4f4dfcd55e04
Author: alesapin <alesapin@gmail.com>
Date: Mon Dec 14 15:03:49 2020 +0300
Refactoring
commit 70be03aa7d879485660f9d36549d04e560783303
Author: alesapin <alesapin@gmail.com>
Date: Mon Dec 14 14:36:15 2020 +0300
Working compact parts
commit 0bc2603b1de56dc67b2c6c74e97a69efe9ecf5e3
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date: Mon Dec 14 14:14:59 2020 +0300
Update 01081_PartialSortingTransform_full_column.sql
commit ab17927c853739537682b9c7050aec4cd03c3bbe
Merge: d55c5bec94 8a20d449d9
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date: Mon Dec 14 14:11:09 2020 +0300
Merge pull request #18032 from kitaisreal/array-aggregation-functions
Array aggregation functions
commit fbcf85cb4261bd0ff2f0b93bc65dd2f67b5407a9
Author: alesapin <alesapin@gmail.com>
Date: Mon Dec 14 14:06:02 2020 +0300
Something working for wide parts
commit 8a20d449d999bb53d5941b8f7847a2aff9e9c4b3
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date: Mon Dec 14 14:01:31 2020 +0300
Update arrayAggregation.cpp
commit d55c5bec9481833d4cd2ea86c0cf29269ff28c25
Merge: 493ee6732b 2bf226decc
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date: Mon Dec 14 13:59:11 2020 +0300
Merge pull request #18053 from azat/librdkafka-snappy-UB-fix
Fix possible corruption in librdkafka snappy decompression
commit 493ee6732b4eff62da489657d8f02f5a4640f0ad
Merge: aac8b85b34 1bccd6dff6
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date: Mon Dec 14 13:58:45 2020 +0300
Merge pull request #18052 from kitaisreal/memory-storage-read-optimization
MemoryStorage read optimization
commit aac8b85b34d788359cebb589416489a281d732a9
Merge: 86cef85186 6341521b10
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date: Mon Dec 14 13:58:15 2020 +0300
Merge pull request #18054 from ClickHouse/remove-obsolete-settings
Remove obsolete settings
commit 60efab623d5295b64d17ca7331b31d00f8c24762
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date: Mon Dec 14 13:53:40 2020 +0300
Update S3Common.cpp
commit 86cef85186af389e9ef60f8ca2ec2ccfc7d49182
Author: Alexey Milovidov <milovidov@yandex-team.ru>
Date: Mon Dec 14 13:46:39 2020 +0300
Remove old changelog generator to avoid confusion
commit 5f7c867da33c9bcede56c36096b77e1f0b8925f6
Author: Maksim Kita <kitaetoya@gmail.com>
Date: Mon Dec 14 12:33:16 2020 +0300
Added parse error if no select after as keyword
commit d8534ae1afe618c8e390788b8debbe6bee50143a
Author: Maksim Kita <kitaetoya@gmail.com>
Date: Mon Dec 14 12:30:08 2020 +0300
CreateQuery create as select with columns specification
commit a98e2311f8f5bac70fc7a77229e12dd13b7484d5
Merge: e7ffae89e9 1b3893bcab
Author: Vitaly Baranov <vitbar@yandex-team.ru>
Date: Mon Dec 14 12:10:17 2020 +0300
Merge pull request #17908 from vitlibar/fix-checking-introspection-grants
Fix checking introspection grants
commit 418c974eafcfa9b191fc2a914b0e918a480b0833
Author: Vladimir Chebotarev <vladimir.chebotarev@gmail.com>
Date: Mon Dec 14 11:17:29 2020 +0300
Fixed `std::out_of_range: basic_string` in S3 URL parsing.
commit 346c241c2066d4c5413a2380cd7f0b7f5e98f43f
Merge: 59a5e63417 e7ffae89e9
Author: Pavel Kovalenko <jokserfn@yandex-team.ru>
Date: Mon Dec 14 11:00:30 2020 +0300
Merge remote-tracking branch 'origin/master' into s3-adaptive-single-part-upload
# Conflicts:
# src/Disks/S3/DiskS3.cpp
commit 653ddab63ebedd43ecdb50a7f2230fa08d458ced
Author: Azat Khuzhin <a3at.mail@gmail.com>
Date: Mon Dec 14 10:59:01 2020 +0300
Remove test_keeper_server in perf tests
To avoid port overlaps for right and left server (anyway it is not
used).
commit bf23bc6f0c9f8e392845b6d612ef1272dc8e59a5
Author: Azat Khuzhin <a3at.mail@gmail.com>
Date: Mon Dec 14 10:46:30 2020 +0300
Fix 01600_remerge_sort_lowered_memory_bytes_ratio flap
commit 12b6a54a2473ba9decd774b146b8616da6847b7d
Merge: fd695c9ff4 e7ffae89e9
Author: alesapin <alesapin@gmail.com>
Date: Mon Dec 14 10:30:01 2020 +0300
Merge branch 'master' into try_rewrite_writer
commit fd695c9ff40e4afa266f68523a7be107569ef2f5
Author: alesapin <alesapin@gmail.com>
Date: Mon Dec 14 10:28:42 2020 +0300
Dive into debug
commit f829fbb9284650b3eaee1dcc371d421bf9378688
Merge: 2169e8f7f4 e7ffae89e9
Author: jianmei zhang <zhangjmruc@sina.com>
Date: Mon Dec 14 11:21:42 2020 +0800
Merge remote-tracking branch 'upstream/master'
commit 2169e8f7f441d11be2a1eb2290f79429f59d13ae
Author: jianmei zhang <zhangjmruc@sina.com>
Date: Mon Dec 14 10:33:51 2020 +0800
Fix issue #17160 by adding show settings like '...'
commit 5da9315ceb726e91548a58a735b6e509363a8062
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date: Mon Dec 14 05:22:17 2020 +0300
Update readFloatText.h
commit 66b2424e3362299b8a4f655464ae23bdede687c9
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date: Mon Dec 14 05:20:00 2020 +0300
Update readFloatText.h
commit 6341521b104c3170ec5e28e2c152d40c43309e75
Author: Alexey Milovidov <milovidov@yandex-team.ru>
Date: Mon Dec 14 02:40:11 2020 +0300
Remove obsolete settings
commit e7ffae89e946e88cebde0f3de464b5d545f3c3dd
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date: Mon Dec 14 02:31:35 2020 +0300
Update build.sh
commit 52f03d942e1942415e94d3f40ce532ca267d1de8
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date: Mon Dec 14 02:31:18 2020 +0300
Update Dockerfile
commit 1bccd6dff6528c30cd6b053337b4f7012f416340
Author: Maksim Kita <kitaetoya@gmail.com>
Date: Mon Dec 14 00:50:55 2020 +0300
Fixed style issues
commit 2bf226deccbe86fbd52de7628d09426d53ae2158
Author: Azat Khuzhin <a3at.mail@gmail.com>
Date: Mon Dec 14 00:38:10 2020 +0300
Fix typo in KafkaSettings comments
commit 3b431b054ec732b0cfb7538fd6a1ba01bd22f1be
Author: Azat Khuzhin <a3at.mail@gmail.com>
Date: Mon Dec 14 00:34:38 2020 +0300
Bump librdkafka to fix UB in snappy decompression.
In incremental_copy_fast_path there is undefined behavior (and in some
other places too).
And under this circumstances gcc10 with -O1 -ftree-loop-vectorize (or
simply -O3), due to loop unroll, generates code that do copy by 16 bytes
at a time for the second loop (MOVDQU+MOVUPS), while this is not correct
since the memory may be overlapped and may be changed in the previous
iteration.
Updated version includes [1], that fixes those UB, by using memcpy over
direct store/load since these days direct store/loads looks redundant.
Even on ARM.
[1]: https://github.com/ClickHouse-Extras/librdkafka/pull/3
NOTE: clang is fine, and other older versions of gcc too
commit 2e569899d1cdf61e27b15335f2535f82a108fad4
Author: Azat Khuzhin <a3at.mail@gmail.com>
Date: Thu Dec 10 10:18:49 2020 +0300
Add a test for kafka with snappy compression method (regression for UB in snappy)
I've checked it manually and it works with clang build and does not with
gcc (there are NULL bytes in the middle of value).
commit 69127ca0ed33d75af28021554d4b408f6efca687
Author: Maksim Kita <kitaetoya@gmail.com>
Date: Mon Dec 14 00:21:25 2020 +0300
Changed BlocksList to Blocks
commit 153610b2c395b430f3d0b3196948554d3a60ec9d
Author: Dmitriy <sevirov@yandex-team.ru>
Date: Sun Dec 13 23:44:09 2020 +0300
Update distribution_queue.md
Поменял also на Also.
commit 698737681abd500f871eb30d707254175831be36
Merge: 629f5f0797 8702809c9f
Author: Dmitriy <sevirov@yandex-team.ru>
Date: Sun Dec 13 23:41:22 2020 +0300
Merge remote-tracking branch 'remotes/clickhouse/master' into sevirov-DOCSUP-4919-document_replication_queue_system_table
commit 9310437920f111249dea294a75c6d2aeed5e0973
Author: Vitaly Baranov <vitbar@yandex-team.ru>
Date: Thu Dec 10 23:16:53 2020 +0300
Fix access rights required for the merge() table function.
commit 3c6df61e5c863e868541e63fe6c99038aeaec04b
Author: Maksim Kita <kitaetoya@gmail.com>
Date: Sun Dec 13 22:24:15 2020 +0300
MemoryStorage read optimization
commit 8702809c9fa9ba4ec6f99a4765be646045aef5d9
Merge: 246e1fbb2f 0954cc2b5c
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date: Sun Dec 13 21:28:03 2020 +0300
Merge pull request #17464 from amosbird/ddlworkermetric
ddlworker max entry metric
commit 0be51cbabd94adb256514549577929d2f5d13a29
Author: Maksim Kita <kitaetoya@gmail.com>
Date: Sun Dec 13 21:27:48 2020 +0300
Updated tests
commit 246e1fbb2f108ef382fa7e67a144ee3e022530ca
Merge: 4a2aaa68a8 149431ffc3
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date: Sun Dec 13 21:09:09 2020 +0300
Merge pull request #18048 from ClickHouse/play-auto-dark-theme
Automatic support for dark theme in Play interface
commit 4a2aaa68a87150f98ef7daa047ee2bcdce89310c
Merge: 9116eb7aca 6d87743b0e
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date: Sun Dec 13 21:08:50 2020 +0300
Merge pull request #18049 from ClickHouse/datasets-cdn
CDN for datasets
commit 6d87743b0e53af533caf42417b0d43b3392ba897
Author: Alexey Milovidov <milovidov@yandex-team.ru>
Date: Sun Dec 13 21:06:27 2020 +0300
CDN for datasets
commit 149431ffc32c1fd0e712aa5cf7c8fd84a433d921
Author: Alexey Milovidov <milovidov@yandex-team.ru>
Date: Sun Dec 13 20:54:57 2020 +0300
Automatic support for dark theme in Play interface
commit 9116eb7aca749240bd23ae56da7e6d2e3fea6795
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date: Sun Dec 13 19:35:56 2020 +0300
Add checksums
commit d75c7ec30c35dc0892bdb49cf3b0f17bee665145
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date: Sun Dec 13 19:28:45 2020 +0300
Redundancy.
commit 629f5f07972d7af7cd2139074e8d0b93a786f4ca
Author: Dmitriy <sevirov@yandex-team.ru>
Date: Sun Dec 13 18:42:34 2020 +0300
Update replication_queue.md
Выполнил перевод на русский язык, внес изменения в английскую версию.
commit d8484d9c31c18d56d60ded9729b8514ccc322911
Merge: 73890fa3a7 ef064696e7
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date: Sun Dec 13 18:28:52 2020 +0300
Merge pull request #18033 from ClickHouse/encode-xml-rename-files
encodeXMLComponent: rename files after #17659
commit 73890fa3a76583df3afbe3c3c0609c78b0db0cd1
Merge: cd5f827265 b394487d4f
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date: Sun Dec 13 18:27:52 2020 +0300
Merge pull request #18046 from baibaichen/feature/update_doc
update Mac-OS build documentation
commit cd5f8272657d6ea94c99813d3a1f919aaae07517
Merge: 443d1724b3 06b047235a
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date: Sun Dec 13 18:27:01 2020 +0300
Merge pull request #18047 from kitaisreal/space-saving-remove-last-element-from-map-fix
HashTable erase added tests
commit 7f7eed4031b403c8edc01cddbd14b31cd644b152
Author: Alexander Tokmakov <avtokmakov@yandex-team.ru>
Date: Sun Dec 13 17:57:15 2020 +0300
fix test
commit 0c80fce7f0326dde97e37a711335b7ea5d8554cf
Merge: ed355f8663 443d1724b3
Author: Alexander Tokmakov <avtokmakov@yandex-team.ru>
Date: Sun Dec 13 17:56:50 2020 +0300
Merge branch 'master' into allow_atomic_database_inside_materialize_mysql
commit 5d6036e9c8c285d2f00ce01c9cd0afc4c89d9488
Author: Maksim Kita <kitaetoya@gmail.com>
Date: Sun Dec 13 14:38:56 2020 +0300
Fixed style issues
commit 06b047235aa4c0ccdc16b3847455622a41f8f515
Author: Maksim Kita <kitaetoya@gmail.com>
Date: Sun Dec 13 14:35:52 2020 +0300
Fixed style issues
commit 547f452ba98baade61171448d37efe9d5deada39
Author: Maksim Kita <kitaetoya@gmail.com>
Date: Sun Dec 13 13:30:25 2020 +0300
HashTable erase added tests
commit b394487d4f45821a9cebe019c7bf71c48f690113
Author: chang.chen <baibaichen@gmail.com>
Date: Sun Dec 13 16:10:07 2020 +0800
update Mac-OS build documentation
commit 443d1724b3f65989e184138a6332f0cfabacac20
Merge: a714b82f9b 065a64cc37
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date: Sun Dec 13 04:54:14 2020 +0300
Merge pull request #18031 from sevirov/sevirov-DOCSUP-4709-document_distribution_queue_system_table
DOCSUP-4709: Document system.distribution_queue table
commit a714b82f9b875582cec6af0b3436a835de645ce5
Merge: 785317e542 784a484d80
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date: Sun Dec 13 04:52:39 2020 +0300
Merge pull request #18036 from ClickHouse/benchmark-macbook2020
Added results from MacBook Pro
commit 784a484d80d486dff837f4e4a18d54ad1de1ce87
Author: Alexey Milovidov <milovidov@yandex-team.ru>
Date: Sun Dec 13 04:51:56 2020 +0300
Added results from MacBook Pro
commit 785317e5427f39ba13d9a64fdfab2c414cef4375
Merge: bce02de691 10beda9d39
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date: Sun Dec 13 04:44:47 2020 +0300
Merge pull request #18035 from ClickHouse/benchmark-results-seodo
Add benchmark results Yiğit Konur and Metehan Çetinkaya of seo.do
commit 10beda9d39f86b0c858bba9a36e2e319d140ff0d
Author: Alexey Milovidov <milovidov@yandex-team.ru>
Date: Sun Dec 13 04:44:07 2020 +0300
Add benchmark results Yiğit Konur and Metehan Çetinkaya of seo.do
commit bce02de691a64f07cc9a4e6392705b8e5935f0ff
Merge: 436adf34df ccd794a676
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date: Sun Dec 13 04:38:50 2020 +0300
Merge pull request #17539 from azat/remerge_sort_lowered_memory_bytes_ratio
Add remerge_sort_lowered_memory_bytes_ratio setting
commit 436adf34df642b3f49ea430f843f9d35f054f818
Merge: 4ce148d2ea 8d79ae56f0
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date: Sun Dec 13 04:37:29 2020 +0300
Merge pull request #17881 from gyuton/gyuton-DOCSUP-4263-Update_the_sql_statement_ORDER_BY
DOCSUP-4263: Updated the sql statement order by
commit 4ce148d2ea9c6aa45186399004751f29e47058b1
Merge: 8df4789113 17a8a4e966
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date: Sun Dec 13 04:34:46 2020 +0300
Merge pull request #18034 from edani/master
Expand max_parallel_replicas documentation
commit 8df478911323771ff94aada88cf79a82b6a7822e
Merge: 04e222f6f3 6f50a86025
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date: Sun Dec 13 04:09:51 2020 +0300
Merge pull request #17845 from kitaisreal/space-saving-remove-last-element-from-map-fix
SpaceSaving remove last element from map fix
commit 04e222f6f38acb0d9395751aeb8c5096fb484f0a
Merge: 2ad5c8eed3 41bc43325b
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date: Sun Dec 13 01:12:05 2020 +0300
Merge pull request #17986 from azat/fwd-decl
More forward declaration for generic headers
commit 17a8a4e9664fabed5b370b37e148139ba698acf5
Author: Eric Daniel <6210036+edani@users.noreply.github.com>
Date: Sat Dec 12 13:57:01 2020 -0800
Expand max_parallel_replicas documentation
Based on discussion in #17807
commit 5ae1652d51f3ce24f4b76d71922de783d180664e
Author: Maksim Kita <kitaetoya@gmail.com>
Date: Sun Dec 13 00:47:17 2020 +0300
Fixed aggregate function avg
commit 2ad5c8eed34ce0de0b2d7a5bdaac2dafc4cec2eb
Author: Alexey Milovidov <milovidov@yandex-team.ru>
Date: Sun Dec 13 00:45:23 2020 +0300
Allow server to start with TestKeeper port in development environment
commit b810b28b085756f22439cba83c7b15680f40c005
Author: Maksim Kita <kitaetoya@gmail.com>
Date: Sun Dec 13 00:40:34 2020 +0300
Added comment
commit 4887d59b064ba4e88fcd629a712a864f4d0cfa70
Merge: 2eabd41749 c2c497e290
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date: Sun Dec 13 00:39:41 2020 +0300
Merge pull request #18027 from Jokser/fix-flappy-log-family-s3
Fix flappy test_log_family_s3
commit 0dcbcec19ae89305afa12df5c28c87b40de88787
Author: Maksim Kita <kitaetoya@gmail.com>
Date: Sun Dec 13 00:29:09 2020 +0300
Added tests
commit ef064696e77aa4d6e9fc72bf3b412145ddaefaf2
Author: Alexey Milovidov <milovidov@yandex-team.ru>
Date: Sun Dec 13 00:17:37 2020 +0300
Add perf test
commit 532557ecfd463d1e1de6cca6263b9cf526934c34
Author: Alexey Milovidov <milovidov@yandex-team.ru>
Date: Sat Dec 12 23:47:37 2020 +0300
encodeXMLComponent: rename files after #17659
commit 18bde6ef020e6e3f1c6e92c7e765eb7810b90dce
Author: Maksim Kita <kitaetoya@gmail.com>
Date: Sat Dec 12 23:47:23 2020 +0300
Fixed compile issues
commit 8d79ae56f0180dd4e9838bd79b3d9243af0eb7ce
Author: George <gyuton@yandex-team.ru>
Date: Sat Dec 12 23:07:24 2020 +0300
created lowcardinality files for ja and tr
commit 3d261c82e9a7d391c4aef23bd688bf36ce48e1b5
Author: Maksim Kita <kitaetoya@gmail.com>
Date: Sat Dec 12 22:50:28 2020 +0300
Array aggregation functions
commit 065a64cc3701a122f21cd6b64c8285edb20f801e
Author: Dmitriy <sevirov@yandex-team.ru>
Date: Sat Dec 12 22:43:52 2020 +0300
Update distribution_queue.md
Добавил ссылку на движок таблиц Distributed.
commit a244a4f0e34bba5d0f18d395582b7eb60b454a9a
Merge: c03e91eec0 6e417088dc
Author: Dmitriy <sevirov@yandex-team.ru>
Date: Sat Dec 12 22:28:09 2020 +0300
Merge branch 'sevirov-DOCSUP-4709-document_distribution_queue_system_table' of https://github.com/sevirov/ClickHouse into sevirov-DOCSUP-4709-document_distribution_queue_system_table
commit c03e91eec0d1029def0f44096c3200eba5b6cd0e
Author: Dmitriy <sevirov@yandex-team.ru>
Date: Sat Dec 12 22:27:01 2020 +0300
Create distribution_queue.md
Выполнил перевод на русский язык.
commit 6f50a860250a2e52cd9947b0a82ce6548fdb1d35
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date: Sat Dec 12 18:57:07 2020 +0300
Update gtest_hash_table.cpp
commit 41bc43325bb7c63369ac206bd2db102b4882f640
Author: Azat Khuzhin <a3at.mail@gmail.com>
Date: Fri Dec 11 21:10:37 2020 +0300
Make 01290_max_execution_speed_distributed less flaky
commit 77a1d00dee7157ff89a73a6a10a2cb3a0aa27de1
Author: Azat Khuzhin <a3at.mail@gmail.com>
Date: Fri Dec 11 21:10:36 2020 +0300
Add new remote context as interpreter context to the Pipe
commit 5b3ab488610b19f829507f04c7b74b0fec6d52bc
Author: Azat Khuzhin <a3at.mail@gmail.com>
Date: Fri Dec 11 01:05:02 2020 +0300
More forward declaration for generic headers
The following headers are pretty generic, so use forward declaration as
much as possible:
- Context.h
- Settings.h
- ConnectionTimeouts.h
(Also this shows that some missing some includes -- this has been fixed)
And split ConnectionTimeouts.h into ConnectionTimeoutsContext.h (since
module part cannot be added for it, due to recursive build dependencies
that will be introduced)
Also remove Settings from the RemoteBlockInputStream/RemoteQueryExecutor
and just pass the context, since settings was passed only in speicifc
places, that can allow making a copy of Context (i.e. Copier).
Approx results (How much units will be recompiled after changing file X?):
- ConnectionTimeouts.h
- mainline: 100
- Context.h:
- mainline: ~800
- patched: 415
- Settings.h:
- mainline: 900-1K
- patched: 440 (most of them because of the Context.h)
commit c2c497e290af35cd4945f23136a8f07de737156d
Author: Pavel Kovalenko <jokserfn@yandex-team.ru>
Date: Sat Dec 12 16:44:19 2020 +0300
Use s3 disk explicitly for log tables in test_log_family_s3.
commit 07c829304326eb52d6bc2e2ae8750d91fa0fb06a
Author: Maksim Kita <kitaetoya@gmail.com>
Date: Sat Dec 12 15:08:46 2020 +0300
Added tests
commit c7d48c48ce247bca0e4a89cdf8cb6eb122dff3de
Author: George <gyuton@yandex-team.ru>
Date: Sat Dec 12 11:58:07 2020 +0300
more troubleshooting
commit fa9257cd82997c187d5f74771e35d6ee2533c4ed
Author: George <gyuton@yandex-team.ru>
Date: Sat Dec 12 11:14:46 2020 +0300
fix
commit 1567444628f82bdf79e7012bd3c01174ea4c3cd5
Author: George <gyuton@yandex-team.ru>
Date: Sat Dec 12 10:36:39 2020 +0300
troubleshooting - fixed links to original articles
commit 0954cc2b5c193eb721cb2a0ef244bdfe9276c322
Author: Amos Bird <amosbird@gmail.com>
Date: Sun Nov 29 21:28:11 2020 +0800
test is not working
commit 8d0e949462ac55ae531e30209eb5a47da2ac7a33
Author: Amos Bird <amosbird@gmail.com>
Date: Fri Nov 27 12:27:43 2020 +0800
ddlworker max entry metric
commit 9b1d91911009c672e2f6689804193de83b5ab0e4
Author: George <gyuton@yandex-team.ru>
Date: Sat Dec 12 06:39:22 2020 +0300
more troubleshooting
commit 3794cb2d3f299c9a0953d4d4c8c6021be1f3501e
Author: George <gyuton@yandex-team.ru>
Date: Sat Dec 12 05:48:23 2020 +0300
troubleshooting the error
commit c74011851acb5dfa14cfe00885370781d53be90f
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date: Sat Dec 12 04:58:07 2020 +0300
Update HashTable.h
commit d94d9aa8d72ca3fee79ecd1a0d0e465ae6cde6ff
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date: Sat Dec 12 04:17:32 2020 +0300
Update HashTable.h
commit d5f87efba5de521627f7786b3459f9c392ce15e4
Author: George <gyuton@yandex-team.ru>
Date: Sat Dec 12 04:16:58 2020 +0300
fixed a typo in translation
commit 99212dcb7316cde90490968a9fb4eb4f3b39210b
Author: George <gyuton@yandex-team.ru>
Date: Sat Dec 12 04:06:37 2020 +0300
added translation
commit 9e48b9b656ab904456deb035fd41191b8d72d583
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date: Sat Dec 12 03:47:43 2020 +0300
Update HashTable.h
commit cabe1463d10874c011350b636e7d8a104b7b8e01
Author: George <gyuton@yandex-team.ru>
Date: Sat Dec 12 03:39:45 2020 +0300
fixed an error
commit eba1299845e0b490a1d813e10ab25802177baa00
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date: Sat Dec 12 03:38:55 2020 +0300
Update HashTable.h
commit 245dea6f2ea380732a1f64e07fd630e599567933
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date: Sat Dec 12 03:33:57 2020 +0300
Update HashTable.h
commit 7e2bc1e7a650d3f032e6eccea0628f7ad2b48f11
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date: Sat Dec 12 03:30:12 2020 +0300
Update HashTable.h
commit 6e7366f921ec86fa1a31bbe85db4a9c26f9a6e45
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date: Sat Dec 12 03:28:41 2020 +0300
Update HashTable.h
commit 59a5e63417148956cf79c65d0979a6cbb456caf7
Merge: 5802633f95 f1a145a2b2
Author: Pavel Kovalenko <jokserfn@yandex-team.ru>
Date: Fri Dec 11 18:28:41 2020 +0300
Merge remote-tracking branch 'origin/master' into s3-adaptive-single-part-upload
# Conflicts:
# src/Disks/S3/DiskS3.cpp
# src/Disks/S3/DiskS3.h
# src/Disks/S3/registerDiskS3.cpp
# src/IO/WriteBufferFromS3.cpp
# src/IO/WriteBufferFromS3.h
commit a24a76828ede28d530d589a074ecbed6ab19a9f2
Author: alesapin <alesapin@gmail.com>
Date: Fri Dec 11 18:18:51 2020 +0300
Fix
commit 4b83707c6326b4069585038f0fd6dd8b13a18f21
Author: alesapin <alesapin@gmail.com>
Date: Fri Dec 11 18:00:58 2020 +0300
Compileable code for some reason
commit c6ac831d4eddf3eeeefa6f4c770c1e6bf6172ba9
Author: Amos Bird <amosbird@gmail.com>
Date: Fri Dec 11 22:44:22 2020 +0800
Fix type
commit b70b98c4154d15206d99afda2a9af6362d2842e4
Author: Maksim Kita <kitaetoya@gmail.com>
Date: Wed Dec 9 23:56:15 2020 +0300
Fix style issues
commit 4ae56197149238bb31c18d11a957cf23434fc246
Author: Maksim Kita <kitaetoya@gmail.com>
Date: Wed Dec 9 22:44:43 2020 +0300
Optimized erase in HashTable
commit bf5d75853cf3840de8ee11f1bd976080965f922f
Author: Maksim Kita <kitaetoya@gmail.com>
Date: Wed Dec 9 15:47:22 2020 +0300
Added erase into HashTable
commit bfceb066594fd2d9093710345be5e58cf532c88c
Author: Maksim Kita <kitaetoya@gmail.com>
Date: Sun Dec 6 22:16:21 2020 +0300
Fixed test
commit d8b78682e1ee1387f34da67ab1422263ecfd0285
Author: Maksim Kita <kitaetoya@gmail.com>
Date: Sun Dec 6 22:14:40 2020 +0300
SpaceSaving remove last element from map fix
commit ed355f866372504763d36983254dcca446f18281
Author: Alexander Tokmakov <avtokmakov@yandex-team.ru>
Date: Fri Dec 11 16:50:45 2020 +0300
fix
commit 1b3893bcab7b7f95d30ce5bb23764de27181a690
Author: Vitaly Baranov <vitbar@yandex-team.ru>
Date: Tue Dec 8 21:09:13 2020 +0300
User with allow_ddl=0 cannot do DDL but can grant DDL.
commit 648be453a41415dc24c3b425a790411fff5c3122
Author: Vitaly Baranov <vitbar@yandex-team.ru>
Date: Tue Dec 8 21:07:50 2020 +0300
User with allow_introspection_functions=0 cannot call introspection functions but can grant INTROSPECTION.
commit 710ba6f6173e11f3613f76a707c10b436f255813
Author: Vitaly Baranov <vitbar@yandex-team.ru>
Date: Tue Dec 8 17:24:32 2020 +0300
Simplify class ContextAccess.
commit 57c30c4164d19a1060f463b68813cc731f4fe22b
Author: alesapin <alesapin@gmail.com>
Date: Fri Dec 11 16:20:19 2020 +0300
Garbage
commit 58a31e4882c859c3e7ce8717359049182a910f92
Merge: 0ba712a2d3 fb1221148d
Author: Alexander Tokmakov <avtokmakov@yandex-team.ru>
Date: Fri Dec 11 16:14:03 2020 +0300
Merge branch 'master' into allow_atomic_database_inside_materialize_mysql
commit 7ffd76a6051da99c12c84a8a950d32e1ba98ff81
Author: alesapin <alesapin@gmail.com>
Date: Fri Dec 11 11:41:02 2020 +0300
Fix bug
commit cbba73672e89fd503201157a659b522a0439e2fe
Merge: 1cb06bd975 e11790f61a
Author: alesapin <alesapin@gmail.com>
Date: Fri Dec 11 11:09:47 2020 +0300
Merge branch 'master' into try_rewrite_writer
commit 5b1e5679b4a292e33ee5e60c0ba9cefa1e8388bd
Author: Amos Bird <amosbird@gmail.com>
Date: Wed Nov 11 12:05:54 2020 +0800
Add -SimpleState combinator
commit 1cb06bd97570403084c5d6958872a05abff8345c
Author: alesapin <alesapin@gmail.com>
Date: Thu Dec 10 19:29:10 2020 +0300
Split one method
commit 90fa9a20733072861f752797b73c909e6617ac09
Merge: f3d1dc360c b1c00d4045
Author: alesapin <alesapin@gmail.com>
Date: Thu Dec 10 18:36:10 2020 +0300
Merge branch 'master' into try_rewrite_writer
commit f3d1dc360c89d68b7693690264546fc5f97160cb
Author: alesapin <alesapin@gmail.com>
Date: Thu Dec 10 12:24:52 2020 +0300
Fix style
commit 0704b478ee6c741cb86016ec8d3c1ab0b8d65338
Author: alesapin <alesapin@gmail.com>
Date: Thu Dec 10 12:22:43 2020 +0300
Less constuctors
commit 2787b615b0d5b43ca56770f01f688a87bbbb06d0
Author: alesapin <alesapin@gmail.com>
Date: Thu Dec 10 11:57:52 2020 +0300
Make interface as simple as possible
commit 7979b3655c46fbcb12fce8c69d04f9ba25417777
Author: alesapin <alesapin@gmail.com>
Date: Wed Dec 9 21:22:07 2020 +0300
Better formating
commit 3b88c077edd8481a3b3bb2ac698cde87628abaa0
Author: alesapin <alesapin@gmail.com>
Date: Wed Dec 9 21:19:49 2020 +0300
Mechanical refactoring
commit af73db93e6b05073997508956165c974b3f91a8d
Author: alesapin <alesapin@gmail.com>
Date: Wed Dec 9 21:10:09 2020 +0300
Mechanical refactoring
commit 7b88f9a115dd11dce65ec34079a2a9def35cde1b
Merge: fa64d314df 89a3a86b71
Author: alesapin <alesapin@gmail.com>
Date: Wed Dec 9 19:23:53 2020 +0300
Merge branch 'master' into try_rewrite_writer
commit 5802633f957bd5ee29611a16116219d4b32cbc79
Author: Pavel Kovalenko <jokserfn@yandex-team.ru>
Date: Wed Dec 9 18:38:02 2020 +0300
Fix parameter name in constructor of DiskS3
commit c8c543ca9416fb193a13545d3f23d6b3a60c17c3
Author: Pavel Kruglov <avogar@sandbox-633380738>
Date: Wed Dec 9 18:07:58 2020 +0300
Add throwing exceptions
commit db7a87089b69744f60edd506f0287e3ae8363b35
Author: Pavel Kovalenko <jokserfn@yandex-team.ru>
Date: Wed Dec 9 17:09:04 2020 +0300
Adaptive choose of single/multi part upload in WriteBufferFromS3.
commit 215c5675dd470292a34a02fcc2b0d2c2b78be122
Author: Dmitriy <sevirov@yandex-team.ru>
Date: Tue Dec 8 23:25:45 2020 +0300
Update replication_queue.md
Изменил описание столбца node_name.
commit ce721f95ee9a1578167651c7f101f978814d79fc
Author: Dmitriy <sevirov@yandex-team.ru>
Date: Tue Dec 8 21:46:25 2020 +0300
Create replication_queue.md
Задокументировал системную таблицу replication_queue.
commit 291959c1b35c7fbf62cd45dafbb13741cbfb10e7
Author: Kruglov Pavel <48961922+Avogar@users.noreply.github.com>
Date: Tue Dec 8 19:19:51 2020 +0300
Update comment
commit 0ba712a2d36a394f9af876f4f3204eb21856e349
Merge: a0ef3a113a d9b52f94f7
Author: Ivan <5627721+abyss7@users.noreply.github.com>
Date: Tue Dec 8 16:45:51 2020 +0300
Merge branch 'master' into allow_atomic_database_inside_materialize_mysql
commit e19eb6f17ad8d330f2b3206fedacd9a8cdbd8b8a
Merge: 5ae6c6dab9 d9b52f94f7
Author: Kruglov Pavel <48961922+Avogar@users.noreply.github.com>
Date: Tue Dec 8 15:57:46 2020 +0300
Merge branch 'master' into optimize-data-on-insert
commit 4e49c59ed0beb0ccf54b0704588c5648fc9d9e51
Author: George <gyuton@yandex-team.ru>
Date: Tue Dec 8 04:55:57 2020 +0300
minor fix
commit 6be3933ceae3399135ea7dfd5f2cfe47da485c6a
Author: George <gyuton@yandex-team.ru>
Date: Tue Dec 8 04:27:26 2020 +0300
fixed links v2
commit 8760fc12272a8d30a253b7bf2f54f00cd9a89e8a
Author: George <gyuton@yandex-team.ru>
Date: Tue Dec 8 04:07:34 2020 +0300
Fixed links
commit 1f0cfbaca89701946793f2d11c3a9e8c84c03326
Author: George <gyuton@yandex-team.ru>
Date: Tue Dec 8 03:51:41 2020 +0300
Added Collation description
commit 371cb23946d1f809aabda0c3b8726d95ffbc742f
Merge: b68aa1c76d dd8362a5eb
Author: alesapin <alesapin@gmail.com>
Date: Mon Dec 7 13:30:41 2020 +0300
Merge branch 'master' into run_func_tests_in_parallel
commit c3a4e5e7b78ddbbca38efe46bc53e00829fa3a49
Author: Azat Khuzhin <a3at.mail@gmail.com>
Date: Mon Dec 7 01:12:54 2020 +0300
Fix max_distributed_connections (one more time)
With prefer_localhost_replica=1 max_distributed_connections uses
max_threads before this patch.
Fixes: #14936
Previous fix: #9673
commit ce03a896a17f8fadb47df55799fbfe3b0ac336ee
Author: Anton Popov <pad11rus@gmail.com>
Date: Sat Dec 5 22:51:16 2020 +0300
remove unused files
commit 7aaa2c052ff1035ef7b0211145f75bcddf708d74
Merge: 6b09669d66 67c82eb61b
Author: Anton Popov <pad11rus@gmail.com>
Date: Sat Dec 5 22:41:46 2020 +0300
Merge branch 'master' into merging-map
commit 6b09669d6600c6551a4fd6ff5be3892c267f85eb
Author: Anton Popov <pad11rus@gmail.com>
Date: Thu Dec 3 06:52:41 2020 +0300
data type map: several fixes
commit 5ae6c6dab9b06acc1707db44077346e7f0208bdd
Author: Pavel Kruglov <avogar@sandbox-633380738>
Date: Fri Dec 4 20:40:28 2020 +0300
Fix build error
commit 4b58528b9ed886eea538d07249d51515a1c214a0
Author: Pavel Kruglov <avogar@sandbox-633380738>
Date: Fri Dec 4 19:25:30 2020 +0300
Rename getPos to getRow, change mergeBlock, pass setting instead of context
commit 905ba78adce1fcf9bc2f8fa7090472bc34ff4f8f
Merge: e5588b94aa 7c2a04d77d
Author: Pavel Kruglov <avogar@sandbox-633380738>
Date: Fri Dec 4 18:56:46 2020 +0300
Merge branch 'master' of github.com:ClickHouse/ClickHouse into optimize-data-on-insert
commit b68aa1c76d0f439d3538a0ca5e816170422b944d
Merge: 9df414fa0c 2b3281888a
Author: alesapin <alesapin@gmail.com>
Date: Thu Dec 3 17:22:09 2020 +0300
Merge branch 'master' into run_func_tests_in_parallel
commit 9bf5ab9f4c91015ed8fe0fc99cba64acf7309f45
Author: Vladimir Klimontovich <v@klimontovich.com>
Date: Wed Dec 2 19:01:31 2020 +0300
Removed unnecessary mapping
commit 274c87d4c78bae11dd5b804156f5c64329e891ce
Author: Vladimir Klimontovich <v@klimontovich.com>
Date: Wed Dec 2 19:00:23 2020 +0300
Remove extra space
commit a0ef3a113a3796149071adfa535982ef76e34610
Merge: e82c63e05c 9b72323594
Author: Alexander Tokmakov <avtokmakov@yandex-team.ru>
Date: Wed Dec 2 18:29:02 2020 +0300
Merge branch 'master' into allow_atomic_database_inside_materialize_mysql
commit d402d68071e2ed4e9e9f8a0c81d5d4c9c9566b41
Author: Vladimir Klimontovich <v@klimontovich.com>
Date: Wed Dec 2 18:26:16 2020 +0300
Added HTTP CLI example and expose 8123 port
Exposing the 8123 (HTTP) interface in basic example and giving CLI connection instruction makes it easier to start. For a lot of developers, curl is a native and very familiar tool
commit 12604ce0e64d2930021e783900d7c39289f3e7b0
Merge: 21bbc7bc19 5b3a7f5c98
Author: Anton Popov <pad11rus@gmail.com>
Date: Tue Dec 1 14:52:30 2020 +0300
Merge branch 'dev_map2' of git://github.com/hexiaoting/ClickHouse into merging-map
commit ccd794a676d2e9bc19367f6043ab81414011c9b6
Author: Azat Khuzhin <a3at.mail@gmail.com>
Date: Sat Nov 28 19:32:28 2020 +0300
Add remerge_sort_lowered_memory_bytes_ratio setting
Sometimes default ratio is not good enough (2), since it depends on lots
of factors:
- size of LIMIT
- max_memory_usage
- ...
So add a separate setting for it.
But note that it make sense to set
remerge_sort_lowered_memory_bytes_ratio only in range (1, 2]
Since <= 1 will just use more CPU, and > 2 will use more RAM and will
unlikely be faster.
commit f46eb6f2bed21808a23da2686d61a8b0db6da864
Author: Alexey Milovidov <milovidov@yandex-team.ru>
Date: Sun Nov 29 18:16:47 2020 +0300
Update tests
commit 7d79a3cc35859ae9adb92254f23f8138c72ba4a1
Author: Alexey Milovidov <milovidov@yandex-team.ru>
Date: Sun Nov 29 18:13:57 2020 +0300
Make insert_quorum_parallel by default
commit 2e6bedce91cd40a274faa04f42da4e7104c6e0da
Author: Alexey Milovidov <milovidov@yandex-team.ru>
Date: Sun Nov 29 18:08:02 2020 +0300
Relax "Too many parts" threshold, part 1
commit 5b3a7f5c98332506428ae75fab413396bd85da80
Merge: 74d875c837 747453b008
Author: hexiaoting <hewenting_ict@163.com>
Date: Thu Nov 26 16:43:27 2020 +0800
Merge remote-tracking branch 'origin/master' into dev_map2
commit 74d875c8374a631ef94ea97f802711694478ae01
Merge: c7c14cc6ad b494b18748
Author: hexiaoting <hewenting_ict@163.com>
Date: Thu Nov 26 15:13:52 2020 +0800
Merge remote-tracking branch 'origin/master' into dev_map2
commit e82c63e05cac931dd282ce0597c45385e01094c8
Author: Alexander Tokmakov <avtokmakov@yandex-team.ru>
Date: Tue Nov 24 15:28:54 2020 +0300
fixes
commit dce0bf8efc025332b923a11d70cd392fc8937b0b
Merge: 5f6bbe8967 45f09fe293
Author: Alexander Tokmakov <avtokmakov@yandex-team.ru>
Date: Tue Nov 24 15:28:31 2020 +0300
Merge branch 'master' into allow_atomic_database_inside_materialize_mysql
commit e5588b94aa960d0b7a900269d355d3ae5b17691f
Author: Pavel Kruglov <avogar@sandbox-633380738>
Date: Fri Nov 20 13:38:53 2020 +0300
Fix style and tests
commit 625962fb5950f222ebbf5dfb6a4cd430c94cb245
Author: Pavel Kruglov <avogar@sandbox-633380738>
Date: Fri Nov 20 03:19:36 2020 +0300
Remove debug logging
commit c3c32ff9f8c93a4a5b0f779b8e9161625a8f8ecb
Author: Pavel Kruglov <avogar@sandbox-633380738>
Date: Fri Nov 20 03:16:57 2020 +0300
Minor change
commit 608722b6ab143747d5ee5b8cdbc38a4eecf864a6
Author: Pavel Kruglov <avogar@sandbox-633380738>
Date: Fri Nov 20 02:59:58 2020 +0300
Fix integration tests
commit 3ee497258601649923e5b0a48b0ed3524e260dda
Merge: cc1b16ea81 4b7a7ca12a
Author: Pavel Kruglov <avogar@sandbox-633380738>
Date: Fri Nov 20 01:23:51 2020 +0300
Merge branch 'master' of github.com:ClickHouse/ClickHouse into optimize-data-on-insert
commit cc1b16ea815059f2f72a1290085cc8ddbe3543f0
Author: Pavel Kruglov <avogar@sandbox-633380738>
Date: Wed Nov 18 13:40:58 2020 +0300
Fix test
commit 547ec19fb35de4e5b599e07857b0a7d91a9c8c57
Merge: 4ed7657008 0bc60e2d53
Author: Pavel Kruglov <avogar@sandbox-633380738>
Date: Wed Nov 18 12:01:59 2020 +0300
Merge branch 'master' of github.com:ClickHouse/ClickHouse into optimize-data-on-insert
commit 4ed765700818c8735560f358fe545fe20e37656f
Author: Pavel Kruglov <avogar@sandbox-633380738>
Date: Tue Nov 17 22:07:19 2020 +0300
fix typo
commit 53b8ff42c2daac587b7bdef50d376dd216243690
Author: Pavel Kruglov <avogar@sandbox-633380738>
Date: Tue Nov 17 19:56:36 2020 +0300
Add test and set setting to 0 in some other tests
commit 437bbef5b9c52f51db02e7a28ce39dd90d593c2a
Author: Maksim Kita <kitaetoya@gmail.com>
Date: Mon Nov 9 21:56:49 2020 +0300
Fix marker check
commit 1b9c20a5df3eb5e214e20f315e24047faa6b195e
Author: Maksim Kita <kitaetoya@gmail.com>
Date: Mon Nov 9 14:36:44 2020 +0300
ReadFloat 8digits unroll performance improvement
commit 264e9daf6f9b22a52f50a9696915e2c4f42c349b
Author: Pavel Kruglov <avogar@sandbox-633380738>
Date: Fri Nov 13 11:16:30 2020 +0300
Fix style
commit 6a57c0a8cf5217e90ef8c5daa6f006436856e033
Author: Pavel Kruglov <avogar@sandbox-633380738>
Date: Fri Nov 13 10:54:05 2020 +0300
Move merge in MergeTreeDataWriter
commit 8d5e0784d357f756c5f515e682a9ca317b16095d
Author: Pavel Kruglov <avogar@sandbox-633380738>
Date: Thu Nov 12 23:29:36 2020 +0300
Add setting optimize_on_insert
commit 9df414fa0c1feaf81c8f266b655b7063906b3e70
Author: alesapin <alesapin@gmail.com>
Date: Tue Nov 10 13:54:56 2020 +0300
One more test to skip
commit fe4bd6a7d23650c45be371c6a563b07ff45ce609
Merge: e2ece9ef0a 059357d51e
Author: alesapin <alesapin@gmail.com>
Date: Tue Nov 10 13:54:43 2020 +0300
Merge branch 'master' into run_func_tests_in_parallel
commit c7c14cc6ad9723b04dbc95bd1c096f91a711c967
Author: hexiaoting <hewenting_ict@163.com>
Date: Tue Nov 10 11:24:39 2020 +0800
fix bug
commit e2ece9ef0a07ef59461d434e65c08bb691955459
Merge: 8fa6831185 24e57c659a
Author: alesapin <alesapin@gmail.com>
Date: Mon Nov 9 13:24:47 2020 +0300
Merge branch 'master' into run_func_tests_in_parallel
commit ef0b78cf126f61a2f31d88119929e8544ef17b8a
Author: hexiaoting <hewenting_ict@163.com>
Date: Fri Nov 6 17:21:26 2020 +0800
style error fix
commit 28e87da9768af95ca8c50cb77880037dd0bc97f3
Merge: 66bca89001 ccf57300eb
Author: hexiaoting <hewenting_ict@163.com>
Date: Fri Nov 6 15:07:41 2020 +0800
remove map literal and Merge remote-tracking branch 'origin/master' into dev_map2
commit 8fa68311858d32b7fee312b0a4fbe84ff31b7677
Merge: 5622a3f57f 01898be459
Author: alesapin <alesapin@gmail.com>
Date: Tue Nov 3 10:16:28 2020 +0300
Merge branch 'master' into run_func_tests_in_parallel
commit 66bca89001a034b6cf1f02f99560e827ed486323
Author: hexiaoting <hewenting_ict@163.com>
Date: Mon Nov 2 17:23:02 2020 +0800
Style error fix
commit 5622a3f57fb753a259f8d187ef5661171b86e096
Author: alesapin <alesapin@gmail.com>
Date: Mon Nov 2 10:46:43 2020 +0300
Update skip list json
commit 3fe6f1e3fdfbf3fb57ab6330be857b05b4a3d8fa
Author: hexiaoting <hewenting_ict@163.com>
Date: Mon Nov 2 15:10:29 2020 +0800
Add test case for tuple convert to map
commit 3a70cf3773270fcb6e79001a5a011dedcc562ac8
Merge: e1ff6c3870 dc5fc9ddcb
Author: hexiaoting <hewenting_ict@163.com>
Date: Mon Nov 2 14:46:56 2020 +0800
Merge remote-tracking branch 'origin/master' into dev_map2
commit e1ff6c3870615360c452d71a4caf683cf149a49b
Author: hexiaoting <hewenting_ict@163.com>
Date: Mon Nov 2 14:46:32 2020 +0800
Update codes
commit 619fe6b10bb2879c009fc677d9e0e306c2c0d6ba
Merge: 2ba68d7494 ceab1add26
Author: hexiaoting <hewenting_ict@163.com>
Date: Mon Nov 2 14:07:00 2020 +0800
Merge remote-tracking branch 'hexiaoting/dev_map2' into dev_map2
commit 2ba68d74947a84d2f6008fa6a3bceab3bad0ed5b
Author: hexiaoting <hewenting_ict@163.com>
Date: Mon Nov 2 14:05:53 2020 +0800
Add map function
commit 4e45253c02ee5fbc4ccbd36714caf5fe7f5765d8
Author: alesapin <alesapin@gmail.com>
Date: Thu Oct 29 19:05:56 2020 +0300
Update skip_list.json
commit b5553c0c2359e4db595228f8aca1eef7bc83ed99
Author: alesapin <alesapin@gmail.com>
Date: Thu Oct 29 15:48:02 2020 +0300
Update skip_list.json
commit 8a6574767ae3b3e9d3f6da417c7b998389035ca1
Merge: 6345769b01 2e8594159c
Author: alesapin <alesapin@gmail.com>
Date: Thu Oct 29 12:57:56 2020 +0300
Merge branch 'run_func_tests_in_parallel' of github.com:ClickHouse/ClickHouse into run_func_tests_in_parallel
commit 6345769b01a7c8fe9e617b13f01593af8d659427
Merge: 362b2c1cb2 745cb4ab2f
Author: alesapin <alesapin@gmail.com>
Date: Thu Oct 29 12:56:54 2020 +0300
Merge branch 'master' into run_func_tests_in_parallel
commit 2e8594159cc927628e64c7c5d3b896e8f682148f
Author: alesapin <alesapin@gmail.com>
Date: Wed Oct 28 22:25:57 2020 +0300
Update skip_list.json
commit 964149586eb9a42f4ebd8763637efc3054fd4c44
Author: alesapin <alesapin@gmail.com>
Date: Wed Oct 28 18:20:21 2020 +0300
Update tests/queries/skip_list.json
Co-authored-by: Azat Khuzhin <a3at.mail@gmail.com>
commit ceab1add26f4c12a40ab7c3b82f840d330293ade
Merge: 483be134b2 e0d85ffd1d
Author: hexiaoting <hewenting_ict@163.com>
Date: Wed Oct 28 19:13:40 2020 +0800
Merge pull request #1 from Enmk/ColumnMap_fixes
Allow casting Tuple as Map.
commit 362b2c1cb225b59eb664aafef73dec63b8434e06
Merge: b9f63645b6 4a63f1271b
Author: alesapin <alesapin@gmail.com>
Date: Wed Oct 28 14:12:45 2020 +0300
Merge branch 'master' into run_func_tests_in_parallel
commit e0d85ffd1d36cd0fb87a5d450493bf155a2e3797
Author: Vasily Nemkov <V.Nemkov@gmail.com>
Date: Mon Oct 26 21:20:45 2020 +0300
Allow casting Tuple as Map.
SELECT CAST(([1, 2, 3], ['1', '2', 'foo']), 'Map(UInt8, String)') AS map
commit 2e232bad74a82b54611d4e0da5d41733c4fab6d0
Merge: aa3a43c964 cc5f15da29
Author: Alexey Milovidov <milovidov@yandex-team.ru>
Date: Mon Oct 26 22:51:58 2020 +0300
Merge branch 'master' into sigaltstack
commit aa3a43c9649c1458282601a1bd6ca0741fc29fe0
Merge: 0ba2fa8105 a591d1f32a
Author: Alexey Milovidov <milovidov@yandex-team.ru>
Date: Mon Oct 26 22:51:55 2020 +0300
Merge branch 'sigaltstack' of github.com:yandex/ClickHouse into sigaltstack
commit a591d1f32afcb8e7eb0b69583523cc726ad1a719
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date: Mon Oct 26 22:46:25 2020 +0300
Update ThreadStatus.cpp
commit b9f63645b647ac7778717d54a8cbd91b86020910
Author: tavplubix <avtokmakov@yandex-team.ru>
Date: Mon Oct 26 12:45:30 2020 +0300
Update 01107_atomic_db_detach_attach.sh
commit eab3371d5f5d43230d136305692d3f7f69fc4306
Author: tavplubix <avtokmakov@yandex-team.ru>
Date: Mon Oct 26 12:42:54 2020 +0300
Update 01114_database_atomic.sh
commit 0ba2fa81058b19148dcc002fb7445d11b517a3ed
Author: Alexey Milovidov <milovidov@yandex-team.ru>
Date: Mon Oct 26 11:56:30 2020 +0300
Fix "Arcadia"
commit c1cce28470c4740bd5055d4321d2a14d4044769a
Author: alesapin <alesapin@gmail.com>
Date: Mon Oct 26 09:25:20 2020 +0300
Update skip_list.json
commit 46fc6733e20bbab97da195d42a0c4455c952effb
Merge: b472bd35b7 18458f36e7
Author: Alexey Milovidov <milovidov@yandex-team.ru>
Date: Mon Oct 26 08:23:47 2020 +0300
Merge branch 'master' into sigaltstack
commit b472bd35b70be33d48613efc6ec3c9976acc89e7
Merge: 88e846b36d bfe17d7dca
Author: Alexey Milovidov <milovidov@yandex-team.ru>
Date: Mon Oct 26 07:42:33 2020 +0300
Merge branch 'master' into sigaltstack
commit 88e846b36d01a121ff50f11d96d42dbf25f1c706
Author: Alexey Milovidov <milovidov@yandex-team.ru>
Date: Mon Oct 26 07:42:22 2020 +0300
Fix build on Mac OS
commit 068235c2d7a92143117f30607eb38d16b5ceb2b1
Author: Alexey Milovidov <milovidov@yandex-team.ru>
Date: Mon Oct 26 05:18:36 2020 +0300
Disable alt stack for sanitizers
commit 1228396effa5d57da4e73820a6f7c0a969f1920c
Merge: 4e2c0ba226 772faeb74f
Author: Alexey Milovidov <milovidov@yandex-team.ru>
Date: Mon Oct 26 05:09:33 2020 +0300
Merge branch 'master' into sigaltstack
commit 4e2c0ba226f29f1aecab837aa2996e71222086f5
Author: Alexey Milovidov <milovidov@yandex-team.ru>
Date: Sun Oct 25 03:10:05 2020 +0300
Provide diagnostics on stack overflow
commit 96a10f3664257100621edb0cb789fe6b04123d66
Author: alesapin <alesapin@gmail.com>
Date: Fri Oct 23 15:19:03 2020 +0300
Update skip_list.json
commit bbc421acb749606fa51efb1629ea2c37bcdea473
Merge: b158a22a4f 6285fd1378
Author: alesapin <alesapin@gmail.com>
Date: Fri Oct 23 13:22:34 2020 +0300
Merge branch 'run_func_tests_in_parallel' of github.com:ClickHouse/ClickHouse into run_func_tests_in_parallel
commit b158a22a4f5743545c0bcabc3536a7d440e54174
Author: alesapin <alesapin@gmail.com>
Date: Fri Oct 23 13:21:40 2020 +0300
Bump CI
commit 483be134b2718211d155f1ef72ce4eeda942c2f0
Merge: 521b07d37a 0082c56b67
Author: hexiaoting <hewenting_ict@163.com>
Date: Fri Oct 23 16:36:17 2020 +0800
Support MergeTree Engine
commit 6285fd13783b1c587da7d7002cd772089d511991
Author: alesapin <alesapin@gmail.com>
Date: Thu Oct 22 17:41:34 2020 +0300
Update skip_list.json
commit d04edef048cb079387301be672b8ba1c35c91e3b
Author: alesapin <alesapin@gmail.com>
Date: Thu Oct 22 10:20:45 2020 +0300
More tests to skip
commit fedf169bb6259dc0b0d94d082a963947376ae3fe
Merge: 96daa31436 0082c56b67
Author: alesapin <alesapin@gmail.com>
Date: Thu Oct 22 10:19:48 2020 +0300
Merge branch 'master' into run_func_tests_in_parallel
commit 96daa31436649261089fdb432389160681a8d03a
Merge: 620c8e3d38 4261455621
Author: alesapin <alesapin@gmail.com>
Date: Wed Oct 21 22:53:18 2020 +0300
Merge branch 'run_func_tests_in_parallel' of github.com:ClickHouse/ClickHouse into run_func_tests_in_parallel
commit 620c8e3d3813a93cc433575a271488c6ae278268
Merge: cc43b002cc 6a57bc8c0b
Author: alesapin <alesapin@gmail.com>
Date: Wed Oct 21 22:52:30 2020 +0300
Merge branch 'master' into run_func_tests_in_parallel
commit 4261455621270c2039c8318492f3ef40e6defb95
Author: alesapin <alesapin@gmail.com>
Date: Wed Oct 21 17:18:48 2020 +0300
Update skip_list.json
commit cc43b002cc4f3c34d70243bb39b846b93700b345
Merge: df4620b7bd c53f59dece
Author: alesapin <alesapin@gmail.com>
Date: Wed Oct 21 12:51:43 2020 +0300
Merge branch 'master' into run_func_tests_in_parallel
commit df4620b7bd38ac87134358696e718c8dc9197457
Merge: 85ca6f7e6a b4f0e08369
Author: alesapin <alesapin@gmail.com>
Date: Tue Oct 20 17:15:56 2020 +0300
Merge branch 'master' into run_func_tests_in_parallel
commit 521b07d37a8393346b914d384c9d02e5ed25b2ae
Author: hexiaoting <hewenting_ict@163.com>
Date: Sun Oct 18 20:40:51 2020 +0800
Fix build error
commit fcd35b06193a251eca24cf0ebf7d16840d9a37df
Merge: db8ba39c9c 6dc5cb166f
Author: hexiaoting <hewenting_ict@163.com>
Date: Sun Oct 18 16:18:13 2020 +0800
Merge branch 'master' into dev_map2
commit db8ba39c9c622d89bf29739757c507ab66376534
Author: hexiaoting <hewenting_ict@163.com>
Date: Sat Oct 17 23:45:35 2020 +0800
Implement Integer And Array for value type
commit 85ca6f7e6a08ee6d6008589059a64e25b8027bf7
Merge: 8f3d6dae2d e89a3b5d09
Author: alesapin <alesapin@gmail.com>
Date: Fri Oct 16 13:43:30 2020 +0300
Merge branch 'master' into run_func_tests_in_parallel
commit 8f3d6dae2d88113e0e5070a5a7589ddd56751c53
Merge: 09bb6e9944 0fa35cdc80
Author: alesapin <alesapin@gmail.com>
Date: Fri Oct 16 10:26:57 2020 +0300
Merge branch 'run_func_tests_in_parallel' of github.com:ClickHouse/ClickHouse into run_func_tests_in_parallel
commit 09bb6e99445883cd4ac41dadd36f47fb21b22358
Merge: 9a235cfb8b 0bb4480fee
Author: alesapin <alesapin@gmail.com>
Date: Fri Oct 16 10:26:33 2020 +0300
Merge branch 'master' into run_func_tests_in_parallel
commit cb9e88efa327da17d9d7a27138c622a689bbb646
Author: hexiaoting <hewenting_ict@163.com>
Date: Wed Oct 14 15:35:22 2020 +0800
Update with fresh master to build sucessfully.
commit 4f3f22198723733feb426f4111ef4a00b6ef8a33
Author: hexiaoting <hewenting_ict@163.com>
Date: Tue Oct 13 15:02:03 2020 +0800
Fix build error
commit 03102fead3fba3d6d26a2c5bc102028082668a1e
Author: hexiaoting <hewenting_ict@163.com>
Date: Sun Oct 11 22:22:54 2020 +0800
Fix style check error.
commit 974352a8e1d6b2f90c9a97b2598fa91daff9b49d
Author: hexiaoting <hewenting_ict@163.com>
Date: Sat Oct 10 18:16:05 2020 +0800
Fix style check errors.
commit cdb4dd57a63c5dc7855ba3eb6d4b471da329f993
Author: hexiaoting <hewenting_ict@163.com>
Date: Sat Oct 10 14:49:03 2020 +0800
Add new DataType Map(key,value)
commit 0fa35cdc8004a4e813405010ae4234d2edcfc8d1
Author: Alexander Tokmakov <avtokmakov@yandex-team.ru>
Date: Tue Oct 13 19:03:25 2020 +0300
use async drop in some tests
commit 9a235cfb8bdff69169fcf7b9ddce669173248f57
Author: alesapin <alesapin@gmail.com>
Date: Tue Oct 13 17:29:24 2020 +0300
Database atomic sync drop detach
commit 7d735b4725f430b19ca57591ff0557207c92771d
Author: alesapin <alesapin@gmail.com>
Date: Tue Oct 13 13:40:00 2020 +0300
Update max_concurrent_queries.xml
commit 2909378bbc8c0de0be303abe7d473869499c77d1
Author: alesapin <alesapin@gmail.com>
Date: Tue Oct 13 09:52:37 2020 +0300
Bump CI
commit 97e89afea7b934d108c90adf10dd0273b7762562
Merge: d75d486029 38c7132c0f
Author: alesapin <alesapin@gmail.com>
Date: Mon Oct 12 22:40:57 2020 +0300
Merge branch 'master' into run_func_tests_in_parallel
commit d75d486029beed8795f46cfe31539ed99afab76c
Author: alesapin <alesapin@gmail.com>
Date: Mon Oct 12 13:20:52 2020 +0300
Update skip_list.json
commit 2a63a619cc5d4be8fd179170def377718d589204
Author: alesapin <alesapin@gmail.com>
Date: Fri Oct 9 22:42:51 2020 +0300
Update skip_list.json
commit e112fbe2a972cfc2b8563f331a7d2287528b5d96
Author: alesapin <alesapin@gmail.com>
Date: Fri Oct 9 14:51:34 2020 +0300
Update skip_list.json
commit cd28dab66624b64466b1c66e6addfcc377e909b7
Merge: 7b3d430149 e6c6930397
Author: alesapin <alesapin@gmail.com>
Date: Fri Oct 9 10:26:40 2020 +0300
Merge branch 'run_func_tests_in_parallel' of github.com:ClickHouse/ClickHouse into run_func_tests_in_parallel
commit 7b3d4301494bd5fd65346c12cfc9dcda1d6e6aa8
Author: alesapin <alesapin@gmail.com>
Date: Fri Oct 9 10:25:50 2020 +0300
Add more tests
commit 2b66180c704100ad9ef551358719b276fbe357c7
Merge: 9982c17814 66b7748b63
Author: alesapin <alesapin@gmail.com>
Date: Fri Oct 9 10:25:35 2020 +0300
Merge branch 'master' into run_func_tests_in_parallel
commit e6c6930397f2987d9c23cea4b1fcb8cf417b538b
Author: alesapin <alesapin@gmail.com>
Date: Wed Oct 7 23:01:03 2020 +0300
Update skip_list.json
commit e7d1d34a605b49d46aee37b0676ad4952399862d
Author: alesapin <alesapin@gmail.com>
Date: Wed Oct 7 12:43:49 2020 +0300
Update skip_list.json
commit d2762624f5abd1ac37e479475f5357a486eb2809
Author: alesapin <alesapin@gmail.com>
Date: Tue Oct 6 22:45:17 2020 +0300
Update skip_list.json
commit 9982c17814c2e705769efc80989b54bf785a4a6e
Author: alesapin <alesapin@gmail.com>
Date: Tue Oct 6 19:02:33 2020 +0300
Skip more
commit 4f6d794816a50feb8cfc897c6c52e7145970e269
Author: alesapin <alesapin@gmail.com>
Date: Tue Oct 6 14:41:35 2020 +0300
Trying 8
commit a5f843976136935b110bde7bb1ebb8ec3a582f68
Author: alesapin <alesapin@gmail.com>
Date: Tue Oct 6 12:18:49 2020 +0300
Trying 12 threads
commit 4330fc0f39232559a69d4cdb91a1c06f36c8cb6d
Merge: a257751924 a49591b250
Author: alesapin <alesapin@gmail.com>
Date: Tue Oct 6 10:26:55 2020 +0300
Merge branch 'master' into run_func_tests_in_parallel
commit a257751924ea4fcbbb9b6eebcb35a39ae8a92f5a
Author: alesapin <alesapin@gmail.com>
Date: Tue Oct 6 10:13:55 2020 +0300
Ignore max concurrent queries in tests
commit 99ea5cca1014aee22bcc31cac14bf3ab6a634eea
Author: alesapin <alesapin@gmail.com>
Date: Mon Oct 5 23:30:14 2020 +0300
Bump
commit 766802ae4d20254c2e2f607620fbb3df0e52d7c3
Author: alesapin <alesapin@gmail.com>
Date: Mon Oct 5 22:34:50 2020 +0300
Bump
commit 2f9a6fe4791fb6efd384aa0ecb902aeb0787748c
Author: alesapin <alesapin@gmail.com>
Date: Mon Oct 5 18:49:40 2020 +0300
More tests to skip
commit b2f2a274c03c5d422b949bd239771ab2cc1bf8c4
Author: alesapin <alesapin@gmail.com>
Date: Mon Oct 5 16:08:39 2020 +0300
One more time
commit 8561a116200704c5b2489c30208209df7834021b
Author: alesapin <alesapin@gmail.com>
Date: Mon Oct 5 12:56:48 2020 +0300
Revert "Better fix"
This reverts commit 0496987c8fe113b3716551cefb37a654597887d2.
commit 0496987c8fe113b3716551cefb37a654597887d2
Author: alesapin <alesapin@gmail.com>
Date: Mon Oct 5 12:56:20 2020 +0300
Better fix
commit 916cef04872af698d0ec7400d10aec9af13e547b
Author: alesapin <alesapin@gmail.com>
Date: Mon Oct 5 12:45:11 2020 +0300
Bump CI
commit edd5a4b9362950cd21b87f65dfc7f0813d0cc29d
Author: alesapin <alesapin@gmail.com>
Date: Mon Oct 5 10:15:08 2020 +0300
Less tests
commit 933999b4aecf8af38dfa06aa12336444dc7c3cb0
Author: alesapin <alesapin@gmail.com>
Date: Sun Oct 4 11:37:11 2020 +0300
less tests
commit 7ccf1cc3162abe1c58e72399a0f61d8e09afd950
Author: alesapin <alesapin@gmail.com>
Date: Sun Oct 4 11:36:34 2020 +0300
Less tests
commit 744eb8a2e4bfb01b954441c2add1ffb5d19e681a
Author: alesapin <alesapin@gmail.com>
Date: Sat Oct 3 16:10:10 2020 +0300
Trying 6
commit 7cef000b7251bf0040500649f69f232bade1d218
Author: alesapin <alesapin@gmail.com>
Date: Sat Oct 3 10:53:02 2020 +0300
More tests to skip
commit 182f5105657956262d6c7ac7fd290698eb91a1fb
Author: alesapin <alesapin@gmail.com>
Date: Fri Oct 2 21:58:11 2020 +0300
Try 8 threads
commit d8f7dce28698e8d869fe8d81083ef1fa2a3a8539
Merge: 626e9a82cf 77c9f7af79
Author: alesapin <alesapin@gmail.com>
Date: Fri Oct 2 21:45:43 2020 +0300
Merge branch 'master' into run_func_tests_in_parallel
commit 5f6bbe896703fa792638d40bfada8b665ebc2c8a
Merge: 32776da69a 9cb3c743bd
Author: Alexander Tokmakov <avtokmakov@yandex-team.ru>
Date: Fri Oct 2 20:14:08 2020 +0300
Merge branch 'master' into allow_atomic_database_inside_materialize_mysql
commit 32776da69a67fa29bad7529d520c7f252ed693c0
Merge: aa5e5013f2 404c199448
Author: Alexander Tokmakov <avtokmakov@yandex-team.ru>
Date: Fri Oct 2 20:09:37 2020 +0300
Merge branch 'master' into allow_atomic_database_inside_materialize_mysql
commit 626e9a82cf88f910e12d9e87eb414456e2f37ecf
Merge: 91ba9c2e5f 7d75866722
Author: alesapin <alesapin@gmail.com>
Date: Fri Oct 2 17:34:20 2020 +0300
Merge branch 'fix_ilike' into run_func_tests_in_parallel
commit 91ba9c2e5fd95338bcd332d5937afe37c9e87838
Merge: 76e37a6406 c0d1416bbd
Author: alesapin <alesapin@gmail.com>
Date: Fri Oct 2 10:44:34 2020 +0300
Merge branch 'master' into run_func_tests_in_parallel
commit 76e37a64064b6a2e13d93057bb11d2e6a7ae89f4
Author: alesapin <alesapin@gmail.com>
Date: Fri Oct 2 10:43:21 2020 +0300
More tests to skip
commit aa5e5013f2be29ec2121740df3120e88a66f45f2
Merge: 1c37ac7c9d bbbe51033d
Author: Alexander Tokmakov <avtokmakov@yandex-team.ru>
Date: Sun Sep 27 14:11:53 2020 +0300
Merge branch 'master' into allow_atomic_database_inside_materialize_mysql
commit 2452b400938868fd1daefb7cf2fe7d5b1061c330
Author: alesapin <alesapin@gmail.com>
Date: Fri Sep 25 22:44:13 2020 +0300
Skip more tests
commit 7c1c548b43f2f1c58c702822da6e903c78df9f9c
Author: alesapin <alesapin@gmail.com>
Date: Fri Sep 25 22:43:35 2020 +0300
Disable more tests
commit 4ee1621ebf0b1169121092802bd84fb0df722a47
Author: alesapin <alesapin@gmail.com>
Date: Fri Sep 25 19:55:05 2020 +0300
Disable all tests with attach
commit 6669b7da2976de14d10579b52f944894732f6b80
Author: alesapin <alesapin@gmail.com>
Date: Fri Sep 25 19:41:09 2020 +0300
More parallel tests
commit bedab199af266e8652b7f202961f149ac2bd98c2
Author: alesapin <alesapin@gmail.com>
Date: Fri Sep 25 16:20:16 2020 +0300
Fix category name
commit 66be1580fdbef72cc63b63a5a5193e1853aa361a
Author: alesapin <alesapin@gmail.com>
Date: Fri Sep 25 16:18:08 2020 +0300
Correctly merge with master
commit 987a46faee2789c62c76b42263214ee4a2137872
Merge: 8e9013561d 8f21c73b76
Author: alesapin <alesapin@gmail.com>
Date: Fri Sep 25 16:16:42 2020 +0300
Merge branch 'master' into run_func_tests_in_parallel
commit 8e9013561d1cd1f98bf042625fbaeba14e62725b
Author: alesapin <alesapin@gmail.com>
Date: Thu Sep 24 17:54:10 2020 +0300
Trying to split tests in sequential and parallel
commit 1c37ac7c9d7bce591b150725d9d3114180376f78
Author: Alexander Tokmakov <avtokmakov@yandex-team.ru>
Date: Thu Sep 17 21:19:02 2020 +0300
fix
commit 41e99cf261719df7977ae8fd62d94abc4aa046f3
Merge: 18e48838bb 9b6c62e82b
Author: Alexander Tokmakov <avtokmakov@yandex-team.ru>
Date: Thu Sep 17 20:28:50 2020 +0300
Merge branch 'master' into allow_atomic_database_inside_materialize_mysql
commit 18e48838bb136c2297fc30d256203e0832a4fa5d
Author: Alexander Tokmakov <avtokmakov@yandex-team.ru>
Date: Tue Sep 15 17:22:20 2020 +0300
fix build
commit 5455068226399a8c1065022ac3ee32608f0a254a
Author: Alexander Tokmakov <avtokmakov@yandex-team.ru>
Date: Tue Sep 15 17:17:30 2020 +0300
try fix flacky test
commit 0ecf8e595f40205259524482aebdcfc0170d8735
Author: Alexander Tokmakov <avtokmakov@yandex-team.ru>
Date: Tue Sep 15 16:30:30 2020 +0300
cleanup code, add test
commit 3671c91c3768dc0f514a514c1b9e8f20493a5fa9
Merge: a812f7eb75 1d8ee50769
Author: Alexander Tokmakov <avtokmakov@yandex-team.ru>
Date: Tue Sep 15 12:43:01 2020 +0300
Merge branch 'master' into allow_atomic_database_inside_materialize_mysql
commit a812f7eb756fe768932c57b55c6ec0a2e0f7c0c6
Author: Alexander Tokmakov <avtokmakov@yandex-team.ru>
Date: Mon Sep 14 22:25:02 2020 +0300
allow using Atomic database inside MaterializeMySQL
2020-12-18 15:52:33 +00:00
global_context . setSettings ( settings ) ;
2019-07-08 02:14:32 +00:00
2017-04-01 07:20:54 +00:00
std : : cerr < < std : : fixed < < std : : setprecision ( 3 ) ;
2017-09-06 20:01:44 +00:00
/// This is needed to receive blocks with columns of AggregateFunction data type
/// (example: when using stage = 'with_mergeable_state')
registerAggregateFunctions ( ) ;
2020-11-10 19:37:44 +00:00
query_processing_stage = QueryProcessingStage : : fromString ( stage ) ;
2018-11-28 14:41:51 +00:00
}
2020-01-21 08:54:26 +00:00
void initialize ( Poco : : Util : : Application & self [[maybe_unused]] ) override
2018-11-28 14:41:51 +00:00
{
std : : string home_path ;
const char * home_path_cstr = getenv ( " HOME " ) ;
if ( home_path_cstr )
home_path = home_path_cstr ;
configReadClient ( config ( ) , home_path ) ;
}
2020-01-21 08:54:26 +00:00
int main ( const std : : vector < std : : string > & ) override
2018-11-28 14:41:51 +00:00
{
2017-04-01 07:20:54 +00:00
if ( ! json_path . empty ( ) & & Poco : : File ( json_path ) . exists ( ) ) /// Clear file with previous results
Poco : : File ( json_path ) . remove ( ) ;
readQueries ( ) ;
2018-11-28 14:41:51 +00:00
runBenchmark ( ) ;
2018-11-28 14:50:02 +00:00
return 0 ;
2017-04-01 07:20:54 +00:00
}
2014-03-10 09:33:18 +00:00
private :
2019-08-05 13:00:27 +00:00
using Entry = ConnectionPool : : Entry ;
using EntryPtr = std : : shared_ptr < Entry > ;
using EntryPtrs = std : : vector < EntryPtr > ;
2017-04-01 07:20:54 +00:00
unsigned concurrency ;
double delay ;
2019-08-05 13:00:27 +00:00
using Query = std : : string ;
2017-04-01 07:20:54 +00:00
using Queries = std : : vector < Query > ;
Queries queries ;
2020-06-19 23:03:13 +00:00
using Queue = ConcurrentBoundedQueue < Query > ;
Queue queue ;
2017-04-01 07:20:54 +00:00
2019-08-21 08:53:41 +00:00
using ConnectionPoolUniq = std : : unique_ptr < ConnectionPool > ;
using ConnectionPoolUniqs = std : : vector < ConnectionPoolUniq > ;
ConnectionPoolUniqs connections ;
2019-08-05 13:00:27 +00:00
2017-04-01 07:20:54 +00:00
bool randomize ;
2019-08-06 10:54:35 +00:00
bool cumulative ;
2017-04-01 07:20:54 +00:00
size_t max_iterations ;
double max_time ;
String json_path ;
2020-02-27 17:21:01 +00:00
size_t confidence ;
2020-12-06 08:53:02 +00:00
String query_id ;
String query_to_execute ;
2020-06-12 18:28:07 +00:00
bool continue_on_errors ;
2020-06-15 16:39:00 +00:00
bool print_stacktrace ;
2020-07-22 05:59:38 +00:00
const Settings & settings ;
2020-04-17 09:47:40 +00:00
SharedContextHolder shared_context ;
2017-06-19 20:31:23 +00:00
Context global_context ;
2017-04-01 07:20:54 +00:00
QueryProcessingStage : : Enum query_processing_stage ;
2020-06-19 23:03:13 +00:00
/// Don't execute new queries after timelimit or SIGINT or exception
std : : atomic < bool > shutdown { false } ;
2018-10-11 18:12:28 +00:00
std : : atomic < size_t > queries_executed { 0 } ;
2017-04-01 07:20:54 +00:00
struct Stats
{
std : : atomic < size_t > queries { 0 } ;
2020-06-19 22:41:15 +00:00
size_t errors = 0 ;
2017-04-01 07:20:54 +00:00
size_t read_rows = 0 ;
size_t read_bytes = 0 ;
size_t result_rows = 0 ;
size_t result_bytes = 0 ;
2019-08-06 10:54:35 +00:00
double work_time = 0 ;
2017-04-01 07:20:54 +00:00
using Sampler = ReservoirSampler < double > ;
Sampler sampler { 1 < < 16 } ;
void add ( double seconds , size_t read_rows_inc , size_t read_bytes_inc , size_t result_rows_inc , size_t result_bytes_inc )
{
+ + queries ;
2019-08-06 10:54:35 +00:00
work_time + = seconds ;
2017-04-01 07:20:54 +00:00
read_rows + = read_rows_inc ;
read_bytes + = read_bytes_inc ;
result_rows + = result_rows_inc ;
result_bytes + = result_bytes_inc ;
sampler . insert ( seconds ) ;
}
void clear ( )
{
queries = 0 ;
2019-08-06 10:54:35 +00:00
work_time = 0 ;
2017-04-01 07:20:54 +00:00
read_rows = 0 ;
read_bytes = 0 ;
result_rows = 0 ;
result_bytes = 0 ;
sampler . clear ( ) ;
}
} ;
2019-08-05 13:00:27 +00:00
using MultiStats = std : : vector < std : : shared_ptr < Stats > > ;
MultiStats comparison_info_per_interval ;
MultiStats comparison_info_total ;
2019-08-28 00:15:08 +00:00
StudentTTest t_test ;
2019-08-05 13:00:27 +00:00
Stopwatch total_watch ;
2017-04-01 07:20:54 +00:00
Stopwatch delay_watch ;
std : : mutex mutex ;
ThreadPool pool ;
void readQueries ( )
{
2020-12-07 08:35:44 +00:00
if ( query_to_execute . empty ( ) )
{
2020-12-06 08:53:02 +00:00
ReadBufferFromFileDescriptor in ( STDIN_FILENO ) ;
2017-04-01 07:20:54 +00:00
2020-12-06 08:53:02 +00:00
while ( ! in . eof ( ) )
{
String query ;
readText ( query , in ) ;
assertChar ( ' \n ' , in ) ;
if ( ! query . empty ( ) )
queries . emplace_back ( std : : move ( query ) ) ;
}
2017-04-01 07:20:54 +00:00
2020-12-06 08:53:02 +00:00
if ( queries . empty ( ) )
throw Exception ( " Empty list of queries. " , ErrorCodes : : EMPTY_DATA_PASSED ) ;
2020-12-07 08:35:44 +00:00
}
else
{
2020-12-06 08:53:02 +00:00
queries . emplace_back ( query_to_execute ) ;
2017-04-01 07:20:54 +00:00
}
std : : cerr < < " Loaded " < < queries . size ( ) < < " queries. \n " ;
}
void printNumberOfQueriesExecuted ( size_t num )
{
std : : cerr < < " \n Queries executed: " < < num ;
if ( queries . size ( ) > 1 )
std : : cerr < < " ( " < < ( num * 100.0 / queries . size ( ) ) < < " %) " ;
std : : cerr < < " . \n " ;
}
/// Try push new query and check cancellation conditions
bool tryPushQueryInteractively ( const String & query , InterruptListener & interrupt_listener )
{
2020-06-19 23:03:13 +00:00
bool inserted = false ;
2017-04-01 07:20:54 +00:00
2020-06-19 23:03:13 +00:00
while ( ! inserted )
2020-06-19 22:41:15 +00:00
{
2020-06-19 23:03:13 +00:00
inserted = queue . tryPush ( query , 100 ) ;
2017-04-01 07:20:54 +00:00
2020-06-19 23:03:13 +00:00
if ( shutdown )
{
/// An exception occurred in a worker
return false ;
}
2017-04-01 07:20:54 +00:00
2020-06-19 23:03:13 +00:00
if ( max_time > 0 & & total_watch . elapsedSeconds ( ) > = max_time )
{
std : : cout < < " Stopping launch of queries. Requested time limit is exhausted. \n " ;
return false ;
}
if ( interrupt_listener . check ( ) )
{
std : : cout < < " Stopping launch of queries. SIGINT received. " < < std : : endl ;
return false ;
}
if ( delay > 0 & & delay_watch . elapsedSeconds ( ) > delay )
{
printNumberOfQueriesExecuted ( queries_executed ) ;
cumulative ? report ( comparison_info_total ) : report ( comparison_info_per_interval ) ;
delay_watch . restart ( ) ;
}
2019-01-04 14:22:34 +00:00
}
2017-04-01 07:20:54 +00:00
return true ;
}
2018-11-28 14:41:51 +00:00
void runBenchmark ( )
2017-04-01 07:20:54 +00:00
{
2017-09-09 23:17:38 +00:00
pcg64 generator ( randomSeed ( ) ) ;
2017-04-01 07:20:54 +00:00
std : : uniform_int_distribution < size_t > distribution ( 0 , queries . size ( ) - 1 ) ;
2019-10-17 14:41:27 +00:00
try
2019-08-05 13:00:27 +00:00
{
2019-10-17 14:41:27 +00:00
for ( size_t i = 0 ; i < concurrency ; + + i )
{
EntryPtrs connection_entries ;
connection_entries . reserve ( connections . size ( ) ) ;
2019-08-05 13:00:27 +00:00
2019-10-17 14:41:27 +00:00
for ( const auto & connection : connections )
connection_entries . emplace_back ( std : : make_shared < Entry > (
connection - > get ( ConnectionTimeouts : : getTCPTimeoutsWithoutFailover ( settings ) ) ) ) ;
2019-08-05 13:00:27 +00:00
2020-05-18 08:08:55 +00:00
pool . scheduleOrThrowOnError ( [ this , connection_entries ] ( ) mutable { thread ( connection_entries ) ; } ) ;
2019-10-17 14:41:27 +00:00
}
}
catch ( . . . )
{
pool . wait ( ) ;
throw ;
2019-08-05 13:00:27 +00:00
}
2017-04-01 07:20:54 +00:00
InterruptListener interrupt_listener ;
delay_watch . restart ( ) ;
/// Push queries into queue
for ( size_t i = 0 ; ! max_iterations | | i < max_iterations ; + + i )
{
size_t query_index = randomize ? distribution ( generator ) : i % queries . size ( ) ;
if ( ! tryPushQueryInteractively ( queries [ query_index ] , interrupt_listener ) )
2018-10-11 18:25:05 +00:00
{
2020-06-19 23:03:13 +00:00
shutdown = true ;
2017-04-01 07:20:54 +00:00
break ;
2018-10-11 18:25:05 +00:00
}
2017-04-01 07:20:54 +00:00
}
pool . wait ( ) ;
2019-08-05 13:00:27 +00:00
total_watch . stop ( ) ;
2017-04-01 07:20:54 +00:00
if ( ! json_path . empty ( ) )
2019-08-05 13:00:27 +00:00
reportJSON ( comparison_info_total , json_path ) ;
2017-04-01 07:20:54 +00:00
2019-08-05 13:00:27 +00:00
printNumberOfQueriesExecuted ( queries_executed ) ;
report ( comparison_info_total ) ;
2017-04-01 07:20:54 +00:00
}
2019-08-05 13:00:27 +00:00
void thread ( EntryPtrs & connection_entries )
2017-04-01 07:20:54 +00:00
{
Query query ;
2019-08-06 13:19:06 +00:00
/// Randomly choosing connection index
pcg64 generator ( randomSeed ( ) ) ;
std : : uniform_int_distribution < size_t > distribution ( 0 , connection_entries . size ( ) - 1 ) ;
2020-06-12 18:28:07 +00:00
/// In these threads we do not accept INT signal.
sigset_t sig_set ;
if ( sigemptyset ( & sig_set )
| | sigaddset ( & sig_set , SIGINT )
| | pthread_sigmask ( SIG_BLOCK , & sig_set , nullptr ) )
2017-04-01 07:20:54 +00:00
{
2020-06-12 18:28:07 +00:00
throwFromErrno ( " Cannot block signal. " , ErrorCodes : : CANNOT_BLOCK_SIGNAL ) ;
}
while ( true )
{
2020-06-19 23:03:13 +00:00
bool extracted = false ;
while ( ! extracted )
2017-04-01 07:20:54 +00:00
{
2020-06-19 23:03:13 +00:00
extracted = queue . tryPop ( query , 100 ) ;
if ( shutdown
| | ( max_iterations & & queries_executed = = max_iterations ) )
{
return ;
}
2020-06-12 18:28:07 +00:00
}
2020-06-19 22:41:15 +00:00
const auto connection_index = distribution ( generator ) ;
2020-06-12 18:28:07 +00:00
try
{
2020-06-19 22:41:15 +00:00
execute ( connection_entries , query , connection_index ) ;
2017-04-01 07:20:54 +00:00
}
2020-06-12 18:28:07 +00:00
catch ( . . . )
{
2020-06-19 23:04:42 +00:00
std : : cerr < < " An error occurred while processing the query ' "
2020-06-19 22:41:15 +00:00
< < query < < " '. \n " ;
2020-06-12 18:28:07 +00:00
if ( ! continue_on_errors )
{
2020-06-19 23:03:13 +00:00
shutdown = true ;
2020-06-12 18:28:07 +00:00
throw ;
}
2020-06-15 14:25:42 +00:00
else
{
2020-06-15 16:39:00 +00:00
std : : cerr < < getCurrentExceptionMessage ( print_stacktrace ,
2020-06-19 22:41:15 +00:00
true /*check embedded stack trace*/ ) < < std : : endl ;
comparison_info_per_interval [ connection_index ] - > errors + + ;
comparison_info_total [ connection_index ] - > errors + + ;
2020-06-15 14:25:42 +00:00
}
2020-06-12 18:28:07 +00:00
}
2020-06-15 14:25:42 +00:00
// Count failed queries toward executed, so that we'd reach
// max_iterations even if every run fails.
+ + queries_executed ;
2017-04-01 07:20:54 +00:00
}
}
2019-08-06 13:19:06 +00:00
void execute ( EntryPtrs & connection_entries , Query & query , size_t connection_index )
2017-04-01 07:20:54 +00:00
{
Stopwatch watch ;
2019-03-02 21:40:40 +00:00
RemoteBlockInputStream stream (
2019-08-05 13:00:27 +00:00
* ( * connection_entries [ connection_index ] ) ,
Squashed commit of the following:
commit 17331d2732d3de57870db222a2dc80441aa6febd
Author: myrrc <me@myrrec.space>
Date: Fri Dec 18 18:51:05 2020 +0300
another fix
commit 61e189d84bff6a32acbe15b3ea9ed92a9cc98890
Author: myrrc <me@myrrec.space>
Date: Fri Dec 18 18:50:05 2020 +0300
another fix
commit cb2ddc7d01c810939cc24781e9511da7cf5d5294
Merge: 0e235d35f8 985876b737
Author: myrrc <me@myrrec.space>
Date: Fri Dec 18 18:49:18 2020 +0300
aMerge branch 'improvement/multiply-decimals-and-floats' of github:myrrc/clickhouse into improvement/multiply-decimals-and-floats
commit 0e235d35f80af6298c5373602c065969474dccfc
Author: myrrc <me@myrrec.space>
Date: Fri Dec 18 18:48:37 2020 +0300
aa
commit 985876b737d8564a2850e54cefa88063c6da2f2d
Author: myrrc <me@myrrec.space>
Date: Fri Dec 18 18:37:00 2020 +0300
another fix
commit e2556659e04c705e370e5ac5c79e06b84d1a27a8
Author: myrrc <me@myrrec.space>
Date: Fri Dec 18 18:28:21 2020 +0300
fix3
commit a19934886028e6a8bf5320f15eea056c5fad3eb5
Author: myrrc <me@myrrec.space>
Date: Fri Dec 18 18:26:58 2020 +0300
fix2
commit fbaa8d3951f4f6056e92ab68adf6647dc2cc5caf
Author: myrrc <me@myrrec.space>
Date: Fri Dec 18 18:24:31 2020 +0300
fix
commit ed6d74b21837532773a3eaf870e3b6abb5547725
Author: myrrc <me@myrrec.space>
Date: Fri Dec 18 18:21:10 2020 +0300
another bad solution
commit 6f1c0b118aea3ba96af3ba1a882c0fa4e6417316
Author: myrrc <me@myrrec.space>
Date: Fri Dec 18 18:17:03 2020 +0300
typo
commit 0dca8562373c495ba9170ecac3bf298df022927e
Author: myrrc <me@myrrec.space>
Date: Fri Dec 18 18:16:38 2020 +0300
solution fix
commit d22d045a59a8e2db0b7bff0f4bd9f11ac48aa48f
Author: myrrc <me@myrrec.space>
Date: Fri Dec 18 18:12:31 2020 +0300
fixed the impl
commit 9d24cafccdaadf9803d02183a5af4a0856b407aa
Author: myrrc <me@myrrec.space>
Date: Fri Dec 18 18:06:24 2020 +0300
added vector mult branch
commit 7611f8d15b13130b2374a5f0025ed5907e77c29e
Author: myrrc <me@myrrec.space>
Date: Fri Dec 18 17:54:48 2020 +0300
compile fix
commit 6b956a2a0dbcf0b80ef976116006d14db60abebe
Author: myrrc <me@myrrec.space>
Date: Fri Dec 18 17:50:16 2020 +0300
possible fix for non-const mult
commit 58ef4c34c070c08a7f9b6cc5fd337b91781f6141
Author: myrrc <me@myrrec.space>
Date: Fri Dec 18 17:44:24 2020 +0300
prep for debug version
commit 3c01cfe630bb24a24d91583d7137d57be49cb5b4
Author: myrrc <me@myrrec.space>
Date: Fri Dec 18 17:34:51 2020 +0300
no scale added
commit fa1f7f40f5875b6e538c9779ae5f4b0258c44c46
Author: myrrc <me@myrrec.space>
Date: Fri Dec 18 17:32:44 2020 +0300
another try
commit 6488846c9200c92629953bde0e6412a83fbdae14
Author: myrrc <me@myrrec.space>
Date: Fri Dec 18 17:23:51 2020 +0300
signature fix
commit bc651b304750d28ca722430ad3b4c433b8ab82eb
Author: myrrc <me@myrrec.space>
Date: Fri Dec 18 17:21:32 2020 +0300
added the suboptimal solution
commit 764d4622886384b5a60229bb2a1c88d5eeac5764
Author: myrrc <me@myrrec.space>
Date: Fri Dec 18 17:16:54 2020 +0300
updated test with possible right values
commit 611d400106040e5099dc47a4b7ec71f807a9f324
Author: myrrc <me@myrrec.space>
Date: Fri Dec 18 17:13:15 2020 +0300
fixed compile error
commit 6c91b3dba0945a0aa40288291c2c93727ff69c59
Author: myrrc <me@myrrec.space>
Date: Fri Dec 18 17:10:37 2020 +0300
added explicit scale calc
commit 1f105145994d55e903a2e0343ddaa2e706a92ff6
Author: myrrc <me@myrrec.space>
Date: Fri Dec 18 17:02:02 2020 +0300
another attempt
commit 07bc3a2a4d26b6be743e511aac4dfddfb343ee97
Author: myrrc <me@myrrec.space>
Date: Fri Dec 18 16:49:00 2020 +0300
reverted the overengineering
commit c4ea410a4da0872035f3ec0a0f57b87aa66999a3
Author: myrrc <me@myrrec.space>
Date: Fri Dec 18 16:45:44 2020 +0300
updated the comments and branches
commit 15f0915ad32913a0032b497acad3367937cf2416
Author: myrrc <me@myrrec.space>
Date: Fri Dec 18 16:35:37 2020 +0300
replaced ternary if
commit 84013d253dff75b1f522ac1756fb8c966a51f88c
Author: myrrc <me@myrrec.space>
Date: Fri Dec 18 16:33:00 2020 +0300
fix: ternary if
commit f34c0500dbd9b3d9af75be1151238cd3668e9b1e
Author: myrrc <me@myrrec.space>
Date: Fri Dec 18 16:29:53 2020 +0300
enlarged the test, updated scales calc
commit d4f8c46210fce2491cd4ad49e41f9e1bf82d0170
Author: myrrc <me@myrrec.space>
Date: Fri Dec 18 16:04:19 2020 +0300
fixed the test
commit 283268c50feefcadfe914a286361d96d4c248f4b
Merge: 5b6143bf2f 6a9397a64b
Author: myrrc <me@myrrec.space>
Date: Fri Dec 18 15:42:39 2020 +0300
Merge branch 'improvement/multiply-decimals-and-floats' of github:myrrc/clickhouse into improvement/multiply-decimals-and-floats
commit 5b6143bf2f3281a9e57f9316cf7c8c313f1b8ee6
Author: myrrc <me@myrrec.space>
Date: Fri Dec 18 15:42:12 2020 +0300
fix style error
commit 05abfb04bde8685588886c75aff415c4d7aad001
Merge: a50e9548fd 26637bd7ee
Author: myrrc <me@myrrec.space>
Date: Fri Dec 18 15:42:01 2020 +0300
Merge remote-tracking branch 'upstream/master' into improvement/multiply-decimals-and-floats
commit 26637bd7ee690fdbe902b4cfd076edb51dadc076
Merge: 0d9519a0a2 911a1cd48f
Author: alesapin <alesapin@gmail.com>
Date: Fri Dec 18 12:41:16 2020 +0300
Merge pull request #17943 from ClickHouse/try_rewrite_writer
Small simplification of MergeTreeDataWriter
commit 0d9519a0a2ca464e752b2593f7b061cb63eca4a4
Merge: 6ee2ada592 e4433157e7
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date: Fri Dec 18 08:08:26 2020 +0300
Merge pull request #17567 from ClickHouse/insert_quorum_parallel-default
Insert quorum parallel by default
commit 6ee2ada592a7015bebeee21320dfb90a58d8a934
Merge: 55604bde47 fb3d235e84
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date: Fri Dec 18 08:07:46 2020 +0300
Merge pull request #18204 from ClickHouse/remove-strerror
Do not use non thread-safe function `strerror`
commit 55604bde47f52e72998a1c3adaf50d4d1e1dfb68
Author: Alexey Milovidov <milovidov@yandex-team.ru>
Date: Fri Dec 18 08:07:09 2020 +0300
Whitespaces
commit c343fa1ae4322f408f9ce42c58539e3a5269df2a
Merge: 6a5ce2eea7 4a1618d0b8
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date: Fri Dec 18 08:03:11 2020 +0300
Merge pull request #18202 from ClickHouse/update-libc-headers-2
Update libc headers
commit 6a5ce2eea7378e2378b54812aa176680b663455a
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date: Fri Dec 18 07:58:56 2020 +0300
Update config.xml
commit 44734a829ea4add9ba88be3844408c1a1484f8e5
Merge: aa7793e38f b4a59aecfe
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date: Fri Dec 18 06:39:35 2020 +0300
Merge pull request #18207 from ClickHouse/better-config
Better config: example ports, security advices
commit b4a59aecfe7a74e74cc8921be5e2d2454fdfc6d7
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date: Fri Dec 18 06:39:21 2020 +0300
Update config.xml
commit aa7793e38f7bdc2de2878787c7f5b0f58675494a
Merge: 8bc9d8ed7e d198f03301
Author: Nikita Mikhaylov <mikhaylovnikitka@gmail.com>
Date: Fri Dec 18 01:54:42 2020 +0300
Merge pull request #18084 from nikitamikhaylov/fix-arcadia-third
Try to fix Arcadia
commit 8bc9d8ed7e7140c66d5da9c56c79aaeb357d89f1
Merge: 6fc3ca8b7b 52ef4289fe
Author: tavplubix <avtokmakov@yandex-team.ru>
Date: Fri Dec 18 01:50:32 2020 +0300
Merge pull request #18198 from ClickHouse/materialize_mysql_optimize_on_insert
Enable optimize_on_insert for MaterializeMySQL
commit 6a9397a64bc7c3d71520d515d917a13ceab476f3
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date: Fri Dec 18 01:35:37 2020 +0300
Update FunctionBinaryArithmetic.h
commit a50e9548fd25eb9783844e181eff44cbc215cd17
Merge: 43348bd708 0462340d8a
Author: myrrc <me@myrrec.space>
Date: Fri Dec 18 01:26:23 2020 +0300
Merge branch 'improvement/multiply-decimals-and-floats' of github:myrrc/clickhouse into improvement/multiply-decimals-and-floats
commit 43348bd7087b7f46b36ec60d4890287d4de78144
Author: myrrc <me@myrrec.space>
Date: Fri Dec 18 01:25:30 2020 +0300
fixed the possible values case
commit 0462340d8a6c02a455b254cd12a6beb4c759c3d0
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date: Fri Dec 18 01:03:25 2020 +0300
Update FunctionBinaryArithmetic.h
commit 5a78eafb0547b53df329c9a2b4fb7d3d1d8d7b6b
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date: Fri Dec 18 00:59:39 2020 +0300
Update FunctionBinaryArithmetic.h
commit 40c702c54a4d676fef6ce22b583a4523c287af2f
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date: Fri Dec 18 00:56:42 2020 +0300
Update multiply.cpp
commit 6fc3ca8b7b42879d36a9dfd1756b9eb772128814
Merge: 8140fbd0fb 0c04a263e5
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date: Fri Dec 18 00:45:27 2020 +0300
Merge pull request #16724 from kitaisreal/added-function-accurate-cast-or-null
Added function accurateCastOrNull, allow different types inside IN subquery
commit 92d8840ae5ae49e95341b9eb39061a455fa6e6d5
Author: Alexey Milovidov <milovidov@yandex-team.ru>
Date: Fri Dec 18 00:31:09 2020 +0300
Better config: example ports, security advices
commit 8140fbd0fb5b177f8d862306fb9dacd2c6254cb2
Merge: 799997db35 aecdd02be4
Author: alesapin <alesapin@gmail.com>
Date: Fri Dec 18 00:22:19 2020 +0300
Merge pull request #18200 from ClickHouse/more_logs_during_quorum
More logs during quorum insert
commit fe1b39625664c7397d7c0f18f650a1a605be2f35
Author: myrrc <me@myrrec.space>
Date: Fri Dec 18 00:14:06 2020 +0300
added test reference
commit bf5e836414f68f49d363708c8d32b0a9f0d576cc
Author: myrrc <me@myrrec.space>
Date: Fri Dec 18 00:03:45 2020 +0300
updated the test
commit 7db7a9ef5b2727196f037af3e5d4f0834fbdc3cf
Author: myrrc <me@myrrec.space>
Date: Thu Dec 17 23:55:59 2020 +0300
added another constexpr branch
commit 205db4fa92a3f9086fc154997a9dc283719aefbb
Author: myrrc <me@myrrec.space>
Date: Thu Dec 17 23:50:59 2020 +0300
fixed the scale bug, added the test (wo reference)
commit b5e6b233eea10c5ba62ea615492f50b7363bf114
Merge: 4f7d019a9e 61d9d213e9
Author: myrrc <me@myrrec.space>
Date: Thu Dec 17 23:20:14 2020 +0300
Merge branch 'improvement/multiply-decimals-and-floats' of github:myrrc/clickhouse into improvement/multiply-decimals-and-floats
commit 4f7d019a9ebd22b06b3607895a2160fb78c41f4a
Author: myrrc <me@myrrec.space>
Date: Thu Dec 17 23:19:57 2020 +0300
Squashed commit of the following:
commit 61d9d213e91f7fbc0381a2ef81b1e941d7fd2506
Author: myrrc <me@myrrec.space>
Date: Thu Dec 17 23:14:02 2020 +0300
fixed another variable init
commit 73f3195fe17610f814453b27c8f4bbd15a54820d
Author: myrrc <me@myrrec.space>
Date: Thu Dec 17 23:12:41 2020 +0300
fixed variable init
commit 488f4ef42e90988667f77ec5b6d7e25fef9a3a03
Author: myrrc <me@myrrec.space>
Date: Thu Dec 17 23:09:33 2020 +0300
fixed compile condition
commit e50af17545827eb9ef657ff7d17c319afb17428e
Author: myrrc <me@myrrec.space>
Date: Thu Dec 17 23:05:10 2020 +0300
fixed template args1
commit f93385dcf01697a3cd5e77d8ef7f5b69aa8c90ac
Author: myrrc <me@myrrec.space>
Date: Thu Dec 17 23:01:29 2020 +0300
replaced lambda with helper function
commit 5974e784c29b54c59b1d84a1cecd1049cbc5e5a5
Author: myrrc <me@myrrec.space>
Date: Thu Dec 17 22:52:52 2020 +0300
added the conversion func
commit 6eecef35a6b09f1d83f5e1c75db8200d4a438fe5
Author: myrrc <me@myrrec.space>
Date: Thu Dec 17 22:35:46 2020 +0300
fixed result type trait
commit 31e3ca16703e06b5ac5cd3bc39631d0dfdaa12cc
Author: myrrc <me@myrrec.space>
Date: Thu Dec 17 22:26:15 2020 +0300
restored type signature
commit 613f4e0f04405a9ce5901f36f82935e32c1ca03b
Author: myrrc <me@myrrec.space>
Date: Thu Dec 17 22:24:09 2020 +0300
removed explicit types
commit 1c52842e835a661a9fb36693a45ff70a1be96633
Author: myrrc <me@myrrec.space>
Date: Thu Dec 17 22:21:23 2020 +0300
simplified the condition
commit c61af32360f95b5cffa8827b77e603fcb7c01740
Author: myrrc <me@myrrec.space>
Date: Thu Dec 17 22:12:12 2020 +0300
fixed const column branch
commit fd1d24c928acdcf8d0009ba975209fc2876ebfd0
Author: myrrc <me@myrrec.space>
Date: Thu Dec 17 22:10:33 2020 +0300
fixed overflow check
commit b428f8fcd88c8bcc29fe3aac86361df672d5d0e4
Author: myrrc <me@myrrec.space>
Date: Thu Dec 17 22:01:04 2020 +0300
fixed scales
commit 39c82fe50cb3652ae1f426650634bb89468023f5
Author: myrrc <me@myrrec.space>
Date: Thu Dec 17 21:52:19 2020 +0300
fixed result type
commit 54887dacbf2a1243e1dc70dee259787141592ab2
Author: myrrc <me@myrrec.space>
Date: Thu Dec 17 21:38:36 2020 +0300
fix scale init
commit 3e9428515c28aa6b9f73fa1a9ff02f7115f913a8
Author: myrrc <me@myrrec.space>
Date: Thu Dec 17 21:36:15 2020 +0300
fix deleted constuctor
commit ea2da764f6bd4e1500adaebfc9794879bf414526
Author: myrrc <me@myrrec.space>
Date: Thu Dec 17 21:33:51 2020 +0300
fixed result data type init
commit 1f67b0ce8d68693262a6e714d5c9f2f40b74c9a1
Author: myrrc <me@myrrec.space>
Date: Thu Dec 17 21:28:51 2020 +0300
reverting if constexpr
commit 494e9066c33c9949d2063f8a63ce1f31120c8805
Author: myrrc <me@myrrec.space>
Date: Thu Dec 17 21:17:38 2020 +0300
fixing first compile bug
commit d24fc58c94e270f48834451f4807aba10fe330fc
Author: myrrc <me@myrrec.space>
Date: Thu Dec 17 21:12:24 2020 +0300
case fix 2
commit 9f217c5df57e6fe8d8ca5d823d4889e39830ffc1
Author: myrrc <me@myrrec.space>
Date: Thu Dec 17 21:11:39 2020 +0300
case fix
commit fa6a1d3b4a70f3217df426934b14de4c6a166e6d
Author: myrrc <me@myrrec.space>
Date: Thu Dec 17 20:55:35 2020 +0300
fix
commit af8a72a45f2162f69c3cc0034af607cc17d288f9
Author: myrrc <me@myrrec.space>
Date: Thu Dec 17 20:16:37 2020 +0300
fix
commit 737d4fc22fd2565e5551b15f6cd96aa419a271cd
Author: myrrc <me@myrrec.space>
Date: Thu Dec 17 19:43:29 2020 +0300
debug fix
commit fcacf5c510c1ea34f3980863c92b34a191523f7d
Author: myrrc <me@myrrec.space>
Date: Thu Dec 17 19:31:54 2020 +0300
another try
commit 49f3b71b5f1c731c98eb0d90421bef968a675e64
Author: myrrc <me@myrrec.space>
Date: Thu Dec 17 18:48:22 2020 +0300
another fix
commit 0d319c8c612285fc249a6aea9382e9aad3b8e7c4
Author: myrrc <me@myrrec.space>
Date: Thu Dec 17 18:47:14 2020 +0300
fix
commit 9d5998fd10812ae4cf6b786dbe11fb947b6ec35b
Author: myrrc <me@myrrec.space>
Date: Thu Dec 17 18:46:01 2020 +0300
added debug info
commit 17d996054ecd77d59246a26b48ff3f2436c17d3a
Author: myrrc <me@myrrec.space>
Date: Wed Dec 16 18:47:24 2020 +0300
style fix
commit 02baaddc13b5cb40f77b44bcc104421030963012
Author: myrrc <me@myrrec.space>
Date: Wed Dec 16 18:20:41 2020 +0300
removed some casts
commit 799997db35856f1a71329bc6a14cc53348b34d1f
Merge: 30c98adde4 832d99515b
Author: alesapin <alesapin@gmail.com>
Date: Thu Dec 17 23:16:58 2020 +0300
Merge pull request #16621 from arenadata/ADQM-148
HDFS configuration and Kerberos Authenticaiton
commit 61d9d213e91f7fbc0381a2ef81b1e941d7fd2506
Author: myrrc <me@myrrec.space>
Date: Thu Dec 17 23:14:02 2020 +0300
fixed another variable init
commit 30c98adde46e6d242d8bc27e075d68c4177c06f1
Author: alesapin <alesapin@gmail.com>
Date: Thu Dec 17 23:13:49 2020 +0300
Fix local variable in clickhouse-test
commit 73f3195fe17610f814453b27c8f4bbd15a54820d
Author: myrrc <me@myrrec.space>
Date: Thu Dec 17 23:12:41 2020 +0300
fixed variable init
commit 488f4ef42e90988667f77ec5b6d7e25fef9a3a03
Author: myrrc <me@myrrec.space>
Date: Thu Dec 17 23:09:33 2020 +0300
fixed compile condition
commit e50af17545827eb9ef657ff7d17c319afb17428e
Author: myrrc <me@myrrec.space>
Date: Thu Dec 17 23:05:10 2020 +0300
fixed template args1
commit f93385dcf01697a3cd5e77d8ef7f5b69aa8c90ac
Author: myrrc <me@myrrec.space>
Date: Thu Dec 17 23:01:29 2020 +0300
replaced lambda with helper function
commit b9c537ac37facaf84ef2beafd933c48027c61cac
Merge: d9125a4822 da18af96a3
Author: Vitaly Baranov <vitbar@yandex-team.ru>
Date: Thu Dec 17 22:59:33 2020 +0300
Merge pull request #18104 from vitlibar/fix-access-rights-for-merge-table-function-2
Fix access rights required for the merge() table function #2.
commit d9125a4822109d2f60f35ee96222c77c73e00ee8
Merge: dbfe50c0c1 72df75fc50
Author: Vitaly Baranov <vitbar@yandex-team.ru>
Date: Thu Dec 17 22:59:09 2020 +0300
Merge pull request #18014 from vitlibar/fix-showing-temporary-tables-in-system-tables
Fix showing temporary tables in system tables
commit 5974e784c29b54c59b1d84a1cecd1049cbc5e5a5
Author: myrrc <me@myrrec.space>
Date: Thu Dec 17 22:52:52 2020 +0300
added the conversion func
commit dbfe50c0c1593f0bf3820cf7e36107c31c12a167
Merge: 82ed528d98 a207e3db75
Author: alesapin <alesapin@gmail.com>
Date: Thu Dec 17 22:52:15 2020 +0300
Merge pull request #18199 from ClickHouse/add_one_more_test_in_util
Add one more case in zk test util
commit 82ed528d980b9b021eafe7ffb94cb7e89f6c0b6f
Merge: f82274a722 fa266790b4
Author: alesapin <alesapin@gmail.com>
Date: Thu Dec 17 22:51:52 2020 +0300
Merge pull request #18191 from ClickHouse/hard_watches_test
Test watches for in-memory zookeeper
commit e4433157e7daf43fb57123818f2f88fa3d72a7bc
Merge: c2b0f9d530 f82274a722
Author: Alexey Milovidov <milovidov@yandex-team.ru>
Date: Thu Dec 17 22:42:32 2020 +0300
Merge branch 'master' into insert_quorum_parallel-default
commit c2b0f9d5306831fca199dcc9275925dcd496461e
Author: Alexey Milovidov <milovidov@yandex-team.ru>
Date: Thu Dec 17 22:42:15 2020 +0300
Update integration test
commit 6eecef35a6b09f1d83f5e1c75db8200d4a438fe5
Author: myrrc <me@myrrec.space>
Date: Thu Dec 17 22:35:46 2020 +0300
fixed result type trait
commit f82274a72297e863e38dc94d636fe2d7bd5f5d57
Merge: e9d97160f4 fd7fe0f84c
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date: Thu Dec 17 22:34:05 2020 +0300
Merge pull request #16527 from kitaisreal/mmap-read-buffer-from-file-descriptor-use-getpagesize
MMapReadBufferFromFileDescriptor use getpagesize
commit e9d97160f4431e5b460ca77c1851146d24981791
Merge: dd78c9dc75 f7f8ff8758
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date: Thu Dec 17 22:28:22 2020 +0300
Merge pull request #16346 from ClickHouse/sigaltstack
Provide diagnostics on stack overflow
commit 31e3ca16703e06b5ac5cd3bc39631d0dfdaa12cc
Author: myrrc <me@myrrec.space>
Date: Thu Dec 17 22:26:15 2020 +0300
restored type signature
commit 613f4e0f04405a9ce5901f36f82935e32c1ca03b
Author: myrrc <me@myrrec.space>
Date: Thu Dec 17 22:24:09 2020 +0300
removed explicit types
commit 1c52842e835a661a9fb36693a45ff70a1be96633
Author: myrrc <me@myrrec.space>
Date: Thu Dec 17 22:21:23 2020 +0300
simplified the condition
commit f7f8ff8758615dcdc923ce45ec327e7f2b1cd29c
Merge: 01d3aef890 dd78c9dc75
Author: Alexey Milovidov <milovidov@yandex-team.ru>
Date: Thu Dec 17 22:16:30 2020 +0300
Merge branch 'master' into sigaltstack
commit c61af32360f95b5cffa8827b77e603fcb7c01740
Author: myrrc <me@myrrec.space>
Date: Thu Dec 17 22:12:12 2020 +0300
fixed const column branch
commit fd1d24c928acdcf8d0009ba975209fc2876ebfd0
Author: myrrc <me@myrrec.space>
Date: Thu Dec 17 22:10:33 2020 +0300
fixed overflow check
commit 0c04a263e539ce530bc7a4ea98f57b2c59f35919
Author: Maksim Kita <kitaetoya@gmail.com>
Date: Thu Dec 17 22:04:26 2020 +0300
Fixed ya.make
commit b428f8fcd88c8bcc29fe3aac86361df672d5d0e4
Author: myrrc <me@myrrec.space>
Date: Thu Dec 17 22:01:04 2020 +0300
fixed scales
commit 39c82fe50cb3652ae1f426650634bb89468023f5
Author: myrrc <me@myrrec.space>
Date: Thu Dec 17 21:52:19 2020 +0300
fixed result type
commit 54887dacbf2a1243e1dc70dee259787141592ab2
Author: myrrc <me@myrrec.space>
Date: Thu Dec 17 21:38:36 2020 +0300
fix scale init
commit 3e9428515c28aa6b9f73fa1a9ff02f7115f913a8
Author: myrrc <me@myrrec.space>
Date: Thu Dec 17 21:36:15 2020 +0300
fix deleted constuctor
commit ea2da764f6bd4e1500adaebfc9794879bf414526
Author: myrrc <me@myrrec.space>
Date: Thu Dec 17 21:33:51 2020 +0300
fixed result data type init
commit 9aaa2f934580122bb3dc84950f6ca84ffa65327b
Author: Maksim Kita <kitaetoya@gmail.com>
Date: Thu Dec 17 21:32:25 2020 +0300
Fixed compilation timeout
commit 1f67b0ce8d68693262a6e714d5c9f2f40b74c9a1
Author: myrrc <me@myrrec.space>
Date: Thu Dec 17 21:28:51 2020 +0300
reverting if constexpr
commit fb3d235e8473d70500bf0e11788a9ec782466f37
Author: Alexey Milovidov <milovidov@yandex-team.ru>
Date: Thu Dec 17 21:08:42 2020 +0300
Do not use strerror
commit 494e9066c33c9949d2063f8a63ce1f31120c8805
Author: myrrc <me@myrrec.space>
Date: Thu Dec 17 21:17:38 2020 +0300
fixing first compile bug
commit d24fc58c94e270f48834451f4807aba10fe330fc
Author: myrrc <me@myrrec.space>
Date: Thu Dec 17 21:12:24 2020 +0300
case fix 2
commit 9f217c5df57e6fe8d8ca5d823d4889e39830ffc1
Author: myrrc <me@myrrec.space>
Date: Thu Dec 17 21:11:39 2020 +0300
case fix
commit fa6a1d3b4a70f3217df426934b14de4c6a166e6d
Author: myrrc <me@myrrec.space>
Date: Thu Dec 17 20:55:35 2020 +0300
fix
commit dd78c9dc75ad684b4cad458a5e87f3e28d3ba775
Merge: a77acd5aa7 b25f126569
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date: Thu Dec 17 20:44:44 2020 +0300
Merge pull request #17566 from ClickHouse/relax-too-many-parts-1
Relax "Too many parts" threshold, part 1
commit 4a1618d0b80b6ec1d692a42a0a96ee92bbf26dbd
Author: Alexey Milovidov <milovidov@yandex-team.ru>
Date: Thu Dec 17 20:25:51 2020 +0300
Update libc headers
commit af8a72a45f2162f69c3cc0034af607cc17d288f9
Author: myrrc <me@myrrec.space>
Date: Thu Dec 17 20:16:37 2020 +0300
fix
commit 737d4fc22fd2565e5551b15f6cd96aa419a271cd
Author: myrrc <me@myrrec.space>
Date: Thu Dec 17 19:43:29 2020 +0300
debug fix
commit fcacf5c510c1ea34f3980863c92b34a191523f7d
Author: myrrc <me@myrrec.space>
Date: Thu Dec 17 19:31:54 2020 +0300
another try
commit a207e3db7555b2984275a55a2116af48ece3af48
Author: alesapin <alesapin@gmail.com>
Date: Thu Dec 17 19:21:46 2020 +0300
Fix bad sleep
commit aecdd02be4880b262fa7d4e1cf2e6b28027c4e59
Author: alesapin <alesapin@gmail.com>
Date: Thu Dec 17 19:14:42 2020 +0300
Better message
commit f45993cd1e4bd651b25ce73cfab1d75b775690ed
Author: alesapin <alesapin@gmail.com>
Date: Thu Dec 17 19:13:01 2020 +0300
More logs during quorum insert
commit 49f3b71b5f1c731c98eb0d90421bef968a675e64
Author: myrrc <me@myrrec.space>
Date: Thu Dec 17 18:48:22 2020 +0300
another fix
commit 0d319c8c612285fc249a6aea9382e9aad3b8e7c4
Author: myrrc <me@myrrec.space>
Date: Thu Dec 17 18:47:14 2020 +0300
fix
commit d198f033017dc5da327855eba62acb2657bd69cb
Author: nikitamikhaylov <mikhaylovnikitka@gmail.com>
Date: Thu Dec 17 18:46:26 2020 +0300
suppress warnings
commit 9d5998fd10812ae4cf6b786dbe11fb947b6ec35b
Author: myrrc <me@myrrec.space>
Date: Thu Dec 17 18:46:01 2020 +0300
added debug info
commit a77acd5aa753b154e475b7c6706274fbae9db8df
Author: Anton Popov <pad11rus@gmail.com>
Date: Thu Dec 17 18:12:24 2020 +0300
Fix flaky test
commit e80b93939f451202e579624602ef3ec8ac596a07
Author: alesapin <alesapin@gmail.com>
Date: Thu Dec 17 18:09:09 2020 +0300
Add one more case in zk test uti
commit cb91d64fe7a9ba589faf52a384da9f0c10392953
Author: hexiaoting <hewenting_ict@163.com>
Date: Thu Dec 17 22:16:14 2020 +0800
Add new feature: limit length and offset setting (#17633)
Co-authored-by: Alexander Kazakov <Akazz@users.noreply.github.com>
commit 52ef4289feca44bdd75a188c6fa558842ce6203a
Author: Alexander Tokmakov <avtokmakov@yandex-team.ru>
Date: Thu Dec 17 16:05:38 2020 +0300
enable optimize_on_insert for MaterializeMySQL
commit 0f3582883c3b1b75ef96dda9ceed5c4b2e7897d1
Merge: d302685e72 8f49946a72
Author: Nikita Mikhaylov <mikhaylovnikitka@gmail.com>
Date: Thu Dec 17 15:44:55 2020 +0300
Merge pull request #18147 from kitaisreal/array-aggregation-big-integer-types-support
Added array aggregation big integer types support
commit d302685e726b6960b31f1df29d4f01cd5656b907
Merge: 7e73b6acd8 3e07094364
Author: Nikita Mikhaylov <mikhaylovnikitka@gmail.com>
Date: Thu Dec 17 15:12:05 2020 +0300
Merge pull request #18172 from nikitamikhaylov/julian-day-msan
toModifiedJulianDayOrNull msan fix
commit 3e070943644630c3297d67c878b39b5e000c60a9
Author: nikitamikhaylov <mikhaylovnikitka@gmail.com>
Date: Thu Dec 17 15:11:32 2020 +0300
style
commit fa266790b42671f9b9f55354cf72c7a76498c534
Author: alesapin <alesapin@gmail.com>
Date: Thu Dec 17 14:29:29 2020 +0300
Better test
commit 7e73b6acd874e47e3724716a8707a2b0386c70bf
Merge: d82c23d5cf 294e8bbb4e
Author: tavplubix <avtokmakov@yandex-team.ru>
Date: Thu Dec 17 14:26:51 2020 +0300
Merge pull request #17642 from filimonov/detach-permanently
DETACH TABLE PERMANENTLY
commit b6bd84df844e3c0760847fcbe040a72eb284d61c
Author: alesapin <alesapin@gmail.com>
Date: Thu Dec 17 14:25:59 2020 +0300
One more test for watches
commit d82c23d5cf8ab49905212b0699bd43a2668fbd81
Merge: 10449695bc c6ac831d4e
Author: Kruglov Pavel <48961922+Avogar@users.noreply.github.com>
Date: Thu Dec 17 14:00:05 2020 +0300
Merge pull request #16853 from amosbird/ss
Add -SimpleState combinator
commit 911a1cd48f66ba270d91b1fa8b1e3abb5b435b03
Author: alesapin <alesapin@gmail.com>
Date: Thu Dec 17 13:25:31 2020 +0300
Suppress gdb warning
commit da18af96a33765a74cf5f762ff5d2a3623e0510b
Author: Vitaly Baranov <vitbar@yandex-team.ru>
Date: Thu Dec 10 23:16:53 2020 +0300
Fix access rights required for the merge() table function.
commit fd7fe0f84cc53de082c530c9e133e06dd6dccff7
Author: Maksim Kita <kitaetoya@gmail.com>
Date: Thu Dec 17 12:10:46 2020 +0300
Updated ya.make
commit 832d99515b4f4d68a3121579dbdeec153900af51
Author: Ilya Golshtein <gie@arenadata.io>
Date: Thu Dec 17 12:05:49 2020 +0300
tag for yandex/clickhouse-kerberized-hadoop
commit 72df75fc50877eee367ece609c602a9af518374f
Author: Vitaly Baranov <vitbar@yandex-team.ru>
Date: Fri Dec 11 23:48:27 2020 +0300
Add tests.
commit af3ccb49f1e917d0f703dc9ba7102c2a6a18e29e
Author: Vitaly Baranov <vitbar@yandex-team.ru>
Date: Fri Dec 11 22:44:18 2020 +0300
Show create query for temporary tables in system.tables
commit ede755d3bced701606b048ae7d4983c1451a3f69
Author: Vitaly Baranov <vitbar@yandex-team.ru>
Date: Fri Dec 11 23:32:57 2020 +0300
Show temporary tables in system.columns as tables with empty database.
commit d7a3cc8c909a6d35737968ea16b3fad2ee92190b
Author: Vitaly Baranov <vitbar@yandex-team.ru>
Date: Fri Dec 11 22:42:14 2020 +0300
Don't show the "_temporary_and_external_tables" database in system tables
system.databases, system.tables, system.columns.
commit b74e7accf15c7fe3880827ce9103a650da3c942c
Author: alesapin <alesapin@gmail.com>
Date: Thu Dec 17 11:17:39 2020 +0300
Review fixes
commit f2957d6f0545ce4aeb023bb7b71a0a49d2e888ad
Merge: 1bd2f49fb5 10449695bc
Author: alesapin <alesapin@gmail.com>
Date: Thu Dec 17 10:40:25 2020 +0300
Merge branch 'master' into try_rewrite_writer
commit 10449695bc0f9dbed35b1e00303f86867d4861ce
Author: Nikolai Kochetov <nik-kochetov@yandex-team.ru>
Date: Thu Dec 17 10:32:11 2020 +0300
Update boost.
commit c91c5d0a686c5bfbb883318428b9c0d2c3091985
Author: Nikolai Kochetov <nik-kochetov@yandex-team.ru>
Date: Thu Dec 17 10:29:47 2020 +0300
Update boost.
commit 66228f405456b74488fdb54d2fb79af9e26af567
Merge: bc0186eede 1f3702ff9e
Author: alesapin <alesapin@gmail.com>
Date: Thu Dec 17 10:15:30 2020 +0300
Merge pull request #18065 from ClickHouse/fix_watch_race_testkeeper
Remove dead list watches from TestKeeperStorage
commit bc0186eede039b4c6ebe407fd427806f5bd6b28d
Merge: 81c00a4e94 6c8f844442
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date: Thu Dec 17 07:19:04 2020 +0300
Merge pull request #18168 from ClickHouse/unknown_function_better_exception
Better exception message for unknown function
commit 81c00a4e94c2fc3017263aa0f6e0d4cddf219b2c
Merge: b159e15b1b 76e73e4e8b
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date: Thu Dec 17 07:18:53 2020 +0300
Merge pull request #18167 from ClickHouse/fix_checking_profile_settings_constraints
Fix `Unknown setting profile` error on attempt to set settings profile
commit 01d3aef89096564bf399efc8b8616fe7b3a9a48d
Author: Alexey Milovidov <milovidov@yandex-team.ru>
Date: Thu Dec 17 05:53:43 2020 +0300
Disable trap back
commit b159e15b1b544de418344d78fe15cc856f902b4a
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date: Thu Dec 17 05:50:04 2020 +0300
Update easy_tasks_sorted_ru.md
commit 22363f6086a31f2cf7ea397b81f424a395ce23ce
Author: nikitamikhaylov <mikhaylovnikitka@gmail.com>
Date: Thu Dec 17 05:29:27 2020 +0300
better
commit db362e4585ae9de6c189fc8a3ea2bca7dcb5c192
Author: nikitamikhaylov <mikhaylovnikitka@gmail.com>
Date: Thu Dec 17 05:20:56 2020 +0300
done
commit 4e8978e02222a2810a3e698f4203f2d12931c08e
Author: Alexey Milovidov <milovidov@yandex-team.ru>
Date: Thu Dec 17 05:21:27 2020 +0300
Merge with master
commit 7f280bef37226f9d8dbd2873bde368206aecfb7d
Merge: 2e232bad74 16e524e0de
Author: Alexey Milovidov <milovidov@yandex-team.ru>
Date: Thu Dec 17 05:09:10 2020 +0300
Merge branch 'master' into sigaltstack
commit 7abc58526ab64ff98f13d1906c36547bdaf04da9
Author: Alexey Milovidov <milovidov@yandex-team.ru>
Date: Thu Dec 17 04:55:07 2020 +0300
Update test
commit 6a7c73a7bdc931d1a7f98fe543efab0970ca4dae
Merge: f46eb6f2be 16e524e0de
Author: Alexey Milovidov <milovidov@yandex-team.ru>
Date: Thu Dec 17 04:54:17 2020 +0300
Merge branch 'master' into insert_quorum_parallel-default
commit b25f126569e4870cdfcc6cba4858122ba5edd6b7
Author: Alexey Milovidov <milovidov@yandex-team.ru>
Date: Thu Dec 17 04:52:27 2020 +0300
Added a test
commit 9a017b77df614a2618f9ffcd706b77f970ce582d
Merge: 2e6bedce91 16e524e0de
Author: Alexey Milovidov <milovidov@yandex-team.ru>
Date: Thu Dec 17 04:40:39 2020 +0300
Merge branch 'master' into relax-too-many-parts-1
commit d2653f91e1bbaec641c832a9764948abf3d24cf7
Merge: 792d8981ab 4edbb42ba1
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date: Thu Dec 17 03:40:13 2020 +0300
Merge pull request #18112 from GrigoryPervakov/join_set_s3
Use IDisk in Set and Join storages
commit 792d8981ab74a58f2a909a143276ed6ef2ed8dac
Merge: 37da513c36 60b916fe0b
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date: Thu Dec 17 03:36:07 2020 +0300
Merge pull request #18115 from AnaUvarova/ana-uvarova-DOCSUP-2030-rus-faq-order
DOCSUP-2030 Rus FAQ order
commit 37da513c3619d14ea87c307beae3179ce0f2bc38
Merge: 484f20f77d d96ca3fb8d
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date: Thu Dec 17 03:35:19 2020 +0300
Merge pull request #18136 from taiyang-li/explain_ast_nonselect_query
Explain ast support nonselect querys
commit 484f20f77d0eb6d96e312f434b4a63f8ef16d909
Merge: 908784a0d9 849db47f8a
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date: Thu Dec 17 03:34:39 2020 +0300
Merge pull request #18140 from ClickHouse/fix_flaky_test
Trying to fix 00620_optimize_on_nonleader_test
commit 908784a0d982e3e09bab3876498d3047222f2f76
Merge: 2e2cc6d344 8139bab240
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date: Thu Dec 17 03:32:10 2020 +0300
Merge pull request #18148 from ClickHouse/suppress_error_in_test
Suppress error in 00993_system_parts_race_condition_drop_zookeeper
commit 71bd7e55d30d6aabf9cdf7607b828d60b8d82ae9
Author: nikitamikhaylov <mikhaylovnikitka@gmail.com>
Date: Thu Dec 17 03:15:13 2020 +0300
Bump
commit 2e2cc6d344d4615b691c4c330bb5b7ff909e1ab9
Merge: a999850378 2413e82e96
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date: Thu Dec 17 01:19:08 2020 +0300
Merge pull request #18141 from staticor/patch-5
Update misc.md
commit d70f58a98f8cf1b325823dd6c366120ce77090d8
Author: nikitamikhaylov <mikhaylovnikitka@gmail.com>
Date: Thu Dec 17 00:52:04 2020 +0300
remove ryu
commit 6c8f844442102da23fb7e4cd5b7fdddb92f8cef9
Author: Alexander Tokmakov <avtokmakov@yandex-team.ru>
Date: Thu Dec 17 00:42:14 2020 +0300
better exception message for unknown function
commit 685099af7f530b75772cee40d9c3c25579a30eec
Author: Maksim Kita <kitaetoya@gmail.com>
Date: Thu Dec 17 00:23:41 2020 +0300
Move getPageSize in common
commit 8f49946a72b2bc9766896c732f34dce5b10db5aa
Author: Maksim Kita <kitaetoya@gmail.com>
Date: Thu Dec 17 00:21:44 2020 +0300
Reused Result type
commit 4b32bb323ac71948728892e275a83d0f7e55b5cc
Author: Maksim Kita <kitaetoya@gmail.com>
Date: Thu Dec 17 00:04:03 2020 +0300
Fixed style issues
commit 76e73e4e8b466706b0ddc3ff337b4427e0c569ff
Author: Alexander Tokmakov <avtokmakov@yandex-team.ru>
Date: Wed Dec 16 23:49:56 2020 +0300
fix 'Unknown setting profile' error
commit 5a096a75b8f4e903970d5078447680e0c2b43aef
Author: Maksim Kita <kitaetoya@gmail.com>
Date: Wed Dec 16 23:10:40 2020 +0300
Fixed issues with average
commit 1f3702ff9eac498dec5472680e1d75ab423cf502
Merge: 422467628a a999850378
Author: alesapin <alesapin@gmail.com>
Date: Wed Dec 16 23:03:07 2020 +0300
Merge branch 'master' into fix_watch_race_testkeeper
commit a999850378b01ffe6bc6378df4002ace98bae89a
Merge: 521e3fc4ae dbbe761fa1
Author: alesapin <alesapin@gmail.com>
Date: Wed Dec 16 22:05:16 2020 +0300
Merge pull request #18130 from ClickHouse/fix_remove_column_ttl
Fix remove TTL for column
commit 521e3fc4ae26dd56cda52bd52bef7fed9a9c9df4
Merge: 170cd132da 153610b2c3
Author: Ilya Yatsishin <2159081+qoega@users.noreply.github.com>
Date: Wed Dec 16 21:43:32 2020 +0300
Merge pull request #17910 from sevirov/sevirov-DOCSUP-4919-document_replication_queue_system_table
DOCSUP-4919: Document the system.replication_queue system table
commit 60b916fe0b72509a0151eb5fd2c0556db34a0257
Author: ana-uvarova <ana-uvarova@yandex-team.ru>
Date: Wed Dec 16 21:24:06 2020 +0300
polishing links
commit 23270915d37a05491cfae7ed5b170501349524fb
Author: nikitamikhaylov <mikhaylovnikitka@gmail.com>
Date: Wed Dec 16 21:03:39 2020 +0300
better
commit 170cd132da9350d30cac224a937098b5cbf0e2b1
Merge: b8250882ac 95c35b318e
Author: Alexander Kuzmenkov <36882414+akuzm@users.noreply.github.com>
Date: Wed Dec 16 20:49:43 2020 +0300
Merge pull request #18113 from azat/tld-list-symlink-fix
Avoid using symlinks for top_level_domains
commit b8250882ac371cff376cf0b3d46126510ad1ee3c
Merge: 16e524e0de a7933ddf31
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date: Wed Dec 16 20:35:18 2020 +0300
Merge pull request #18056 from zhangjmruc/master
Fix issue #17160 by adding show settings like '...'
commit 294e8bbb4e74532af994d0118217ee5c4e4e18f0
Author: Mikhail Filimonov <mfilimonov@altinity.com>
Date: Wed Dec 16 18:16:47 2020 +0100
Fix2
commit d96ca3fb8da73ad973c7d701a0e0250b89991d35
Author: Nikolai Kochetov <nik-kochetov@yandex-team.ru>
Date: Wed Dec 16 20:11:32 2020 +0300
Fixing build.
commit 16e524e0de74c0be2a6ebfe7b94e629f0e3502d0
Author: Alexey Milovidov <milovidov@yandex-team.ru>
Date: Wed Dec 16 19:58:00 2020 +0300
Remove outdated info from the docs
commit 422467628a1d3972d7b43117746c26e645cbf528
Merge: b347fa322c d873439846
Author: alesapin <alesapin@gmail.com>
Date: Wed Dec 16 19:45:57 2020 +0300
Merge branch 'master' into fix_watch_race_testkeeper
commit d873439846b576cf884df01a9b23e513a918568e
Merge: d30099fd78 9ad2a76d51
Author: alesapin <alesapin@gmail.com>
Date: Wed Dec 16 19:29:32 2020 +0300
Merge pull request #15236 from ClickHouse/run_func_tests_in_parallel
Collect list of non-parallel test
commit 8139bab240d2a94095707254d6a62e18910597ab
Author: alesapin <alesapin@gmail.com>
Date: Wed Dec 16 19:12:57 2020 +0300
More relaxed check
commit 9cc6fec36cf9b704858bfdf6dc06794a6813bda7
Author: alesapin <alesapin@gmail.com>
Date: Wed Dec 16 19:10:46 2020 +0300
Supress error in 00993_system_parts_race_condition_drop_zookeeper
commit 80dbbc7e58b372f7455419b726e558a63177e936
Author: Maksim Kita <kitaetoya@gmail.com>
Date: Wed Dec 16 18:59:53 2020 +0300
Style check fix
commit b82770c2ad8ef58b89aeea2b4ac4e22e2305e07c
Author: Maksim Kita <kitaetoya@gmail.com>
Date: Wed Dec 16 18:47:30 2020 +0300
Added array aggregation big integer types support
commit 17d996054ecd77d59246a26b48ff3f2436c17d3a
Author: myrrc <me@myrrec.space>
Date: Wed Dec 16 18:47:24 2020 +0300
style fix
commit 50c29d9ed007e744718725f8a1bfe94037723725
Author: nikitamikhaylov <mikhaylovnikitka@gmail.com>
Date: Wed Dec 16 18:34:29 2020 +0300
better
commit d30099fd78164498432cfcf3c2917d506d4a4f2c
Merge: d046164049 44d2194326
Author: Nikolai Kochetov <KochetovNicolai@users.noreply.github.com>
Date: Wed Dec 16 18:23:45 2020 +0300
Merge pull request #18132 from ClickHouse/try-fix-mysql-integration-test
Try fix integration tests.
commit d04616404937d55915faf7e38599fa3f31400776
Merge: b1dc8074ef 69ed3d1cb5
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date: Wed Dec 16 18:22:38 2020 +0300
Merge pull request #18128 from ClickHouse/boringssl-krb5-2
Port Kerberos to BoringSSL
commit 02baaddc13b5cb40f77b44bcc104421030963012
Author: myrrc <me@myrrec.space>
Date: Wed Dec 16 18:20:41 2020 +0300
removed some casts
commit f143a37693027395c873eab0e53085569508c5e1
Author: myrrc <me@myrrec.space>
Date: Wed Dec 16 18:11:26 2020 +0300
simplified case to multiply only
commit f14cafee51ad974d7de3f3ab775345310976c99d
Author: Mikhail Filimonov <mfilimonov@altinity.com>
Date: Wed Dec 16 16:06:43 2020 +0100
Fix tests
commit d7145a5ee15fa81b64c3204a75e66d40ed70267b
Author: myrrc <me@myrrec.space>
Date: Wed Dec 16 18:01:18 2020 +0300
working
commit 484e6e7de4d1d1d4f95002bd4193ae4925a4fdcf
Author: Maksim Kita <kitaetoya@gmail.com>
Date: Wed Dec 16 17:38:17 2020 +0300
Removed getPageSize from small files
commit 849db47f8adf9423e14a79e414f8a9b05c24088b
Author: alesapin <alesapin@gmail.com>
Date: Wed Dec 16 17:31:17 2020 +0300
Better exception messages
commit b1dc8074efbc000c1509d9f2210a5343fabb77ce
Merge: d99792e614 45361f752c
Author: Anton Popov <pad11rus@gmail.com>
Date: Wed Dec 16 16:58:02 2020 +0300
Merge pull request #17829 from CurtizJ/merging-map
Merging data type Map #15806
commit 74ee36bdb8f40bc306323c139b6d0119839fe61b
Author: ana-uvarova <ana-uvarova@yandex-team.ru>
Date: Wed Dec 16 16:39:14 2020 +0300
done
commit 2413e82e9639faf90e40ad7e9f5e757db20326ae
Author: Steve-金勇 <staticor@me.com>
Date: Wed Dec 16 21:35:55 2020 +0800
Update misc.md
Update translation by machine, and improve document more human-readable.
commit c15f5fba3b2547b9c0a8d6b6c8eff6692e53738c
Author: alesapin <alesapin@gmail.com>
Date: Wed Dec 16 16:16:24 2020 +0300
Fix 00620_optimize_on_nonleader_test
commit b347fa322c1c19ddc3db53be4976ce13d4ceea2f
Author: alesapin <alesapin@gmail.com>
Date: Wed Dec 16 15:58:00 2020 +0300
Trying to fix races one more time
commit 5521abba1e18497c47e4d1626ce4c7a4c66b9898
Author: nikitamikhaylov <mikhaylovnikitka@gmail.com>
Date: Wed Dec 16 15:57:42 2020 +0300
fix boost
commit c906b1ca769679af8bf8f0ed1db8fd80877fa416
Author: myrrc <me@myrrec.space>
Date: Wed Dec 16 15:21:23 2020 +0300
added the initial solution
commit 4edbb42ba14ad7fd9bf757c1bec946f8b4f72e08
Author: Pervakov Grigorii <pervakovg@yandex-team.ru>
Date: Tue Dec 15 19:45:13 2020 +0300
Use IDisk in Set and Join storages
commit 0a2bda002d7d94ed2931aafb1d17a6a72a5f3d44
Author: nikitamikhaylov <mikhaylovnikitka@gmail.com>
Date: Wed Dec 16 14:46:58 2020 +0300
remove last commit
commit 61c1db38234f5b84bed5815d8cf6b7890863b6dc
Author: nikitamikhaylov <mikhaylovnikitka@gmail.com>
Date: Wed Dec 16 14:45:40 2020 +0300
skip test
commit bcd6fc1c88f334674c97a4f1fbaa7c8877893041
Author: nikitamikhaylov <mikhaylovnikitka@gmail.com>
Date: Wed Dec 16 02:53:25 2020 +0300
better
commit 18d52dbc63b40784e70e57ce980b9252c37b932d
Author: nikitamikhaylov <mikhaylovnikitka@gmail.com>
Date: Wed Dec 16 02:30:35 2020 +0300
better
commit 20aaf48e38db2ba399ebb61aa004fcad4ffdb7bd
Author: nikitamikhaylov <mikhaylovnikitka@gmail.com>
Date: Tue Dec 15 22:56:47 2020 +0300
pragmas
commit 5c4e1d1db54d81acdbfa4843f81c3ffbf8ecae52
Author: nikitamikhaylov <mikhaylovnikitka@gmail.com>
Date: Tue Dec 15 20:53:10 2020 +0300
better
commit 3288f1fd0cb3bbf7b316deb929b0e797d0173b4b
Author: nikitamikhaylov <mikhaylovnikitka@gmail.com>
Date: Tue Dec 15 16:00:40 2020 +0300
ya make
commit c3a6499f6df3e50178c301e2627147f2ec4cc723
Author: nikitamikhaylov <mikhaylovnikitka@gmail.com>
Date: Tue Dec 15 14:48:24 2020 +0300
fix ya.make
commit 4ccdb3ca208a90963464b911b371aab0ed47c53b
Author: nikitamikhaylov <mikhaylovnikitka@gmail.com>
Date: Tue Dec 15 06:07:43 2020 +0300
done
commit a5a33f1963aa0ab18e7784f2891d692171f3e023
Author: Ilya Golshtein <gie@arenadata.io>
Date: Tue Dec 15 14:52:10 2020 +0300
rpm rebuilddb and yum update in kerberized_hadoop/Dockerfile
commit 39877b1a6fda55fede6aa69c59cecb4496cdd539
Author: Ilya Golshtein <gie@arenadata.io>
Date: Tue Dec 15 12:46:02 2020 +0300
yum clean all in kerberized_hadoop/Dockerfile
commit a4dad0acb7f326e526a91a81bad4ef6072fc10ff
Author: Ilya Golshtein <gie@arenadata.io>
Date: Mon Dec 14 21:35:13 2020 +0300
CentOS 6 became too old
commit 09d1e896741dfd57d1ad5d56805742b8b98d922a
Author: Ilya Golshtein <gie@arenadata.io>
Date: Mon Dec 14 15:07:05 2020 +0300
yandex/clickhouse-kerberized-hadoop + missed header
commit 407565b47f77bc8265bf3fa43ddfe365605d1c2d
Author: Ilya Golshtein <gie@arenadata.io>
Date: Fri Dec 11 12:16:58 2020 +0300
fix - wrong error code
commit 9701d6a2d5fd1db05449f95fc5d2a12573ca488f
Author: Ilya Golshtein <gie@arenadata.io>
Date: Fri Dec 11 00:52:05 2020 +0300
style fix per code review, doc improvement, params consistency check
commit 815856bc3d24bf553cadfce5333710d808066fc5
Author: Ilya Golshtein <gie@arenadata.io>
Date: Sat Nov 28 01:17:05 2020 +0300
pass config, not context to createHDFSBuilder
commit fc0a1af2141199af5315cf7453bda16dc089d45a
Author: Ilya Golshtein <gie@arenadata.io>
Date: Thu Nov 19 00:08:17 2020 +0300
doc minor changes, cleanup, krb5-user as a recommended package
commit 7e9781485900af0240af7eabf69d7f2b537d4a78
Author: Ilya Golshtein <gie@arenadata.io>
Date: Fri Oct 30 22:40:16 2020 +0300
cleanup, fixes, new submodules, ShellCommand, WriteBufferFromString
commit d1d657335b62bedaf4dba7075a35131aafd1df82
Author: Ilya Golshtein <gie@arenadata.io>
Date: Thu Oct 29 23:40:47 2020 +0300
USE_INTERNAL_HDFS3_LIBRARY + bash lint
commit d9166a0645981bbf6c79f109b2916ae86eea0e8a
Author: Ilya Golshtein <gie@arenadata.io>
Date: Mon Sep 28 20:20:04 2020 +0300
HADOOP_SECURE_DN_USER way, kinit thread, docker capabilities
commit eb10948ca2c928f8b10a3676162210722962db2d
Author: Ilya Golshtein <gie@arenadata.io>
Date: Thu Sep 10 13:02:46 2020 +0300
kerberized_hdfs cluster started
commit 185ac744b1f67cfde0d7151556cc9309c1b98b46
Author: Ilya Golshtein <gie@arenadata.io>
Date: Wed Sep 9 15:13:20 2020 +0300
kerberized hdfs compiled
commit 7d23451e8126bb9cf19f05b56b2325a76fc19b14
Author: Maksim Kita <kitaetoya@gmail.com>
Date: Sat Oct 31 00:24:16 2020 +0300
Replaced usages of 4096 constant with getPageSize
commit dbb2fbcdd54197c7689f4a5670b2834d8c24bb17
Author: Maksim Kita <kitaetoya@gmail.com>
Date: Thu Oct 29 22:52:12 2020 +0300
Unified usages of getPageSize
1. Introduced getPageSize function.
2. Replaced usages of getpagesize with getPageSize function.
3. Replaced usages of sysconf(_SG_PAGESIZE) with getPageSize function.
commit 058fbd52223af7c78dac4468d5d964cc865bef50
Author: Maksim Kita <kitaetoya@gmail.com>
Date: Thu Oct 29 21:49:44 2020 +0300
MMapReadBufferFromFileDescriptor use getpagesize
commit dbbe761fa10d088eb73c962e727b88f1006ace3a
Author: alesapin <alesapin@gmail.com>
Date: Wed Dec 16 13:23:11 2020 +0300
Fix test
commit cd7827f70c65b7c9042b9a722aed77b4ee3dd50b
Author: taiyang-li <taiyang_li@163.com>
Date: Wed Dec 16 18:00:21 2020 +0800
explain ast support nonselect queries
commit ea4d11cb73bef08653858207e0be5e84cde69ddf
Author: alesapin <alesapin@gmail.com>
Date: Wed Dec 16 13:04:46 2020 +0300
Wait for connections to special servers
commit 44d2194326804a36163a25c6e967b27a96cf279c
Author: Nikolai Kochetov <nik-kochetov@yandex-team.ru>
Date: Wed Dec 16 11:52:04 2020 +0300
Try fix integration tests.
commit 54aeb8fcff0fb50365748f33a2129aee75ee6789
Merge: 2a4a6b22b1 d99792e614
Author: alesapin <alesapin@gmail.com>
Date: Wed Dec 16 11:25:19 2020 +0300
Merge branch 'master' into fix_remove_column_ttl
commit d99792e61404ff0ee805f7a999e3c433482476f3
Merge: 37363ae89d 86fc9ea4df
Author: alesapin <alesapin@gmail.com>
Date: Wed Dec 16 10:54:58 2020 +0300
Merge pull request #18105 from ClickHouse/fix_docker_images
Fix dependencies for docker stateful_with_coverage
commit 2a4a6b22b19638d18bf51e7b83c8f0a47fd4c2fb
Author: alesapin <alesapin@gmail.com>
Date: Wed Dec 16 10:26:18 2020 +0300
Fix remove TTL for column
commit 37363ae89dd70abb8e23b6bf52bdc248c9f8bbba
Author: Alexey Milovidov <milovidov@yandex-team.ru>
Date: Wed Dec 16 09:43:05 2020 +0300
Comment update
commit 69ed3d1cb5ba5abe7dd23f1901aa0b905f4547e5
Author: Alexey Milovidov <milovidov@yandex-team.ru>
Date: Wed Dec 16 09:40:30 2020 +0300
Update submodule URL
commit e3b490e9b305c2e6b16bf37271d2f13c3ca8d1d7
Author: Alexey Milovidov <milovidov@yandex-team.ru>
Date: Wed Dec 16 09:36:26 2020 +0300
Port Kerberos to BoringSSL
commit 42b401c89390e21537db28398d99c319c1fe0e80
Merge: 4bd5d3b662 cf35e144ff
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date: Wed Dec 16 09:00:38 2020 +0300
Merge pull request #18127 from chienlungcheung/patch-1
Correct the unit from Kb to KB in the last section.
commit cf35e144ff65c8e7ea16579dcb6451f46224214a
Author: Chienlung Cheung <chienlungcheung@gmail.com>
Date: Wed Dec 16 13:55:17 2020 +0800
correct the unit from Kb to KB in the last section.
commit 4bd5d3b662f642d38158482a285366f318711625
Author: Alexey Milovidov <milovidov@yandex-team.ru>
Date: Wed Dec 16 06:36:43 2020 +0300
Comment update
commit 62ce33153a45bc3355555cc6c3a75920425fa4b2
Author: Alexey Milovidov <milovidov@yandex-team.ru>
Date: Wed Dec 16 06:34:25 2020 +0300
Added valuable comment
commit 88c5031dfa14f7805f0aa3a8e3570efc3cac4da7
Author: Alexey Milovidov <milovidov@yandex-team.ru>
Date: Wed Dec 16 06:27:28 2020 +0300
Add a commit #16595
commit ca9ccf4850208d617085fa150b69b5ef35633925
Author: Alexey Milovidov <milovidov@yandex-team.ru>
Date: Wed Dec 16 06:03:43 2020 +0300
Comment update
commit a7933ddf31f26719475cb3bb10d7c8ab162cde1d
Merge: b56523fd94 eed767bbab
Author: jianmei zhang <zhangjmruc@sina.com>
Date: Wed Dec 16 09:38:38 2020 +0800
Merge and rebase with master
commit 45361f752ca591c079888483341c1d1798b3a85f
Author: Anton Popov <pad11rus@gmail.com>
Date: Wed Dec 16 02:36:03 2020 +0300
fix test
commit b485b5bd1cc7edf8a4b0a76599f040e42dc6d954
Author: Anton Popov <pad11rus@gmail.com>
Date: Wed Dec 16 01:22:21 2020 +0300
minor fixes and comments added
commit aec820362a535f30b9ab04f84117ab27e10cea91
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date: Wed Dec 16 00:28:53 2020 +0300
Update DecimalFunctions.h
commit eed767bbab573f6f72d69f93ddc2c577539bfab2
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date: Wed Dec 16 00:02:44 2020 +0300
Update tips.md
commit b842cb04551560ba3bb5bb0c31bc4cb2f2f271c0
Author: ana-uvarova <ana-uvarova@yandex-team.ru>
Date: Tue Dec 15 23:38:36 2020 +0300
one more try
commit 4e3cc606e64abba6700dbaea7d5078ab73f0d3c0
Author: Maksim Kita <kitaetoya@gmail.com>
Date: Tue Dec 15 23:36:45 2020 +0300
Fixed tests
commit 97c93fa984a4cab53620c77119c18d2e7fbe8128
Author: ana-uvarova <ana-uvarova@yandex-team.ru>
Date: Tue Dec 15 23:23:58 2020 +0300
one more try
commit 86fc9ea4df3efaaef44b48d1504ef6a9599bec34
Author: alesapin <alesapin@gmail.com>
Date: Tue Dec 15 23:18:53 2020 +0300
Update base image to 20.04
commit 0887cf476d4e0534c648479ff1f2423aec975326
Merge: b0d27d6747 2e4aa6b9e1
Author: alesapin <alesapin@gmail.com>
Date: Tue Dec 15 23:09:37 2020 +0300
Merge pull request #18098 from ClickHouse/fix_clickhouse_test
Fix database drop timeout in clickhouse-test
commit 93b58321d0b4212cd5a21d7466901458e45d1956
Author: ana-uvarova <ana-uvarova@yandex-team.ru>
Date: Tue Dec 15 23:00:30 2020 +0300
fixes
commit acfc3d4281be996520acaf0900ab9688bc502e47
Author: ana-uvarova <ana-uvarova@yandex-team.ru>
Date: Tue Dec 15 22:47:24 2020 +0300
host fixes
commit 8aaef7f634ec57e744f2d8a37458169052287b7d
Author: ana-uvarova <ana-uvarova@yandex-team.ru>
Date: Tue Dec 15 22:34:11 2020 +0300
host fixes
commit 99ecb8ae6831a95dfe69e7598f5a6e1c71b5f9f5
Author: ana-uvarova <ana-uvarova@yandex-team.ru>
Date: Tue Dec 15 22:02:37 2020 +0300
host fixes
commit b0d27d6747b32b8edb0c869e14a34615661761c6
Merge: f1e1672b54 3ec48cec53
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date: Tue Dec 15 22:01:57 2020 +0300
Merge pull request #18082 from den-crane/patch-3
Doc. toYYYYMM translation to Russian
commit f1e1672b54045893ecc544d827e708b108d91740
Merge: 01286a6a09 96f22a5bcc
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date: Tue Dec 15 22:01:08 2020 +0300
Merge pull request #18094 from staticor/patch-4
Update limit.md
commit 95c35b318e55362c9a18d2ea723092ef9fc1f02f
Author: Azat Khuzhin <a3at.mail@gmail.com>
Date: Tue Dec 15 21:48:24 2020 +0300
Avoid using symlinks for top_level_domains
Move the main copy into the tests/config and ship it to the perf tests
via the perf package.
commit 51f53ce8e9cc4c916c4266d8a82857fb319663c3
Author: Maksim Kita <kitaetoya@gmail.com>
Date: Tue Dec 15 21:54:16 2020 +0300
Added tryParseDecimal functions
commit e51cf03f21c7abd1f1c352cc23414f14d296dc79
Merge: ba63635251 01286a6a09
Author: Anton Popov <pad11rus@gmail.com>
Date: Tue Dec 15 21:08:01 2020 +0300
Merge remote-tracking branch 'upstream/master' into HEAD
commit ba6363525190c432262239f68fb5bb532ca3e4fb
Author: Anton Popov <pad11rus@gmail.com>
Date: Tue Dec 15 21:07:13 2020 +0300
add tests for formats with type map
commit 9df7ecb8e640b22977f177a4a6af16936304e746
Author: Mikhail Filimonov <mfilimonov@altinity.com>
Date: Tue Dec 15 18:06:23 2020 +0100
fixes
commit 2e4aa6b9e113afdac58d4b5b41069b16ec6fb33e
Author: alesapin <alesapin@gmail.com>
Date: Tue Dec 15 19:20:09 2020 +0300
Kill not only database proc
commit 01286a6a095d9abe6b77c0d61514d1a979be746a
Author: Nikolai Kochetov <nik-kochetov@yandex-team.ru>
Date: Tue Dec 15 19:18:28 2020 +0300
Update libunwind.
commit e10ee944bed26fc67a14e57fc6d025dd96794f32
Author: ana-uvarova <ana-uvarova@yandex-team.ru>
Date: Tue Dec 15 19:17:42 2020 +0300
links fixes
commit a325c0db744374610543ae7f8b79f2a6d14f796c
Author: ana-uvarova <ana-uvarova@yandex-team.ru>
Date: Tue Dec 15 19:07:25 2020 +0300
base
commit 1bd2f49fb5f699e62f1aab311725163c16e5e5dc
Merge: 8670836573 063488d943
Author: alesapin <alesapin@gmail.com>
Date: Tue Dec 15 19:05:04 2020 +0300
Merge branch 'master' into try_rewrite_writer
commit dff71850a8d39ac42af7d877f75fcdae1da08402
Merge: 9d17f01dc9 063488d943
Author: alesapin <alesapin@gmail.com>
Date: Tue Dec 15 19:04:24 2020 +0300
Merge branch 'master' into fix_watch_race_testkeeper
commit 9ad2a76d5151c613d281deaf7d66ebc895506c06
Author: alesapin <alesapin@gmail.com>
Date: Tue Dec 15 18:27:47 2020 +0300
Update run.sh
commit 554fd738e9a783f1b7f69cae7b2e2a7d3f796a05
Author: alesapin <alesapin@gmail.com>
Date: Tue Dec 15 18:22:21 2020 +0300
Remove strange line
commit ccabb4680ddad1bfbbdd2550353d890136ade9da
Author: alesapin <alesapin@gmail.com>
Date: Tue Dec 15 18:19:56 2020 +0300
Fix dependencies
commit 063488d94350bd7f8c0c41dc0b8009f48d7e9be8
Merge: 31bef163ba 22aba554c0
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date: Tue Dec 15 18:07:42 2020 +0300
Merge pull request #18103 from ClickHouse/revert-17983-fix-access-rights-for-merge-table-function
Revert "Fix access rights required for the merge() table function."
commit 22aba554c0fa42a8664a944e266fd69d7189e55f
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date: Tue Dec 15 18:07:20 2020 +0300
Revert "Fix access rights required for the merge() table function."
commit 27ff3a5214ab639712a48279c2afa6dd594dc837
Author: Mikhail Filimonov <mfilimonov@altinity.com>
Date: Tue Dec 15 15:46:13 2020 +0100
Rework using a separate flag file instead of renames
commit 31bef163ba4c37b48f59d56423aea2ef80d46da5
Merge: b252321ef7 c3a4e5e7b7
Author: Nikita Mikhaylov <mikhaylovnikitka@gmail.com>
Date: Tue Dec 15 17:34:38 2020 +0300
Merge pull request #17848 from azat/max_distributed_connections-fix
Fix max_distributed_connections
commit dd09e1d78396775f4f04750f4404a1ee53680a7d
Author: Anton Popov <pad11rus@gmail.com>
Date: Tue Dec 15 17:34:37 2020 +0300
fix type map ser/de to json
commit b252321ef7ea531351a29ca93c5851ce718ea260
Merge: def080c8ba 6defcbb662
Author: Nikolai Kochetov <KochetovNicolai@users.noreply.github.com>
Date: Tue Dec 15 16:51:54 2020 +0300
Merge pull request #16954 from Avogar/optimize-data-on-insert
Optimize data on INSERT
commit 6defcbb66215d775e4b736c646dcacbf693c0d83
Merge: c8c543ca94 def080c8ba
Author: Nikolai Kochetov <KochetovNicolai@users.noreply.github.com>
Date: Tue Dec 15 16:50:42 2020 +0300
Merge branch 'master' into optimize-data-on-insert
commit 873d9d1e1e22dd6a6f09c6919bfa1cf68cc4a55b
Author: alesapin <alesapin@gmail.com>
Date: Tue Dec 15 16:34:53 2020 +0300
Better
commit 9bb0326fc6bac0922b5a94f03fe4102745bb1e41
Author: alesapin <alesapin@gmail.com>
Date: Tue Dec 15 16:33:14 2020 +0300
Fix database drop timeout in clickhouse-test
commit 96f22a5bcc8aef0159805337319d767c54208243
Author: Steve-金勇 <staticor@me.com>
Date: Tue Dec 15 18:55:52 2020 +0800
Update limit.md
Update translation of LIMIT , and providing more details for with ties modifier.
Make document more human-readable for Chinese.
commit 9d17f01dc9b5c7703cea8bbf0b2cd2a4679e143a
Merge: 73780838a1 def080c8ba
Author: alesapin <alesapin@gmail.com>
Date: Tue Dec 15 13:41:04 2020 +0300
Merge branch 'master' into fix_watch_race_testkeeper
commit 8670836573d09282d29fe75ae9e9c43eb234bdff
Author: alesapin <alesapin@gmail.com>
Date: Tue Dec 15 13:34:28 2020 +0300
Add some comments
commit b56523fd94db0cdcde4809f247424d53fcfd2f1f
Author: jianmei zhang <zhangjmruc@sina.com>
Date: Tue Dec 15 17:56:54 2020 +0800
Update test case to avoid the latest added parameter
commit 74c2211510564bcc19667d31c9f0e873b5d8a6c5
Author: alesapin <alesapin@gmail.com>
Date: Tue Dec 15 12:54:48 2020 +0300
More clear
commit def080c8bae1fb60a105e38527e1452e83f207f2
Author: Alexander Kazakov <Akazz@users.noreply.github.com>
Date: Tue Dec 15 11:16:25 2020 +0300
Fixed unsafe ast rewrite (#18064)
Fixed unsafe assignment to a reference in InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery()
commit a50187c9954c05fc7b70aa0a7b8d323f1fa4057c
Author: alesapin <alesapin@gmail.com>
Date: Tue Dec 15 11:04:37 2020 +0300
Slightly better
commit 508b50d121fc03c26fa9898fadc16ebb9b76f10d
Author: jianmei zhang <zhangjmruc@sina.com>
Date: Tue Dec 15 14:44:39 2020 +0800
support SHOW CHANGED SETTINGS query and add test cases, also do code changes to compile SHOW SETTINGS PROFILES.
commit 5a8c750b0bda0e7255bf698d2989a1b1750955cd
Merge: 45b9d79f81 9310437920
Author: Vitaly Baranov <vitbar@yandex-team.ru>
Date: Tue Dec 15 09:17:52 2020 +0300
Merge pull request #17983 from vitlibar/fix-access-rights-for-merge-table-function
Fix access rights required for the merge() table function.
commit 45b9d79f819820e30c46f6f5ed306f58cfe09afe
Merge: a0405182ed 8de0c0e8fc
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date: Tue Dec 15 07:51:14 2020 +0300
Merge pull request #18081 from azat/gcc10-sanitizers
Do not pass -fsanitize-blacklist for gcc (it does not support it) for UBSAN
commit 3ec48cec53f32374df82825b5534f2131e2018ec
Author: Denny Crane <deniszhuravlov@gmail.com>
Date: Mon Dec 14 22:19:06 2020 -0400
Update date-time-functions.md
toYYYYMM translation to Russian
commit a0405182ed16815c7b01dd4f9f3ef7e0cb559a9b
Merge: 49f65ecf9d fe6f477881
Author: Alexander Kuzmenkov <36882414+akuzm@users.noreply.github.com>
Date: Tue Dec 15 03:12:23 2020 +0300
Merge pull request #18066 from ClickHouse/aku/utils-split-build
Build utils in CI, at least in split build
commit 8de0c0e8fcf975ce074f0f19032f9ed37c8021bf
Author: Azat Khuzhin <a3at.mail@gmail.com>
Date: Tue Dec 15 02:24:50 2020 +0300
Fix warning message for unusupported -fsanitize-blacklist
commit 519d89dc9fde458b2c61636ef84c0ee5b0ecf5b1
Author: Azat Khuzhin <a3at.mail@gmail.com>
Date: Tue Dec 15 02:19:37 2020 +0300
Do not pass -fsanitize-blacklist for gcc (it does not support it) for UBSAN
commit c78861e86e1f7c6fce2dd3cc3e6b1d9561a229c6
Merge: afc2d7099b 49f65ecf9d
Author: Anton Popov <pad11rus@gmail.com>
Date: Tue Dec 15 01:45:01 2020 +0300
Merge remote-tracking branch 'upstream/master' into HEAD
commit afc2d7099b71c786620c2728f944cc992fa98b22
Author: Anton Popov <pad11rus@gmail.com>
Date: Tue Dec 15 01:16:04 2020 +0300
add conversion from array to map
commit 49f65ecf9de008a6a51b6d169e24646ed7af91ba
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date: Mon Dec 14 23:07:28 2020 +0300
Update CHANGELOG.md
commit 91be7a6f27a0901384ed95653a76f98aac03a094
Merge: 363ff79cca 5da9315ceb
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date: Mon Dec 14 23:03:21 2020 +0300
Merge pull request #16809 from kitaisreal/read-float-8digits-unroll-performance-improvement
ReadFloat 8digits unroll performance improvement
commit 363ff79cca91696e391ebd55e08aa87d3d4b0ab4
Merge: 491e086435 346c241c20
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date: Mon Dec 14 23:00:43 2020 +0300
Merge pull request #17934 from Jokser/s3-adaptive-single-part-upload
Adaptive choose of single/multi part upload in WriteBufferFromS3
commit 491e086435ce06821e9f0d781a963b66bfafeb9b
Merge: 906415540a bf23bc6f0c
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date: Mon Dec 14 22:57:27 2020 +0300
Merge pull request #18057 from azat/fix-01600_remerge_sort_lowered_memory_bytes_ratio-flap
Fix 01600_remerge_sort_lowered_memory_bytes_ratio flap
commit 906415540aab3a9789650c87ca337efb0d92b356
Merge: 7184746f45 14dedae9f1
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date: Mon Dec 14 22:57:02 2020 +0300
Merge pull request #18060 from kitaisreal/create-query-create-as-select-with-columns-specification
CreateQuery create as select with columns specification
commit 7184746f45793b8ecabf0a7d8616551730bfea2f
Merge: 5f424f7c5c 60efab623d
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date: Mon Dec 14 22:56:39 2020 +0300
Merge pull request #18059 from excitoon/patch-2
Fixed `std::out_of_range: basic_string` in S3 URL parsing
commit 17b43ca721c48190085b3b930e87960f7a61474f
Author: Maksim Kita <kitaetoya@gmail.com>
Date: Tue Dec 8 13:54:33 2020 +0300
Fixed tests
commit 16a30eb4aabc4072ad51da17868e2e31c6cec727
Author: Maksim Kita <kitaetoya@gmail.com>
Date: Tue Dec 8 10:43:18 2020 +0300
Updated non-finite floating conversion into int
commit e945821e1f7d5c3c0119c193c99409212fca04a7
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date: Mon Dec 7 20:34:16 2020 +0300
Update castColumn.h
commit 26e582272f321937749b3477ca4aada3293cf706
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date: Mon Dec 7 20:34:01 2020 +0300
Update castColumn.h
commit 6873b1358753436879665a191f605499dc54b497
Author: Maksim Kita <kitaetoya@gmail.com>
Date: Sun Dec 6 14:58:54 2020 +0300
Fixed clang build issue
commit 0b565b679e40015c7a8b0e2f958f07ed8ab9d540
Author: Maksim Kita <kitaetoya@gmail.com>
Date: Sat Dec 5 17:55:37 2020 +0300
Fixed Set execute for columns that cannot be inside Nullable
commit 18dc118298ffb0b49792012cf772058cd088b226
Author: Maksim Kita <kitaetoya@gmail.com>
Date: Sat Dec 5 16:46:14 2020 +0300
Fixed compile issues
commit 0464859cfeb9d25af5c614173558adb62f7b9920
Author: Maksim Kita <kitaetoya@gmail.com>
Date: Sat Dec 5 16:18:56 2020 +0300
Updated usage of different types during IN query
1. Added accurateCast function.
2. Use accurateCast in Set during execute.
3. Added accurateCast tests.
4. Updated select_in_different_types tests.
commit 6f4bc77dbcf35e18f85c41c61739da2355ca6834
Author: Maksim Kita <kitaetoya@gmail.com>
Date: Wed Dec 2 15:28:29 2020 +0300
Added equality comparsion
commit f4b8e8ef9931a2b1d2fb4710286cbc9d066ae956
Author: Maksim Kita <kitaetoya@gmail.com>
Date: Wed Dec 2 13:09:13 2020 +0300
Allow different types inside IN subquery
commit dff31e8de7f158e0dcfa4e43b6663edd130d83e8
Author: Maksim Kita <kitaetoya@gmail.com>
Date: Mon Nov 30 11:26:00 2020 +0300
Fixed compile issues
commit 0dac432942c85c8803bdf8c38e54e66a3ec85867
Author: Maksim Kita <kitaetoya@gmail.com>
Date: Sat Nov 28 15:55:29 2020 +0300
Added const to arguments
commit dd072a20c9ab58e0f06d1438dc75252ff301bc3b
Author: Maksim Kita <kitaetoya@gmail.com>
Date: Sun Nov 15 22:24:15 2020 +0300
Fixed compile issues
commit 7b66dc374c660102dbd34ee532e1bbe8a46a32e8
Author: Maksim Kita <kitaetoya@gmail.com>
Date: Sun Nov 15 13:03:53 2020 +0300
Fixed clang compile issues
commit 4435642e39ae5c6f763d2356c10e8ac32020f7c6
Author: Maksim Kita <kitaetoya@gmail.com>
Date: Thu Nov 12 18:56:17 2020 +0300
Fixed style issues
commit db5d0944ed47f7cd9a789ebc9e691fa2dfb3271c
Author: Maksim Kita <kitaetoya@gmail.com>
Date: Thu Nov 12 14:27:02 2020 +0300
Added Decimal support
commit 476fb3b677edbcaf1528011e373deee88198c0d3
Author: Maksim Kita <kitaetoya@gmail.com>
Date: Thu Nov 12 13:32:37 2020 +0300
Updated documentation
commit baad78d2f2d13c5873591999765eb6b838558919
Author: Maksim Kita <kitaetoya@gmail.com>
Date: Thu Nov 12 12:28:49 2020 +0300
Fixed setting null value in vector. Updated tests.
commit 4cd5025e83849790bb897d66b20fb0ee9bda85de
Author: Maksim Kita <kitaetoya@gmail.com>
Date: Tue Nov 10 16:18:58 2020 +0300
Added numeric limits for UInt128
commit d636e1618ba8c055d8f09da004e8bcb2b7afca86
Author: Maksim Kita <kitaetoya@gmail.com>
Date: Thu Nov 5 22:09:17 2020 +0300
Added function accurate cast or null
commit fe6f4778814ded00009fe94a82344ac5529ebba8
Author: Alexander Kuzmenkov <akuzm@yandex-team.ru>
Date: Mon Dec 14 20:39:52 2020 +0300
Build utils in CI, at least in split build
Currently we don't build them at all, so they were broken by https://github.com/ClickHouse/ClickHouse/pull/17988
commit 5f424f7c5cc8384cbbf87aabcc54018513d73b31
Author: Alexander Kuzmenkov <36882414+akuzm@users.noreply.github.com>
Date: Mon Dec 14 20:08:32 2020 +0300
Update zzz-perf-comparison-tweaks-config.xml
commit 19af691aa6dd64c2ccb32e34e78b659d15352edb
Merge: e7f93b5563 b08842d44e
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date: Mon Dec 14 19:44:13 2020 +0300
Merge pull request #17738 from vklimontovich/docker-cli-example
Docker cli example
commit 73780838a14beabd4f2bcde74067117cbf7141c5
Author: alesapin <alesapin@gmail.com>
Date: Mon Dec 14 19:01:29 2020 +0300
Remove dead list watches
commit b08842d44e9c50f4cba6b97f1da95981dea7de23
Author: filimonov <1549571+filimonov@users.noreply.github.com>
Date: Mon Dec 14 16:54:37 2020 +0100
Update README.md
commit 1436986a86528072e128e4f81c771c3e5e4860b4
Author: filimonov <1549571+filimonov@users.noreply.github.com>
Date: Mon Dec 14 16:53:58 2020 +0100
Update README.md
commit bca41bb7fd1275ed989113ef2f729e4f4fa89eac
Author: filimonov <1549571+filimonov@users.noreply.github.com>
Date: Mon Dec 14 16:50:48 2020 +0100
Update README.md
commit e7f93b5563fd6f25925788171a7d5b4b764c8918
Merge: 2edabd5519 653ddab63e
Author: Alexander Kuzmenkov <36882414+akuzm@users.noreply.github.com>
Date: Mon Dec 14 17:54:47 2020 +0300
Merge pull request #18058 from azat/perf-test-zk-port-fix
Remove test_keeper_server in perf tests
commit 2edabd5519d1eecd256f0a03311bb91dd2cc7344
Author: Alexander Kuzmenkov <36882414+akuzm@users.noreply.github.com>
Date: Mon Dec 14 17:45:58 2020 +0300
Update zzz-perf-comparison-tweaks-config.xml
commit 24abcc970bc2cd1e4c6c15eb9b045c4956b9e57a
Author: Mikhail Filimonov <mfilimonov@altinity.com>
Date: Mon Dec 14 15:21:31 2020 +0100
Tests and fixes
commit 87ea1528cb50bd0b86ec828eb38a3fb7773d6fb9
Author: Mikhail Filimonov <mfilimonov@altinity.com>
Date: Tue Dec 8 16:54:49 2020 +0100
support for Lazy database
commit 4ba80996b0e5f8dbf051f59e7dcf493420f19903
Author: Mikhail Filimonov <mfilimonov@altinity.com>
Date: Tue Dec 8 16:48:30 2020 +0100
Detach permanently for DatabaseConnectionMySQL
commit 799141362d5aed0697d576153ae04208afa0ca7c
Author: Mikhail Filimonov <mfilimonov@altinity.com>
Date: Tue Dec 8 11:00:32 2020 +0100
Prevent attempts to recreate the table which was detached permanently
commit ad9cb580a9a864409e2ce90a99ff90e09858888a
Author: Mikhail Filimonov <mfilimonov@altinity.com>
Date: Mon Dec 7 16:19:05 2020 +0100
Fix
commit 2aeb72c09ad189bcce4e9c75e0d2ccd599903ac0
Author: Mikhail Filimonov <mfilimonov@altinity.com>
Date: Mon Dec 7 15:01:09 2020 +0100
Fix for tiny issue #13850
commit 3f5e5eb15ad8684e492d7b8fabee4f73c5141810
Author: Mikhail Filimonov <mfilimonov@altinity.com>
Date: Mon Dec 7 14:55:24 2020 +0100
Handle not implemented cases properly
commit f6097cf818302d2873e03fa94eec323e92609d90
Author: Mikhail Filimonov <mfilimonov@altinity.com>
Date: Mon Nov 30 18:52:32 2020 +0100
Adding DETACH TABLE PERMANENTLY
commit 34d1ad1acae26e0e2387229df64aa422e09ee4e2
Author: alesapin <alesapin@gmail.com>
Date: Mon Dec 14 17:27:39 2020 +0300
Fix writer compact
commit dd2ae6926dd3ef82176146c75d5f437c1c0a8a67
Merge: 7a8510d1c4 7f7eed4031
Author: tavplubix <avtokmakov@yandex-team.ru>
Date: Mon Dec 14 16:27:13 2020 +0300
Merge pull request #14849 from ClickHouse/allow_atomic_database_inside_materialize_mysql
Allow Atomic database inside MaterializeMySQL
commit 35d2a689dd39bf3c632ccf93377cc53304a7c1fd
Author: alesapin <alesapin@gmail.com>
Date: Mon Dec 14 16:06:11 2020 +0300
One more time
commit 2a2b02d395cea92db344a669939e9c3d4ced68a3
Author: alesapin <alesapin@gmail.com>
Date: Mon Dec 14 16:05:48 2020 +0300
One more time
commit 9e98cdad5a2356150cd336ad74ba191e7bce71b6
Author: alesapin <alesapin@gmail.com>
Date: Mon Dec 14 16:05:07 2020 +0300
Accident changes
commit 47e3f619e5f75d3444dc9b7aae25973f104c29a7
Author: alesapin <alesapin@gmail.com>
Date: Mon Dec 14 16:01:01 2020 +0300
Remove redundant code
commit a87fb3fae0c3e9894f60118e95e320ffce9b1a5d
Author: alesapin <alesapin@gmail.com>
Date: Mon Dec 14 15:52:15 2020 +0300
Fix style
commit 303c12d2e4f1019b91843d222a0e4c63e7060dba
Author: alesapin <alesapin@gmail.com>
Date: Mon Dec 14 15:51:14 2020 +0300
Slightly better
commit 14dedae9f1b665569cc438ea0f43904b61480190
Author: Maksim Kita <kitaetoya@gmail.com>
Date: Mon Dec 14 15:50:11 2020 +0300
Updated sql test file
commit 7a8510d1c454f335dc53dc86cd0f9542ca6eb169
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date: Mon Dec 14 15:45:13 2020 +0300
Update CHANGELOG.md
commit ad70b0bd9776856ff9a20ebb8fee5a3402088d63
Merge: 0bc2603b1d 9f4929bdce
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date: Mon Dec 14 15:43:51 2020 +0300
Merge pull request #18062 from ClickHouse/changelog-20.12
Add changelog for 20.12
commit 9f4929bdce52f09b980f0d2ed79a5ed4d1fe19f9
Author: Alexey Milovidov <milovidov@yandex-team.ru>
Date: Mon Dec 14 15:30:37 2020 +0300
Add changelog for 20.12
commit 55f991adde8d67d379754a4fdddd1347d7af4d9a
Author: Maksim Kita <kitaetoya@gmail.com>
Date: Mon Dec 14 15:23:53 2020 +0300
Updated test
commit 6fb23da851b845149abef338823b4f4dfcd55e04
Author: alesapin <alesapin@gmail.com>
Date: Mon Dec 14 15:03:49 2020 +0300
Refactoring
commit 70be03aa7d879485660f9d36549d04e560783303
Author: alesapin <alesapin@gmail.com>
Date: Mon Dec 14 14:36:15 2020 +0300
Working compact parts
commit 0bc2603b1de56dc67b2c6c74e97a69efe9ecf5e3
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date: Mon Dec 14 14:14:59 2020 +0300
Update 01081_PartialSortingTransform_full_column.sql
commit ab17927c853739537682b9c7050aec4cd03c3bbe
Merge: d55c5bec94 8a20d449d9
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date: Mon Dec 14 14:11:09 2020 +0300
Merge pull request #18032 from kitaisreal/array-aggregation-functions
Array aggregation functions
commit fbcf85cb4261bd0ff2f0b93bc65dd2f67b5407a9
Author: alesapin <alesapin@gmail.com>
Date: Mon Dec 14 14:06:02 2020 +0300
Something working for wide parts
commit 8a20d449d999bb53d5941b8f7847a2aff9e9c4b3
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date: Mon Dec 14 14:01:31 2020 +0300
Update arrayAggregation.cpp
commit d55c5bec9481833d4cd2ea86c0cf29269ff28c25
Merge: 493ee6732b 2bf226decc
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date: Mon Dec 14 13:59:11 2020 +0300
Merge pull request #18053 from azat/librdkafka-snappy-UB-fix
Fix possible corruption in librdkafka snappy decompression
commit 493ee6732b4eff62da489657d8f02f5a4640f0ad
Merge: aac8b85b34 1bccd6dff6
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date: Mon Dec 14 13:58:45 2020 +0300
Merge pull request #18052 from kitaisreal/memory-storage-read-optimization
MemoryStorage read optimization
commit aac8b85b34d788359cebb589416489a281d732a9
Merge: 86cef85186 6341521b10
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date: Mon Dec 14 13:58:15 2020 +0300
Merge pull request #18054 from ClickHouse/remove-obsolete-settings
Remove obsolete settings
commit 60efab623d5295b64d17ca7331b31d00f8c24762
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date: Mon Dec 14 13:53:40 2020 +0300
Update S3Common.cpp
commit 86cef85186af389e9ef60f8ca2ec2ccfc7d49182
Author: Alexey Milovidov <milovidov@yandex-team.ru>
Date: Mon Dec 14 13:46:39 2020 +0300
Remove old changelog generator to avoid confusion
commit 5f7c867da33c9bcede56c36096b77e1f0b8925f6
Author: Maksim Kita <kitaetoya@gmail.com>
Date: Mon Dec 14 12:33:16 2020 +0300
Added parse error if no select after as keyword
commit d8534ae1afe618c8e390788b8debbe6bee50143a
Author: Maksim Kita <kitaetoya@gmail.com>
Date: Mon Dec 14 12:30:08 2020 +0300
CreateQuery create as select with columns specification
commit a98e2311f8f5bac70fc7a77229e12dd13b7484d5
Merge: e7ffae89e9 1b3893bcab
Author: Vitaly Baranov <vitbar@yandex-team.ru>
Date: Mon Dec 14 12:10:17 2020 +0300
Merge pull request #17908 from vitlibar/fix-checking-introspection-grants
Fix checking introspection grants
commit 418c974eafcfa9b191fc2a914b0e918a480b0833
Author: Vladimir Chebotarev <vladimir.chebotarev@gmail.com>
Date: Mon Dec 14 11:17:29 2020 +0300
Fixed `std::out_of_range: basic_string` in S3 URL parsing.
commit 346c241c2066d4c5413a2380cd7f0b7f5e98f43f
Merge: 59a5e63417 e7ffae89e9
Author: Pavel Kovalenko <jokserfn@yandex-team.ru>
Date: Mon Dec 14 11:00:30 2020 +0300
Merge remote-tracking branch 'origin/master' into s3-adaptive-single-part-upload
# Conflicts:
# src/Disks/S3/DiskS3.cpp
commit 653ddab63ebedd43ecdb50a7f2230fa08d458ced
Author: Azat Khuzhin <a3at.mail@gmail.com>
Date: Mon Dec 14 10:59:01 2020 +0300
Remove test_keeper_server in perf tests
To avoid port overlaps for right and left server (anyway it is not
used).
commit bf23bc6f0c9f8e392845b6d612ef1272dc8e59a5
Author: Azat Khuzhin <a3at.mail@gmail.com>
Date: Mon Dec 14 10:46:30 2020 +0300
Fix 01600_remerge_sort_lowered_memory_bytes_ratio flap
commit 12b6a54a2473ba9decd774b146b8616da6847b7d
Merge: fd695c9ff4 e7ffae89e9
Author: alesapin <alesapin@gmail.com>
Date: Mon Dec 14 10:30:01 2020 +0300
Merge branch 'master' into try_rewrite_writer
commit fd695c9ff40e4afa266f68523a7be107569ef2f5
Author: alesapin <alesapin@gmail.com>
Date: Mon Dec 14 10:28:42 2020 +0300
Dive into debug
commit f829fbb9284650b3eaee1dcc371d421bf9378688
Merge: 2169e8f7f4 e7ffae89e9
Author: jianmei zhang <zhangjmruc@sina.com>
Date: Mon Dec 14 11:21:42 2020 +0800
Merge remote-tracking branch 'upstream/master'
commit 2169e8f7f441d11be2a1eb2290f79429f59d13ae
Author: jianmei zhang <zhangjmruc@sina.com>
Date: Mon Dec 14 10:33:51 2020 +0800
Fix issue #17160 by adding show settings like '...'
commit 5da9315ceb726e91548a58a735b6e509363a8062
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date: Mon Dec 14 05:22:17 2020 +0300
Update readFloatText.h
commit 66b2424e3362299b8a4f655464ae23bdede687c9
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date: Mon Dec 14 05:20:00 2020 +0300
Update readFloatText.h
commit 6341521b104c3170ec5e28e2c152d40c43309e75
Author: Alexey Milovidov <milovidov@yandex-team.ru>
Date: Mon Dec 14 02:40:11 2020 +0300
Remove obsolete settings
commit e7ffae89e946e88cebde0f3de464b5d545f3c3dd
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date: Mon Dec 14 02:31:35 2020 +0300
Update build.sh
commit 52f03d942e1942415e94d3f40ce532ca267d1de8
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date: Mon Dec 14 02:31:18 2020 +0300
Update Dockerfile
commit 1bccd6dff6528c30cd6b053337b4f7012f416340
Author: Maksim Kita <kitaetoya@gmail.com>
Date: Mon Dec 14 00:50:55 2020 +0300
Fixed style issues
commit 2bf226deccbe86fbd52de7628d09426d53ae2158
Author: Azat Khuzhin <a3at.mail@gmail.com>
Date: Mon Dec 14 00:38:10 2020 +0300
Fix typo in KafkaSettings comments
commit 3b431b054ec732b0cfb7538fd6a1ba01bd22f1be
Author: Azat Khuzhin <a3at.mail@gmail.com>
Date: Mon Dec 14 00:34:38 2020 +0300
Bump librdkafka to fix UB in snappy decompression.
In incremental_copy_fast_path there is undefined behavior (and in some
other places too).
And under this circumstances gcc10 with -O1 -ftree-loop-vectorize (or
simply -O3), due to loop unroll, generates code that do copy by 16 bytes
at a time for the second loop (MOVDQU+MOVUPS), while this is not correct
since the memory may be overlapped and may be changed in the previous
iteration.
Updated version includes [1], that fixes those UB, by using memcpy over
direct store/load since these days direct store/loads looks redundant.
Even on ARM.
[1]: https://github.com/ClickHouse-Extras/librdkafka/pull/3
NOTE: clang is fine, and other older versions of gcc too
commit 2e569899d1cdf61e27b15335f2535f82a108fad4
Author: Azat Khuzhin <a3at.mail@gmail.com>
Date: Thu Dec 10 10:18:49 2020 +0300
Add a test for kafka with snappy compression method (regression for UB in snappy)
I've checked it manually and it works with clang build and does not with
gcc (there are NULL bytes in the middle of value).
commit 69127ca0ed33d75af28021554d4b408f6efca687
Author: Maksim Kita <kitaetoya@gmail.com>
Date: Mon Dec 14 00:21:25 2020 +0300
Changed BlocksList to Blocks
commit 153610b2c395b430f3d0b3196948554d3a60ec9d
Author: Dmitriy <sevirov@yandex-team.ru>
Date: Sun Dec 13 23:44:09 2020 +0300
Update distribution_queue.md
Поменял also на Also.
commit 698737681abd500f871eb30d707254175831be36
Merge: 629f5f0797 8702809c9f
Author: Dmitriy <sevirov@yandex-team.ru>
Date: Sun Dec 13 23:41:22 2020 +0300
Merge remote-tracking branch 'remotes/clickhouse/master' into sevirov-DOCSUP-4919-document_replication_queue_system_table
commit 9310437920f111249dea294a75c6d2aeed5e0973
Author: Vitaly Baranov <vitbar@yandex-team.ru>
Date: Thu Dec 10 23:16:53 2020 +0300
Fix access rights required for the merge() table function.
commit 3c6df61e5c863e868541e63fe6c99038aeaec04b
Author: Maksim Kita <kitaetoya@gmail.com>
Date: Sun Dec 13 22:24:15 2020 +0300
MemoryStorage read optimization
commit 8702809c9fa9ba4ec6f99a4765be646045aef5d9
Merge: 246e1fbb2f 0954cc2b5c
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date: Sun Dec 13 21:28:03 2020 +0300
Merge pull request #17464 from amosbird/ddlworkermetric
ddlworker max entry metric
commit 0be51cbabd94adb256514549577929d2f5d13a29
Author: Maksim Kita <kitaetoya@gmail.com>
Date: Sun Dec 13 21:27:48 2020 +0300
Updated tests
commit 246e1fbb2f108ef382fa7e67a144ee3e022530ca
Merge: 4a2aaa68a8 149431ffc3
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date: Sun Dec 13 21:09:09 2020 +0300
Merge pull request #18048 from ClickHouse/play-auto-dark-theme
Automatic support for dark theme in Play interface
commit 4a2aaa68a87150f98ef7daa047ee2bcdce89310c
Merge: 9116eb7aca 6d87743b0e
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date: Sun Dec 13 21:08:50 2020 +0300
Merge pull request #18049 from ClickHouse/datasets-cdn
CDN for datasets
commit 6d87743b0e53af533caf42417b0d43b3392ba897
Author: Alexey Milovidov <milovidov@yandex-team.ru>
Date: Sun Dec 13 21:06:27 2020 +0300
CDN for datasets
commit 149431ffc32c1fd0e712aa5cf7c8fd84a433d921
Author: Alexey Milovidov <milovidov@yandex-team.ru>
Date: Sun Dec 13 20:54:57 2020 +0300
Automatic support for dark theme in Play interface
commit 9116eb7aca749240bd23ae56da7e6d2e3fea6795
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date: Sun Dec 13 19:35:56 2020 +0300
Add checksums
commit d75c7ec30c35dc0892bdb49cf3b0f17bee665145
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date: Sun Dec 13 19:28:45 2020 +0300
Redundancy.
commit 629f5f07972d7af7cd2139074e8d0b93a786f4ca
Author: Dmitriy <sevirov@yandex-team.ru>
Date: Sun Dec 13 18:42:34 2020 +0300
Update replication_queue.md
Выполнил перевод на русский язык, внес изменения в английскую версию.
commit d8484d9c31c18d56d60ded9729b8514ccc322911
Merge: 73890fa3a7 ef064696e7
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date: Sun Dec 13 18:28:52 2020 +0300
Merge pull request #18033 from ClickHouse/encode-xml-rename-files
encodeXMLComponent: rename files after #17659
commit 73890fa3a76583df3afbe3c3c0609c78b0db0cd1
Merge: cd5f827265 b394487d4f
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date: Sun Dec 13 18:27:52 2020 +0300
Merge pull request #18046 from baibaichen/feature/update_doc
update Mac-OS build documentation
commit cd5f8272657d6ea94c99813d3a1f919aaae07517
Merge: 443d1724b3 06b047235a
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date: Sun Dec 13 18:27:01 2020 +0300
Merge pull request #18047 from kitaisreal/space-saving-remove-last-element-from-map-fix
HashTable erase added tests
commit 7f7eed4031b403c8edc01cddbd14b31cd644b152
Author: Alexander Tokmakov <avtokmakov@yandex-team.ru>
Date: Sun Dec 13 17:57:15 2020 +0300
fix test
commit 0c80fce7f0326dde97e37a711335b7ea5d8554cf
Merge: ed355f8663 443d1724b3
Author: Alexander Tokmakov <avtokmakov@yandex-team.ru>
Date: Sun Dec 13 17:56:50 2020 +0300
Merge branch 'master' into allow_atomic_database_inside_materialize_mysql
commit 5d6036e9c8c285d2f00ce01c9cd0afc4c89d9488
Author: Maksim Kita <kitaetoya@gmail.com>
Date: Sun Dec 13 14:38:56 2020 +0300
Fixed style issues
commit 06b047235aa4c0ccdc16b3847455622a41f8f515
Author: Maksim Kita <kitaetoya@gmail.com>
Date: Sun Dec 13 14:35:52 2020 +0300
Fixed style issues
commit 547f452ba98baade61171448d37efe9d5deada39
Author: Maksim Kita <kitaetoya@gmail.com>
Date: Sun Dec 13 13:30:25 2020 +0300
HashTable erase added tests
commit b394487d4f45821a9cebe019c7bf71c48f690113
Author: chang.chen <baibaichen@gmail.com>
Date: Sun Dec 13 16:10:07 2020 +0800
update Mac-OS build documentation
commit 443d1724b3f65989e184138a6332f0cfabacac20
Merge: a714b82f9b 065a64cc37
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date: Sun Dec 13 04:54:14 2020 +0300
Merge pull request #18031 from sevirov/sevirov-DOCSUP-4709-document_distribution_queue_system_table
DOCSUP-4709: Document system.distribution_queue table
commit a714b82f9b875582cec6af0b3436a835de645ce5
Merge: 785317e542 784a484d80
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date: Sun Dec 13 04:52:39 2020 +0300
Merge pull request #18036 from ClickHouse/benchmark-macbook2020
Added results from MacBook Pro
commit 784a484d80d486dff837f4e4a18d54ad1de1ce87
Author: Alexey Milovidov <milovidov@yandex-team.ru>
Date: Sun Dec 13 04:51:56 2020 +0300
Added results from MacBook Pro
commit 785317e5427f39ba13d9a64fdfab2c414cef4375
Merge: bce02de691 10beda9d39
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date: Sun Dec 13 04:44:47 2020 +0300
Merge pull request #18035 from ClickHouse/benchmark-results-seodo
Add benchmark results Yiğit Konur and Metehan Çetinkaya of seo.do
commit 10beda9d39f86b0c858bba9a36e2e319d140ff0d
Author: Alexey Milovidov <milovidov@yandex-team.ru>
Date: Sun Dec 13 04:44:07 2020 +0300
Add benchmark results Yiğit Konur and Metehan Çetinkaya of seo.do
commit bce02de691a64f07cc9a4e6392705b8e5935f0ff
Merge: 436adf34df ccd794a676
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date: Sun Dec 13 04:38:50 2020 +0300
Merge pull request #17539 from azat/remerge_sort_lowered_memory_bytes_ratio
Add remerge_sort_lowered_memory_bytes_ratio setting
commit 436adf34df642b3f49ea430f843f9d35f054f818
Merge: 4ce148d2ea 8d79ae56f0
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date: Sun Dec 13 04:37:29 2020 +0300
Merge pull request #17881 from gyuton/gyuton-DOCSUP-4263-Update_the_sql_statement_ORDER_BY
DOCSUP-4263: Updated the sql statement order by
commit 4ce148d2ea9c6aa45186399004751f29e47058b1
Merge: 8df4789113 17a8a4e966
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date: Sun Dec 13 04:34:46 2020 +0300
Merge pull request #18034 from edani/master
Expand max_parallel_replicas documentation
commit 8df478911323771ff94aada88cf79a82b6a7822e
Merge: 04e222f6f3 6f50a86025
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date: Sun Dec 13 04:09:51 2020 +0300
Merge pull request #17845 from kitaisreal/space-saving-remove-last-element-from-map-fix
SpaceSaving remove last element from map fix
commit 04e222f6f38acb0d9395751aeb8c5096fb484f0a
Merge: 2ad5c8eed3 41bc43325b
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date: Sun Dec 13 01:12:05 2020 +0300
Merge pull request #17986 from azat/fwd-decl
More forward declaration for generic headers
commit 17a8a4e9664fabed5b370b37e148139ba698acf5
Author: Eric Daniel <6210036+edani@users.noreply.github.com>
Date: Sat Dec 12 13:57:01 2020 -0800
Expand max_parallel_replicas documentation
Based on discussion in #17807
commit 5ae1652d51f3ce24f4b76d71922de783d180664e
Author: Maksim Kita <kitaetoya@gmail.com>
Date: Sun Dec 13 00:47:17 2020 +0300
Fixed aggregate function avg
commit 2ad5c8eed34ce0de0b2d7a5bdaac2dafc4cec2eb
Author: Alexey Milovidov <milovidov@yandex-team.ru>
Date: Sun Dec 13 00:45:23 2020 +0300
Allow server to start with TestKeeper port in development environment
commit b810b28b085756f22439cba83c7b15680f40c005
Author: Maksim Kita <kitaetoya@gmail.com>
Date: Sun Dec 13 00:40:34 2020 +0300
Added comment
commit 4887d59b064ba4e88fcd629a712a864f4d0cfa70
Merge: 2eabd41749 c2c497e290
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date: Sun Dec 13 00:39:41 2020 +0300
Merge pull request #18027 from Jokser/fix-flappy-log-family-s3
Fix flappy test_log_family_s3
commit 0dcbcec19ae89305afa12df5c28c87b40de88787
Author: Maksim Kita <kitaetoya@gmail.com>
Date: Sun Dec 13 00:29:09 2020 +0300
Added tests
commit ef064696e77aa4d6e9fc72bf3b412145ddaefaf2
Author: Alexey Milovidov <milovidov@yandex-team.ru>
Date: Sun Dec 13 00:17:37 2020 +0300
Add perf test
commit 532557ecfd463d1e1de6cca6263b9cf526934c34
Author: Alexey Milovidov <milovidov@yandex-team.ru>
Date: Sat Dec 12 23:47:37 2020 +0300
encodeXMLComponent: rename files after #17659
commit 18bde6ef020e6e3f1c6e92c7e765eb7810b90dce
Author: Maksim Kita <kitaetoya@gmail.com>
Date: Sat Dec 12 23:47:23 2020 +0300
Fixed compile issues
commit 8d79ae56f0180dd4e9838bd79b3d9243af0eb7ce
Author: George <gyuton@yandex-team.ru>
Date: Sat Dec 12 23:07:24 2020 +0300
created lowcardinality files for ja and tr
commit 3d261c82e9a7d391c4aef23bd688bf36ce48e1b5
Author: Maksim Kita <kitaetoya@gmail.com>
Date: Sat Dec 12 22:50:28 2020 +0300
Array aggregation functions
commit 065a64cc3701a122f21cd6b64c8285edb20f801e
Author: Dmitriy <sevirov@yandex-team.ru>
Date: Sat Dec 12 22:43:52 2020 +0300
Update distribution_queue.md
Добавил ссылку на движок таблиц Distributed.
commit a244a4f0e34bba5d0f18d395582b7eb60b454a9a
Merge: c03e91eec0 6e417088dc
Author: Dmitriy <sevirov@yandex-team.ru>
Date: Sat Dec 12 22:28:09 2020 +0300
Merge branch 'sevirov-DOCSUP-4709-document_distribution_queue_system_table' of https://github.com/sevirov/ClickHouse into sevirov-DOCSUP-4709-document_distribution_queue_system_table
commit c03e91eec0d1029def0f44096c3200eba5b6cd0e
Author: Dmitriy <sevirov@yandex-team.ru>
Date: Sat Dec 12 22:27:01 2020 +0300
Create distribution_queue.md
Выполнил перевод на русский язык.
commit 6f50a860250a2e52cd9947b0a82ce6548fdb1d35
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date: Sat Dec 12 18:57:07 2020 +0300
Update gtest_hash_table.cpp
commit 41bc43325bb7c63369ac206bd2db102b4882f640
Author: Azat Khuzhin <a3at.mail@gmail.com>
Date: Fri Dec 11 21:10:37 2020 +0300
Make 01290_max_execution_speed_distributed less flaky
commit 77a1d00dee7157ff89a73a6a10a2cb3a0aa27de1
Author: Azat Khuzhin <a3at.mail@gmail.com>
Date: Fri Dec 11 21:10:36 2020 +0300
Add new remote context as interpreter context to the Pipe
commit 5b3ab488610b19f829507f04c7b74b0fec6d52bc
Author: Azat Khuzhin <a3at.mail@gmail.com>
Date: Fri Dec 11 01:05:02 2020 +0300
More forward declaration for generic headers
The following headers are pretty generic, so use forward declaration as
much as possible:
- Context.h
- Settings.h
- ConnectionTimeouts.h
(Also this shows that some missing some includes -- this has been fixed)
And split ConnectionTimeouts.h into ConnectionTimeoutsContext.h (since
module part cannot be added for it, due to recursive build dependencies
that will be introduced)
Also remove Settings from the RemoteBlockInputStream/RemoteQueryExecutor
and just pass the context, since settings was passed only in speicifc
places, that can allow making a copy of Context (i.e. Copier).
Approx results (How much units will be recompiled after changing file X?):
- ConnectionTimeouts.h
- mainline: 100
- Context.h:
- mainline: ~800
- patched: 415
- Settings.h:
- mainline: 900-1K
- patched: 440 (most of them because of the Context.h)
commit c2c497e290af35cd4945f23136a8f07de737156d
Author: Pavel Kovalenko <jokserfn@yandex-team.ru>
Date: Sat Dec 12 16:44:19 2020 +0300
Use s3 disk explicitly for log tables in test_log_family_s3.
commit 07c829304326eb52d6bc2e2ae8750d91fa0fb06a
Author: Maksim Kita <kitaetoya@gmail.com>
Date: Sat Dec 12 15:08:46 2020 +0300
Added tests
commit c7d48c48ce247bca0e4a89cdf8cb6eb122dff3de
Author: George <gyuton@yandex-team.ru>
Date: Sat Dec 12 11:58:07 2020 +0300
more troubleshooting
commit fa9257cd82997c187d5f74771e35d6ee2533c4ed
Author: George <gyuton@yandex-team.ru>
Date: Sat Dec 12 11:14:46 2020 +0300
fix
commit 1567444628f82bdf79e7012bd3c01174ea4c3cd5
Author: George <gyuton@yandex-team.ru>
Date: Sat Dec 12 10:36:39 2020 +0300
troubleshooting - fixed links to original articles
commit 0954cc2b5c193eb721cb2a0ef244bdfe9276c322
Author: Amos Bird <amosbird@gmail.com>
Date: Sun Nov 29 21:28:11 2020 +0800
test is not working
commit 8d0e949462ac55ae531e30209eb5a47da2ac7a33
Author: Amos Bird <amosbird@gmail.com>
Date: Fri Nov 27 12:27:43 2020 +0800
ddlworker max entry metric
commit 9b1d91911009c672e2f6689804193de83b5ab0e4
Author: George <gyuton@yandex-team.ru>
Date: Sat Dec 12 06:39:22 2020 +0300
more troubleshooting
commit 3794cb2d3f299c9a0953d4d4c8c6021be1f3501e
Author: George <gyuton@yandex-team.ru>
Date: Sat Dec 12 05:48:23 2020 +0300
troubleshooting the error
commit c74011851acb5dfa14cfe00885370781d53be90f
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date: Sat Dec 12 04:58:07 2020 +0300
Update HashTable.h
commit d94d9aa8d72ca3fee79ecd1a0d0e465ae6cde6ff
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date: Sat Dec 12 04:17:32 2020 +0300
Update HashTable.h
commit d5f87efba5de521627f7786b3459f9c392ce15e4
Author: George <gyuton@yandex-team.ru>
Date: Sat Dec 12 04:16:58 2020 +0300
fixed a typo in translation
commit 99212dcb7316cde90490968a9fb4eb4f3b39210b
Author: George <gyuton@yandex-team.ru>
Date: Sat Dec 12 04:06:37 2020 +0300
added translation
commit 9e48b9b656ab904456deb035fd41191b8d72d583
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date: Sat Dec 12 03:47:43 2020 +0300
Update HashTable.h
commit cabe1463d10874c011350b636e7d8a104b7b8e01
Author: George <gyuton@yandex-team.ru>
Date: Sat Dec 12 03:39:45 2020 +0300
fixed an error
commit eba1299845e0b490a1d813e10ab25802177baa00
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date: Sat Dec 12 03:38:55 2020 +0300
Update HashTable.h
commit 245dea6f2ea380732a1f64e07fd630e599567933
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date: Sat Dec 12 03:33:57 2020 +0300
Update HashTable.h
commit 7e2bc1e7a650d3f032e6eccea0628f7ad2b48f11
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date: Sat Dec 12 03:30:12 2020 +0300
Update HashTable.h
commit 6e7366f921ec86fa1a31bbe85db4a9c26f9a6e45
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date: Sat Dec 12 03:28:41 2020 +0300
Update HashTable.h
commit 59a5e63417148956cf79c65d0979a6cbb456caf7
Merge: 5802633f95 f1a145a2b2
Author: Pavel Kovalenko <jokserfn@yandex-team.ru>
Date: Fri Dec 11 18:28:41 2020 +0300
Merge remote-tracking branch 'origin/master' into s3-adaptive-single-part-upload
# Conflicts:
# src/Disks/S3/DiskS3.cpp
# src/Disks/S3/DiskS3.h
# src/Disks/S3/registerDiskS3.cpp
# src/IO/WriteBufferFromS3.cpp
# src/IO/WriteBufferFromS3.h
commit a24a76828ede28d530d589a074ecbed6ab19a9f2
Author: alesapin <alesapin@gmail.com>
Date: Fri Dec 11 18:18:51 2020 +0300
Fix
commit 4b83707c6326b4069585038f0fd6dd8b13a18f21
Author: alesapin <alesapin@gmail.com>
Date: Fri Dec 11 18:00:58 2020 +0300
Compileable code for some reason
commit c6ac831d4eddf3eeeefa6f4c770c1e6bf6172ba9
Author: Amos Bird <amosbird@gmail.com>
Date: Fri Dec 11 22:44:22 2020 +0800
Fix type
commit b70b98c4154d15206d99afda2a9af6362d2842e4
Author: Maksim Kita <kitaetoya@gmail.com>
Date: Wed Dec 9 23:56:15 2020 +0300
Fix style issues
commit 4ae56197149238bb31c18d11a957cf23434fc246
Author: Maksim Kita <kitaetoya@gmail.com>
Date: Wed Dec 9 22:44:43 2020 +0300
Optimized erase in HashTable
commit bf5d75853cf3840de8ee11f1bd976080965f922f
Author: Maksim Kita <kitaetoya@gmail.com>
Date: Wed Dec 9 15:47:22 2020 +0300
Added erase into HashTable
commit bfceb066594fd2d9093710345be5e58cf532c88c
Author: Maksim Kita <kitaetoya@gmail.com>
Date: Sun Dec 6 22:16:21 2020 +0300
Fixed test
commit d8b78682e1ee1387f34da67ab1422263ecfd0285
Author: Maksim Kita <kitaetoya@gmail.com>
Date: Sun Dec 6 22:14:40 2020 +0300
SpaceSaving remove last element from map fix
commit ed355f866372504763d36983254dcca446f18281
Author: Alexander Tokmakov <avtokmakov@yandex-team.ru>
Date: Fri Dec 11 16:50:45 2020 +0300
fix
commit 1b3893bcab7b7f95d30ce5bb23764de27181a690
Author: Vitaly Baranov <vitbar@yandex-team.ru>
Date: Tue Dec 8 21:09:13 2020 +0300
User with allow_ddl=0 cannot do DDL but can grant DDL.
commit 648be453a41415dc24c3b425a790411fff5c3122
Author: Vitaly Baranov <vitbar@yandex-team.ru>
Date: Tue Dec 8 21:07:50 2020 +0300
User with allow_introspection_functions=0 cannot call introspection functions but can grant INTROSPECTION.
commit 710ba6f6173e11f3613f76a707c10b436f255813
Author: Vitaly Baranov <vitbar@yandex-team.ru>
Date: Tue Dec 8 17:24:32 2020 +0300
Simplify class ContextAccess.
commit 57c30c4164d19a1060f463b68813cc731f4fe22b
Author: alesapin <alesapin@gmail.com>
Date: Fri Dec 11 16:20:19 2020 +0300
Garbage
commit 58a31e4882c859c3e7ce8717359049182a910f92
Merge: 0ba712a2d3 fb1221148d
Author: Alexander Tokmakov <avtokmakov@yandex-team.ru>
Date: Fri Dec 11 16:14:03 2020 +0300
Merge branch 'master' into allow_atomic_database_inside_materialize_mysql
commit 7ffd76a6051da99c12c84a8a950d32e1ba98ff81
Author: alesapin <alesapin@gmail.com>
Date: Fri Dec 11 11:41:02 2020 +0300
Fix bug
commit cbba73672e89fd503201157a659b522a0439e2fe
Merge: 1cb06bd975 e11790f61a
Author: alesapin <alesapin@gmail.com>
Date: Fri Dec 11 11:09:47 2020 +0300
Merge branch 'master' into try_rewrite_writer
commit 5b1e5679b4a292e33ee5e60c0ba9cefa1e8388bd
Author: Amos Bird <amosbird@gmail.com>
Date: Wed Nov 11 12:05:54 2020 +0800
Add -SimpleState combinator
commit 1cb06bd97570403084c5d6958872a05abff8345c
Author: alesapin <alesapin@gmail.com>
Date: Thu Dec 10 19:29:10 2020 +0300
Split one method
commit 90fa9a20733072861f752797b73c909e6617ac09
Merge: f3d1dc360c b1c00d4045
Author: alesapin <alesapin@gmail.com>
Date: Thu Dec 10 18:36:10 2020 +0300
Merge branch 'master' into try_rewrite_writer
commit f3d1dc360c89d68b7693690264546fc5f97160cb
Author: alesapin <alesapin@gmail.com>
Date: Thu Dec 10 12:24:52 2020 +0300
Fix style
commit 0704b478ee6c741cb86016ec8d3c1ab0b8d65338
Author: alesapin <alesapin@gmail.com>
Date: Thu Dec 10 12:22:43 2020 +0300
Less constuctors
commit 2787b615b0d5b43ca56770f01f688a87bbbb06d0
Author: alesapin <alesapin@gmail.com>
Date: Thu Dec 10 11:57:52 2020 +0300
Make interface as simple as possible
commit 7979b3655c46fbcb12fce8c69d04f9ba25417777
Author: alesapin <alesapin@gmail.com>
Date: Wed Dec 9 21:22:07 2020 +0300
Better formating
commit 3b88c077edd8481a3b3bb2ac698cde87628abaa0
Author: alesapin <alesapin@gmail.com>
Date: Wed Dec 9 21:19:49 2020 +0300
Mechanical refactoring
commit af73db93e6b05073997508956165c974b3f91a8d
Author: alesapin <alesapin@gmail.com>
Date: Wed Dec 9 21:10:09 2020 +0300
Mechanical refactoring
commit 7b88f9a115dd11dce65ec34079a2a9def35cde1b
Merge: fa64d314df 89a3a86b71
Author: alesapin <alesapin@gmail.com>
Date: Wed Dec 9 19:23:53 2020 +0300
Merge branch 'master' into try_rewrite_writer
commit 5802633f957bd5ee29611a16116219d4b32cbc79
Author: Pavel Kovalenko <jokserfn@yandex-team.ru>
Date: Wed Dec 9 18:38:02 2020 +0300
Fix parameter name in constructor of DiskS3
commit c8c543ca9416fb193a13545d3f23d6b3a60c17c3
Author: Pavel Kruglov <avogar@sandbox-633380738>
Date: Wed Dec 9 18:07:58 2020 +0300
Add throwing exceptions
commit db7a87089b69744f60edd506f0287e3ae8363b35
Author: Pavel Kovalenko <jokserfn@yandex-team.ru>
Date: Wed Dec 9 17:09:04 2020 +0300
Adaptive choose of single/multi part upload in WriteBufferFromS3.
commit 215c5675dd470292a34a02fcc2b0d2c2b78be122
Author: Dmitriy <sevirov@yandex-team.ru>
Date: Tue Dec 8 23:25:45 2020 +0300
Update replication_queue.md
Изменил описание столбца node_name.
commit ce721f95ee9a1578167651c7f101f978814d79fc
Author: Dmitriy <sevirov@yandex-team.ru>
Date: Tue Dec 8 21:46:25 2020 +0300
Create replication_queue.md
Задокументировал системную таблицу replication_queue.
commit 291959c1b35c7fbf62cd45dafbb13741cbfb10e7
Author: Kruglov Pavel <48961922+Avogar@users.noreply.github.com>
Date: Tue Dec 8 19:19:51 2020 +0300
Update comment
commit 0ba712a2d36a394f9af876f4f3204eb21856e349
Merge: a0ef3a113a d9b52f94f7
Author: Ivan <5627721+abyss7@users.noreply.github.com>
Date: Tue Dec 8 16:45:51 2020 +0300
Merge branch 'master' into allow_atomic_database_inside_materialize_mysql
commit e19eb6f17ad8d330f2b3206fedacd9a8cdbd8b8a
Merge: 5ae6c6dab9 d9b52f94f7
Author: Kruglov Pavel <48961922+Avogar@users.noreply.github.com>
Date: Tue Dec 8 15:57:46 2020 +0300
Merge branch 'master' into optimize-data-on-insert
commit 4e49c59ed0beb0ccf54b0704588c5648fc9d9e51
Author: George <gyuton@yandex-team.ru>
Date: Tue Dec 8 04:55:57 2020 +0300
minor fix
commit 6be3933ceae3399135ea7dfd5f2cfe47da485c6a
Author: George <gyuton@yandex-team.ru>
Date: Tue Dec 8 04:27:26 2020 +0300
fixed links v2
commit 8760fc12272a8d30a253b7bf2f54f00cd9a89e8a
Author: George <gyuton@yandex-team.ru>
Date: Tue Dec 8 04:07:34 2020 +0300
Fixed links
commit 1f0cfbaca89701946793f2d11c3a9e8c84c03326
Author: George <gyuton@yandex-team.ru>
Date: Tue Dec 8 03:51:41 2020 +0300
Added Collation description
commit 371cb23946d1f809aabda0c3b8726d95ffbc742f
Merge: b68aa1c76d dd8362a5eb
Author: alesapin <alesapin@gmail.com>
Date: Mon Dec 7 13:30:41 2020 +0300
Merge branch 'master' into run_func_tests_in_parallel
commit c3a4e5e7b78ddbbca38efe46bc53e00829fa3a49
Author: Azat Khuzhin <a3at.mail@gmail.com>
Date: Mon Dec 7 01:12:54 2020 +0300
Fix max_distributed_connections (one more time)
With prefer_localhost_replica=1 max_distributed_connections uses
max_threads before this patch.
Fixes: #14936
Previous fix: #9673
commit ce03a896a17f8fadb47df55799fbfe3b0ac336ee
Author: Anton Popov <pad11rus@gmail.com>
Date: Sat Dec 5 22:51:16 2020 +0300
remove unused files
commit 7aaa2c052ff1035ef7b0211145f75bcddf708d74
Merge: 6b09669d66 67c82eb61b
Author: Anton Popov <pad11rus@gmail.com>
Date: Sat Dec 5 22:41:46 2020 +0300
Merge branch 'master' into merging-map
commit 6b09669d6600c6551a4fd6ff5be3892c267f85eb
Author: Anton Popov <pad11rus@gmail.com>
Date: Thu Dec 3 06:52:41 2020 +0300
data type map: several fixes
commit 5ae6c6dab9b06acc1707db44077346e7f0208bdd
Author: Pavel Kruglov <avogar@sandbox-633380738>
Date: Fri Dec 4 20:40:28 2020 +0300
Fix build error
commit 4b58528b9ed886eea538d07249d51515a1c214a0
Author: Pavel Kruglov <avogar@sandbox-633380738>
Date: Fri Dec 4 19:25:30 2020 +0300
Rename getPos to getRow, change mergeBlock, pass setting instead of context
commit 905ba78adce1fcf9bc2f8fa7090472bc34ff4f8f
Merge: e5588b94aa 7c2a04d77d
Author: Pavel Kruglov <avogar@sandbox-633380738>
Date: Fri Dec 4 18:56:46 2020 +0300
Merge branch 'master' of github.com:ClickHouse/ClickHouse into optimize-data-on-insert
commit b68aa1c76d0f439d3538a0ca5e816170422b944d
Merge: 9df414fa0c 2b3281888a
Author: alesapin <alesapin@gmail.com>
Date: Thu Dec 3 17:22:09 2020 +0300
Merge branch 'master' into run_func_tests_in_parallel
commit 9bf5ab9f4c91015ed8fe0fc99cba64acf7309f45
Author: Vladimir Klimontovich <v@klimontovich.com>
Date: Wed Dec 2 19:01:31 2020 +0300
Removed unnecessary mapping
commit 274c87d4c78bae11dd5b804156f5c64329e891ce
Author: Vladimir Klimontovich <v@klimontovich.com>
Date: Wed Dec 2 19:00:23 2020 +0300
Remove extra space
commit a0ef3a113a3796149071adfa535982ef76e34610
Merge: e82c63e05c 9b72323594
Author: Alexander Tokmakov <avtokmakov@yandex-team.ru>
Date: Wed Dec 2 18:29:02 2020 +0300
Merge branch 'master' into allow_atomic_database_inside_materialize_mysql
commit d402d68071e2ed4e9e9f8a0c81d5d4c9c9566b41
Author: Vladimir Klimontovich <v@klimontovich.com>
Date: Wed Dec 2 18:26:16 2020 +0300
Added HTTP CLI example and expose 8123 port
Exposing the 8123 (HTTP) interface in basic example and giving CLI connection instruction makes it easier to start. For a lot of developers, curl is a native and very familiar tool
commit 12604ce0e64d2930021e783900d7c39289f3e7b0
Merge: 21bbc7bc19 5b3a7f5c98
Author: Anton Popov <pad11rus@gmail.com>
Date: Tue Dec 1 14:52:30 2020 +0300
Merge branch 'dev_map2' of git://github.com/hexiaoting/ClickHouse into merging-map
commit ccd794a676d2e9bc19367f6043ab81414011c9b6
Author: Azat Khuzhin <a3at.mail@gmail.com>
Date: Sat Nov 28 19:32:28 2020 +0300
Add remerge_sort_lowered_memory_bytes_ratio setting
Sometimes default ratio is not good enough (2), since it depends on lots
of factors:
- size of LIMIT
- max_memory_usage
- ...
So add a separate setting for it.
But note that it make sense to set
remerge_sort_lowered_memory_bytes_ratio only in range (1, 2]
Since <= 1 will just use more CPU, and > 2 will use more RAM and will
unlikely be faster.
commit f46eb6f2bed21808a23da2686d61a8b0db6da864
Author: Alexey Milovidov <milovidov@yandex-team.ru>
Date: Sun Nov 29 18:16:47 2020 +0300
Update tests
commit 7d79a3cc35859ae9adb92254f23f8138c72ba4a1
Author: Alexey Milovidov <milovidov@yandex-team.ru>
Date: Sun Nov 29 18:13:57 2020 +0300
Make insert_quorum_parallel by default
commit 2e6bedce91cd40a274faa04f42da4e7104c6e0da
Author: Alexey Milovidov <milovidov@yandex-team.ru>
Date: Sun Nov 29 18:08:02 2020 +0300
Relax "Too many parts" threshold, part 1
commit 5b3a7f5c98332506428ae75fab413396bd85da80
Merge: 74d875c837 747453b008
Author: hexiaoting <hewenting_ict@163.com>
Date: Thu Nov 26 16:43:27 2020 +0800
Merge remote-tracking branch 'origin/master' into dev_map2
commit 74d875c8374a631ef94ea97f802711694478ae01
Merge: c7c14cc6ad b494b18748
Author: hexiaoting <hewenting_ict@163.com>
Date: Thu Nov 26 15:13:52 2020 +0800
Merge remote-tracking branch 'origin/master' into dev_map2
commit e82c63e05cac931dd282ce0597c45385e01094c8
Author: Alexander Tokmakov <avtokmakov@yandex-team.ru>
Date: Tue Nov 24 15:28:54 2020 +0300
fixes
commit dce0bf8efc025332b923a11d70cd392fc8937b0b
Merge: 5f6bbe8967 45f09fe293
Author: Alexander Tokmakov <avtokmakov@yandex-team.ru>
Date: Tue Nov 24 15:28:31 2020 +0300
Merge branch 'master' into allow_atomic_database_inside_materialize_mysql
commit e5588b94aa960d0b7a900269d355d3ae5b17691f
Author: Pavel Kruglov <avogar@sandbox-633380738>
Date: Fri Nov 20 13:38:53 2020 +0300
Fix style and tests
commit 625962fb5950f222ebbf5dfb6a4cd430c94cb245
Author: Pavel Kruglov <avogar@sandbox-633380738>
Date: Fri Nov 20 03:19:36 2020 +0300
Remove debug logging
commit c3c32ff9f8c93a4a5b0f779b8e9161625a8f8ecb
Author: Pavel Kruglov <avogar@sandbox-633380738>
Date: Fri Nov 20 03:16:57 2020 +0300
Minor change
commit 608722b6ab143747d5ee5b8cdbc38a4eecf864a6
Author: Pavel Kruglov <avogar@sandbox-633380738>
Date: Fri Nov 20 02:59:58 2020 +0300
Fix integration tests
commit 3ee497258601649923e5b0a48b0ed3524e260dda
Merge: cc1b16ea81 4b7a7ca12a
Author: Pavel Kruglov <avogar@sandbox-633380738>
Date: Fri Nov 20 01:23:51 2020 +0300
Merge branch 'master' of github.com:ClickHouse/ClickHouse into optimize-data-on-insert
commit cc1b16ea815059f2f72a1290085cc8ddbe3543f0
Author: Pavel Kruglov <avogar@sandbox-633380738>
Date: Wed Nov 18 13:40:58 2020 +0300
Fix test
commit 547ec19fb35de4e5b599e07857b0a7d91a9c8c57
Merge: 4ed7657008 0bc60e2d53
Author: Pavel Kruglov <avogar@sandbox-633380738>
Date: Wed Nov 18 12:01:59 2020 +0300
Merge branch 'master' of github.com:ClickHouse/ClickHouse into optimize-data-on-insert
commit 4ed765700818c8735560f358fe545fe20e37656f
Author: Pavel Kruglov <avogar@sandbox-633380738>
Date: Tue Nov 17 22:07:19 2020 +0300
fix typo
commit 53b8ff42c2daac587b7bdef50d376dd216243690
Author: Pavel Kruglov <avogar@sandbox-633380738>
Date: Tue Nov 17 19:56:36 2020 +0300
Add test and set setting to 0 in some other tests
commit 437bbef5b9c52f51db02e7a28ce39dd90d593c2a
Author: Maksim Kita <kitaetoya@gmail.com>
Date: Mon Nov 9 21:56:49 2020 +0300
Fix marker check
commit 1b9c20a5df3eb5e214e20f315e24047faa6b195e
Author: Maksim Kita <kitaetoya@gmail.com>
Date: Mon Nov 9 14:36:44 2020 +0300
ReadFloat 8digits unroll performance improvement
commit 264e9daf6f9b22a52f50a9696915e2c4f42c349b
Author: Pavel Kruglov <avogar@sandbox-633380738>
Date: Fri Nov 13 11:16:30 2020 +0300
Fix style
commit 6a57c0a8cf5217e90ef8c5daa6f006436856e033
Author: Pavel Kruglov <avogar@sandbox-633380738>
Date: Fri Nov 13 10:54:05 2020 +0300
Move merge in MergeTreeDataWriter
commit 8d5e0784d357f756c5f515e682a9ca317b16095d
Author: Pavel Kruglov <avogar@sandbox-633380738>
Date: Thu Nov 12 23:29:36 2020 +0300
Add setting optimize_on_insert
commit 9df414fa0c1feaf81c8f266b655b7063906b3e70
Author: alesapin <alesapin@gmail.com>
Date: Tue Nov 10 13:54:56 2020 +0300
One more test to skip
commit fe4bd6a7d23650c45be371c6a563b07ff45ce609
Merge: e2ece9ef0a 059357d51e
Author: alesapin <alesapin@gmail.com>
Date: Tue Nov 10 13:54:43 2020 +0300
Merge branch 'master' into run_func_tests_in_parallel
commit c7c14cc6ad9723b04dbc95bd1c096f91a711c967
Author: hexiaoting <hewenting_ict@163.com>
Date: Tue Nov 10 11:24:39 2020 +0800
fix bug
commit e2ece9ef0a07ef59461d434e65c08bb691955459
Merge: 8fa6831185 24e57c659a
Author: alesapin <alesapin@gmail.com>
Date: Mon Nov 9 13:24:47 2020 +0300
Merge branch 'master' into run_func_tests_in_parallel
commit ef0b78cf126f61a2f31d88119929e8544ef17b8a
Author: hexiaoting <hewenting_ict@163.com>
Date: Fri Nov 6 17:21:26 2020 +0800
style error fix
commit 28e87da9768af95ca8c50cb77880037dd0bc97f3
Merge: 66bca89001 ccf57300eb
Author: hexiaoting <hewenting_ict@163.com>
Date: Fri Nov 6 15:07:41 2020 +0800
remove map literal and Merge remote-tracking branch 'origin/master' into dev_map2
commit 8fa68311858d32b7fee312b0a4fbe84ff31b7677
Merge: 5622a3f57f 01898be459
Author: alesapin <alesapin@gmail.com>
Date: Tue Nov 3 10:16:28 2020 +0300
Merge branch 'master' into run_func_tests_in_parallel
commit 66bca89001a034b6cf1f02f99560e827ed486323
Author: hexiaoting <hewenting_ict@163.com>
Date: Mon Nov 2 17:23:02 2020 +0800
Style error fix
commit 5622a3f57fb753a259f8d187ef5661171b86e096
Author: alesapin <alesapin@gmail.com>
Date: Mon Nov 2 10:46:43 2020 +0300
Update skip list json
commit 3fe6f1e3fdfbf3fb57ab6330be857b05b4a3d8fa
Author: hexiaoting <hewenting_ict@163.com>
Date: Mon Nov 2 15:10:29 2020 +0800
Add test case for tuple convert to map
commit 3a70cf3773270fcb6e79001a5a011dedcc562ac8
Merge: e1ff6c3870 dc5fc9ddcb
Author: hexiaoting <hewenting_ict@163.com>
Date: Mon Nov 2 14:46:56 2020 +0800
Merge remote-tracking branch 'origin/master' into dev_map2
commit e1ff6c3870615360c452d71a4caf683cf149a49b
Author: hexiaoting <hewenting_ict@163.com>
Date: Mon Nov 2 14:46:32 2020 +0800
Update codes
commit 619fe6b10bb2879c009fc677d9e0e306c2c0d6ba
Merge: 2ba68d7494 ceab1add26
Author: hexiaoting <hewenting_ict@163.com>
Date: Mon Nov 2 14:07:00 2020 +0800
Merge remote-tracking branch 'hexiaoting/dev_map2' into dev_map2
commit 2ba68d74947a84d2f6008fa6a3bceab3bad0ed5b
Author: hexiaoting <hewenting_ict@163.com>
Date: Mon Nov 2 14:05:53 2020 +0800
Add map function
commit 4e45253c02ee5fbc4ccbd36714caf5fe7f5765d8
Author: alesapin <alesapin@gmail.com>
Date: Thu Oct 29 19:05:56 2020 +0300
Update skip_list.json
commit b5553c0c2359e4db595228f8aca1eef7bc83ed99
Author: alesapin <alesapin@gmail.com>
Date: Thu Oct 29 15:48:02 2020 +0300
Update skip_list.json
commit 8a6574767ae3b3e9d3f6da417c7b998389035ca1
Merge: 6345769b01 2e8594159c
Author: alesapin <alesapin@gmail.com>
Date: Thu Oct 29 12:57:56 2020 +0300
Merge branch 'run_func_tests_in_parallel' of github.com:ClickHouse/ClickHouse into run_func_tests_in_parallel
commit 6345769b01a7c8fe9e617b13f01593af8d659427
Merge: 362b2c1cb2 745cb4ab2f
Author: alesapin <alesapin@gmail.com>
Date: Thu Oct 29 12:56:54 2020 +0300
Merge branch 'master' into run_func_tests_in_parallel
commit 2e8594159cc927628e64c7c5d3b896e8f682148f
Author: alesapin <alesapin@gmail.com>
Date: Wed Oct 28 22:25:57 2020 +0300
Update skip_list.json
commit 964149586eb9a42f4ebd8763637efc3054fd4c44
Author: alesapin <alesapin@gmail.com>
Date: Wed Oct 28 18:20:21 2020 +0300
Update tests/queries/skip_list.json
Co-authored-by: Azat Khuzhin <a3at.mail@gmail.com>
commit ceab1add26f4c12a40ab7c3b82f840d330293ade
Merge: 483be134b2 e0d85ffd1d
Author: hexiaoting <hewenting_ict@163.com>
Date: Wed Oct 28 19:13:40 2020 +0800
Merge pull request #1 from Enmk/ColumnMap_fixes
Allow casting Tuple as Map.
commit 362b2c1cb225b59eb664aafef73dec63b8434e06
Merge: b9f63645b6 4a63f1271b
Author: alesapin <alesapin@gmail.com>
Date: Wed Oct 28 14:12:45 2020 +0300
Merge branch 'master' into run_func_tests_in_parallel
commit e0d85ffd1d36cd0fb87a5d450493bf155a2e3797
Author: Vasily Nemkov <V.Nemkov@gmail.com>
Date: Mon Oct 26 21:20:45 2020 +0300
Allow casting Tuple as Map.
SELECT CAST(([1, 2, 3], ['1', '2', 'foo']), 'Map(UInt8, String)') AS map
commit 2e232bad74a82b54611d4e0da5d41733c4fab6d0
Merge: aa3a43c964 cc5f15da29
Author: Alexey Milovidov <milovidov@yandex-team.ru>
Date: Mon Oct 26 22:51:58 2020 +0300
Merge branch 'master' into sigaltstack
commit aa3a43c9649c1458282601a1bd6ca0741fc29fe0
Merge: 0ba2fa8105 a591d1f32a
Author: Alexey Milovidov <milovidov@yandex-team.ru>
Date: Mon Oct 26 22:51:55 2020 +0300
Merge branch 'sigaltstack' of github.com:yandex/ClickHouse into sigaltstack
commit a591d1f32afcb8e7eb0b69583523cc726ad1a719
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date: Mon Oct 26 22:46:25 2020 +0300
Update ThreadStatus.cpp
commit b9f63645b647ac7778717d54a8cbd91b86020910
Author: tavplubix <avtokmakov@yandex-team.ru>
Date: Mon Oct 26 12:45:30 2020 +0300
Update 01107_atomic_db_detach_attach.sh
commit eab3371d5f5d43230d136305692d3f7f69fc4306
Author: tavplubix <avtokmakov@yandex-team.ru>
Date: Mon Oct 26 12:42:54 2020 +0300
Update 01114_database_atomic.sh
commit 0ba2fa81058b19148dcc002fb7445d11b517a3ed
Author: Alexey Milovidov <milovidov@yandex-team.ru>
Date: Mon Oct 26 11:56:30 2020 +0300
Fix "Arcadia"
commit c1cce28470c4740bd5055d4321d2a14d4044769a
Author: alesapin <alesapin@gmail.com>
Date: Mon Oct 26 09:25:20 2020 +0300
Update skip_list.json
commit 46fc6733e20bbab97da195d42a0c4455c952effb
Merge: b472bd35b7 18458f36e7
Author: Alexey Milovidov <milovidov@yandex-team.ru>
Date: Mon Oct 26 08:23:47 2020 +0300
Merge branch 'master' into sigaltstack
commit b472bd35b70be33d48613efc6ec3c9976acc89e7
Merge: 88e846b36d bfe17d7dca
Author: Alexey Milovidov <milovidov@yandex-team.ru>
Date: Mon Oct 26 07:42:33 2020 +0300
Merge branch 'master' into sigaltstack
commit 88e846b36d01a121ff50f11d96d42dbf25f1c706
Author: Alexey Milovidov <milovidov@yandex-team.ru>
Date: Mon Oct 26 07:42:22 2020 +0300
Fix build on Mac OS
commit 068235c2d7a92143117f30607eb38d16b5ceb2b1
Author: Alexey Milovidov <milovidov@yandex-team.ru>
Date: Mon Oct 26 05:18:36 2020 +0300
Disable alt stack for sanitizers
commit 1228396effa5d57da4e73820a6f7c0a969f1920c
Merge: 4e2c0ba226 772faeb74f
Author: Alexey Milovidov <milovidov@yandex-team.ru>
Date: Mon Oct 26 05:09:33 2020 +0300
Merge branch 'master' into sigaltstack
commit 4e2c0ba226f29f1aecab837aa2996e71222086f5
Author: Alexey Milovidov <milovidov@yandex-team.ru>
Date: Sun Oct 25 03:10:05 2020 +0300
Provide diagnostics on stack overflow
commit 96a10f3664257100621edb0cb789fe6b04123d66
Author: alesapin <alesapin@gmail.com>
Date: Fri Oct 23 15:19:03 2020 +0300
Update skip_list.json
commit bbc421acb749606fa51efb1629ea2c37bcdea473
Merge: b158a22a4f 6285fd1378
Author: alesapin <alesapin@gmail.com>
Date: Fri Oct 23 13:22:34 2020 +0300
Merge branch 'run_func_tests_in_parallel' of github.com:ClickHouse/ClickHouse into run_func_tests_in_parallel
commit b158a22a4f5743545c0bcabc3536a7d440e54174
Author: alesapin <alesapin@gmail.com>
Date: Fri Oct 23 13:21:40 2020 +0300
Bump CI
commit 483be134b2718211d155f1ef72ce4eeda942c2f0
Merge: 521b07d37a 0082c56b67
Author: hexiaoting <hewenting_ict@163.com>
Date: Fri Oct 23 16:36:17 2020 +0800
Support MergeTree Engine
commit 6285fd13783b1c587da7d7002cd772089d511991
Author: alesapin <alesapin@gmail.com>
Date: Thu Oct 22 17:41:34 2020 +0300
Update skip_list.json
commit d04edef048cb079387301be672b8ba1c35c91e3b
Author: alesapin <alesapin@gmail.com>
Date: Thu Oct 22 10:20:45 2020 +0300
More tests to skip
commit fedf169bb6259dc0b0d94d082a963947376ae3fe
Merge: 96daa31436 0082c56b67
Author: alesapin <alesapin@gmail.com>
Date: Thu Oct 22 10:19:48 2020 +0300
Merge branch 'master' into run_func_tests_in_parallel
commit 96daa31436649261089fdb432389160681a8d03a
Merge: 620c8e3d38 4261455621
Author: alesapin <alesapin@gmail.com>
Date: Wed Oct 21 22:53:18 2020 +0300
Merge branch 'run_func_tests_in_parallel' of github.com:ClickHouse/ClickHouse into run_func_tests_in_parallel
commit 620c8e3d3813a93cc433575a271488c6ae278268
Merge: cc43b002cc 6a57bc8c0b
Author: alesapin <alesapin@gmail.com>
Date: Wed Oct 21 22:52:30 2020 +0300
Merge branch 'master' into run_func_tests_in_parallel
commit 4261455621270c2039c8318492f3ef40e6defb95
Author: alesapin <alesapin@gmail.com>
Date: Wed Oct 21 17:18:48 2020 +0300
Update skip_list.json
commit cc43b002cc4f3c34d70243bb39b846b93700b345
Merge: df4620b7bd c53f59dece
Author: alesapin <alesapin@gmail.com>
Date: Wed Oct 21 12:51:43 2020 +0300
Merge branch 'master' into run_func_tests_in_parallel
commit df4620b7bd38ac87134358696e718c8dc9197457
Merge: 85ca6f7e6a b4f0e08369
Author: alesapin <alesapin@gmail.com>
Date: Tue Oct 20 17:15:56 2020 +0300
Merge branch 'master' into run_func_tests_in_parallel
commit 521b07d37a8393346b914d384c9d02e5ed25b2ae
Author: hexiaoting <hewenting_ict@163.com>
Date: Sun Oct 18 20:40:51 2020 +0800
Fix build error
commit fcd35b06193a251eca24cf0ebf7d16840d9a37df
Merge: db8ba39c9c 6dc5cb166f
Author: hexiaoting <hewenting_ict@163.com>
Date: Sun Oct 18 16:18:13 2020 +0800
Merge branch 'master' into dev_map2
commit db8ba39c9c622d89bf29739757c507ab66376534
Author: hexiaoting <hewenting_ict@163.com>
Date: Sat Oct 17 23:45:35 2020 +0800
Implement Integer And Array for value type
commit 85ca6f7e6a08ee6d6008589059a64e25b8027bf7
Merge: 8f3d6dae2d e89a3b5d09
Author: alesapin <alesapin@gmail.com>
Date: Fri Oct 16 13:43:30 2020 +0300
Merge branch 'master' into run_func_tests_in_parallel
commit 8f3d6dae2d88113e0e5070a5a7589ddd56751c53
Merge: 09bb6e9944 0fa35cdc80
Author: alesapin <alesapin@gmail.com>
Date: Fri Oct 16 10:26:57 2020 +0300
Merge branch 'run_func_tests_in_parallel' of github.com:ClickHouse/ClickHouse into run_func_tests_in_parallel
commit 09bb6e99445883cd4ac41dadd36f47fb21b22358
Merge: 9a235cfb8b 0bb4480fee
Author: alesapin <alesapin@gmail.com>
Date: Fri Oct 16 10:26:33 2020 +0300
Merge branch 'master' into run_func_tests_in_parallel
commit cb9e88efa327da17d9d7a27138c622a689bbb646
Author: hexiaoting <hewenting_ict@163.com>
Date: Wed Oct 14 15:35:22 2020 +0800
Update with fresh master to build sucessfully.
commit 4f3f22198723733feb426f4111ef4a00b6ef8a33
Author: hexiaoting <hewenting_ict@163.com>
Date: Tue Oct 13 15:02:03 2020 +0800
Fix build error
commit 03102fead3fba3d6d26a2c5bc102028082668a1e
Author: hexiaoting <hewenting_ict@163.com>
Date: Sun Oct 11 22:22:54 2020 +0800
Fix style check error.
commit 974352a8e1d6b2f90c9a97b2598fa91daff9b49d
Author: hexiaoting <hewenting_ict@163.com>
Date: Sat Oct 10 18:16:05 2020 +0800
Fix style check errors.
commit cdb4dd57a63c5dc7855ba3eb6d4b471da329f993
Author: hexiaoting <hewenting_ict@163.com>
Date: Sat Oct 10 14:49:03 2020 +0800
Add new DataType Map(key,value)
commit 0fa35cdc8004a4e813405010ae4234d2edcfc8d1
Author: Alexander Tokmakov <avtokmakov@yandex-team.ru>
Date: Tue Oct 13 19:03:25 2020 +0300
use async drop in some tests
commit 9a235cfb8bdff69169fcf7b9ddce669173248f57
Author: alesapin <alesapin@gmail.com>
Date: Tue Oct 13 17:29:24 2020 +0300
Database atomic sync drop detach
commit 7d735b4725f430b19ca57591ff0557207c92771d
Author: alesapin <alesapin@gmail.com>
Date: Tue Oct 13 13:40:00 2020 +0300
Update max_concurrent_queries.xml
commit 2909378bbc8c0de0be303abe7d473869499c77d1
Author: alesapin <alesapin@gmail.com>
Date: Tue Oct 13 09:52:37 2020 +0300
Bump CI
commit 97e89afea7b934d108c90adf10dd0273b7762562
Merge: d75d486029 38c7132c0f
Author: alesapin <alesapin@gmail.com>
Date: Mon Oct 12 22:40:57 2020 +0300
Merge branch 'master' into run_func_tests_in_parallel
commit d75d486029beed8795f46cfe31539ed99afab76c
Author: alesapin <alesapin@gmail.com>
Date: Mon Oct 12 13:20:52 2020 +0300
Update skip_list.json
commit 2a63a619cc5d4be8fd179170def377718d589204
Author: alesapin <alesapin@gmail.com>
Date: Fri Oct 9 22:42:51 2020 +0300
Update skip_list.json
commit e112fbe2a972cfc2b8563f331a7d2287528b5d96
Author: alesapin <alesapin@gmail.com>
Date: Fri Oct 9 14:51:34 2020 +0300
Update skip_list.json
commit cd28dab66624b64466b1c66e6addfcc377e909b7
Merge: 7b3d430149 e6c6930397
Author: alesapin <alesapin@gmail.com>
Date: Fri Oct 9 10:26:40 2020 +0300
Merge branch 'run_func_tests_in_parallel' of github.com:ClickHouse/ClickHouse into run_func_tests_in_parallel
commit 7b3d4301494bd5fd65346c12cfc9dcda1d6e6aa8
Author: alesapin <alesapin@gmail.com>
Date: Fri Oct 9 10:25:50 2020 +0300
Add more tests
commit 2b66180c704100ad9ef551358719b276fbe357c7
Merge: 9982c17814 66b7748b63
Author: alesapin <alesapin@gmail.com>
Date: Fri Oct 9 10:25:35 2020 +0300
Merge branch 'master' into run_func_tests_in_parallel
commit e6c6930397f2987d9c23cea4b1fcb8cf417b538b
Author: alesapin <alesapin@gmail.com>
Date: Wed Oct 7 23:01:03 2020 +0300
Update skip_list.json
commit e7d1d34a605b49d46aee37b0676ad4952399862d
Author: alesapin <alesapin@gmail.com>
Date: Wed Oct 7 12:43:49 2020 +0300
Update skip_list.json
commit d2762624f5abd1ac37e479475f5357a486eb2809
Author: alesapin <alesapin@gmail.com>
Date: Tue Oct 6 22:45:17 2020 +0300
Update skip_list.json
commit 9982c17814c2e705769efc80989b54bf785a4a6e
Author: alesapin <alesapin@gmail.com>
Date: Tue Oct 6 19:02:33 2020 +0300
Skip more
commit 4f6d794816a50feb8cfc897c6c52e7145970e269
Author: alesapin <alesapin@gmail.com>
Date: Tue Oct 6 14:41:35 2020 +0300
Trying 8
commit a5f843976136935b110bde7bb1ebb8ec3a582f68
Author: alesapin <alesapin@gmail.com>
Date: Tue Oct 6 12:18:49 2020 +0300
Trying 12 threads
commit 4330fc0f39232559a69d4cdb91a1c06f36c8cb6d
Merge: a257751924 a49591b250
Author: alesapin <alesapin@gmail.com>
Date: Tue Oct 6 10:26:55 2020 +0300
Merge branch 'master' into run_func_tests_in_parallel
commit a257751924ea4fcbbb9b6eebcb35a39ae8a92f5a
Author: alesapin <alesapin@gmail.com>
Date: Tue Oct 6 10:13:55 2020 +0300
Ignore max concurrent queries in tests
commit 99ea5cca1014aee22bcc31cac14bf3ab6a634eea
Author: alesapin <alesapin@gmail.com>
Date: Mon Oct 5 23:30:14 2020 +0300
Bump
commit 766802ae4d20254c2e2f607620fbb3df0e52d7c3
Author: alesapin <alesapin@gmail.com>
Date: Mon Oct 5 22:34:50 2020 +0300
Bump
commit 2f9a6fe4791fb6efd384aa0ecb902aeb0787748c
Author: alesapin <alesapin@gmail.com>
Date: Mon Oct 5 18:49:40 2020 +0300
More tests to skip
commit b2f2a274c03c5d422b949bd239771ab2cc1bf8c4
Author: alesapin <alesapin@gmail.com>
Date: Mon Oct 5 16:08:39 2020 +0300
One more time
commit 8561a116200704c5b2489c30208209df7834021b
Author: alesapin <alesapin@gmail.com>
Date: Mon Oct 5 12:56:48 2020 +0300
Revert "Better fix"
This reverts commit 0496987c8fe113b3716551cefb37a654597887d2.
commit 0496987c8fe113b3716551cefb37a654597887d2
Author: alesapin <alesapin@gmail.com>
Date: Mon Oct 5 12:56:20 2020 +0300
Better fix
commit 916cef04872af698d0ec7400d10aec9af13e547b
Author: alesapin <alesapin@gmail.com>
Date: Mon Oct 5 12:45:11 2020 +0300
Bump CI
commit edd5a4b9362950cd21b87f65dfc7f0813d0cc29d
Author: alesapin <alesapin@gmail.com>
Date: Mon Oct 5 10:15:08 2020 +0300
Less tests
commit 933999b4aecf8af38dfa06aa12336444dc7c3cb0
Author: alesapin <alesapin@gmail.com>
Date: Sun Oct 4 11:37:11 2020 +0300
less tests
commit 7ccf1cc3162abe1c58e72399a0f61d8e09afd950
Author: alesapin <alesapin@gmail.com>
Date: Sun Oct 4 11:36:34 2020 +0300
Less tests
commit 744eb8a2e4bfb01b954441c2add1ffb5d19e681a
Author: alesapin <alesapin@gmail.com>
Date: Sat Oct 3 16:10:10 2020 +0300
Trying 6
commit 7cef000b7251bf0040500649f69f232bade1d218
Author: alesapin <alesapin@gmail.com>
Date: Sat Oct 3 10:53:02 2020 +0300
More tests to skip
commit 182f5105657956262d6c7ac7fd290698eb91a1fb
Author: alesapin <alesapin@gmail.com>
Date: Fri Oct 2 21:58:11 2020 +0300
Try 8 threads
commit d8f7dce28698e8d869fe8d81083ef1fa2a3a8539
Merge: 626e9a82cf 77c9f7af79
Author: alesapin <alesapin@gmail.com>
Date: Fri Oct 2 21:45:43 2020 +0300
Merge branch 'master' into run_func_tests_in_parallel
commit 5f6bbe896703fa792638d40bfada8b665ebc2c8a
Merge: 32776da69a 9cb3c743bd
Author: Alexander Tokmakov <avtokmakov@yandex-team.ru>
Date: Fri Oct 2 20:14:08 2020 +0300
Merge branch 'master' into allow_atomic_database_inside_materialize_mysql
commit 32776da69a67fa29bad7529d520c7f252ed693c0
Merge: aa5e5013f2 404c199448
Author: Alexander Tokmakov <avtokmakov@yandex-team.ru>
Date: Fri Oct 2 20:09:37 2020 +0300
Merge branch 'master' into allow_atomic_database_inside_materialize_mysql
commit 626e9a82cf88f910e12d9e87eb414456e2f37ecf
Merge: 91ba9c2e5f 7d75866722
Author: alesapin <alesapin@gmail.com>
Date: Fri Oct 2 17:34:20 2020 +0300
Merge branch 'fix_ilike' into run_func_tests_in_parallel
commit 91ba9c2e5fd95338bcd332d5937afe37c9e87838
Merge: 76e37a6406 c0d1416bbd
Author: alesapin <alesapin@gmail.com>
Date: Fri Oct 2 10:44:34 2020 +0300
Merge branch 'master' into run_func_tests_in_parallel
commit 76e37a64064b6a2e13d93057bb11d2e6a7ae89f4
Author: alesapin <alesapin@gmail.com>
Date: Fri Oct 2 10:43:21 2020 +0300
More tests to skip
commit aa5e5013f2be29ec2121740df3120e88a66f45f2
Merge: 1c37ac7c9d bbbe51033d
Author: Alexander Tokmakov <avtokmakov@yandex-team.ru>
Date: Sun Sep 27 14:11:53 2020 +0300
Merge branch 'master' into allow_atomic_database_inside_materialize_mysql
commit 2452b400938868fd1daefb7cf2fe7d5b1061c330
Author: alesapin <alesapin@gmail.com>
Date: Fri Sep 25 22:44:13 2020 +0300
Skip more tests
commit 7c1c548b43f2f1c58c702822da6e903c78df9f9c
Author: alesapin <alesapin@gmail.com>
Date: Fri Sep 25 22:43:35 2020 +0300
Disable more tests
commit 4ee1621ebf0b1169121092802bd84fb0df722a47
Author: alesapin <alesapin@gmail.com>
Date: Fri Sep 25 19:55:05 2020 +0300
Disable all tests with attach
commit 6669b7da2976de14d10579b52f944894732f6b80
Author: alesapin <alesapin@gmail.com>
Date: Fri Sep 25 19:41:09 2020 +0300
More parallel tests
commit bedab199af266e8652b7f202961f149ac2bd98c2
Author: alesapin <alesapin@gmail.com>
Date: Fri Sep 25 16:20:16 2020 +0300
Fix category name
commit 66be1580fdbef72cc63b63a5a5193e1853aa361a
Author: alesapin <alesapin@gmail.com>
Date: Fri Sep 25 16:18:08 2020 +0300
Correctly merge with master
commit 987a46faee2789c62c76b42263214ee4a2137872
Merge: 8e9013561d 8f21c73b76
Author: alesapin <alesapin@gmail.com>
Date: Fri Sep 25 16:16:42 2020 +0300
Merge branch 'master' into run_func_tests_in_parallel
commit 8e9013561d1cd1f98bf042625fbaeba14e62725b
Author: alesapin <alesapin@gmail.com>
Date: Thu Sep 24 17:54:10 2020 +0300
Trying to split tests in sequential and parallel
commit 1c37ac7c9d7bce591b150725d9d3114180376f78
Author: Alexander Tokmakov <avtokmakov@yandex-team.ru>
Date: Thu Sep 17 21:19:02 2020 +0300
fix
commit 41e99cf261719df7977ae8fd62d94abc4aa046f3
Merge: 18e48838bb 9b6c62e82b
Author: Alexander Tokmakov <avtokmakov@yandex-team.ru>
Date: Thu Sep 17 20:28:50 2020 +0300
Merge branch 'master' into allow_atomic_database_inside_materialize_mysql
commit 18e48838bb136c2297fc30d256203e0832a4fa5d
Author: Alexander Tokmakov <avtokmakov@yandex-team.ru>
Date: Tue Sep 15 17:22:20 2020 +0300
fix build
commit 5455068226399a8c1065022ac3ee32608f0a254a
Author: Alexander Tokmakov <avtokmakov@yandex-team.ru>
Date: Tue Sep 15 17:17:30 2020 +0300
try fix flacky test
commit 0ecf8e595f40205259524482aebdcfc0170d8735
Author: Alexander Tokmakov <avtokmakov@yandex-team.ru>
Date: Tue Sep 15 16:30:30 2020 +0300
cleanup code, add test
commit 3671c91c3768dc0f514a514c1b9e8f20493a5fa9
Merge: a812f7eb75 1d8ee50769
Author: Alexander Tokmakov <avtokmakov@yandex-team.ru>
Date: Tue Sep 15 12:43:01 2020 +0300
Merge branch 'master' into allow_atomic_database_inside_materialize_mysql
commit a812f7eb756fe768932c57b55c6ec0a2e0f7c0c6
Author: Alexander Tokmakov <avtokmakov@yandex-team.ru>
Date: Mon Sep 14 22:25:02 2020 +0300
allow using Atomic database inside MaterializeMySQL
2020-12-18 15:52:33 +00:00
query , { } , global_context , nullptr , Scalars ( ) , Tables ( ) , query_processing_stage ) ;
2020-02-27 17:21:01 +00:00
if ( ! query_id . empty ( ) )
stream . setQueryId ( query_id ) ;
2014-03-10 09:33:18 +00:00
2017-04-01 07:20:54 +00:00
Progress progress ;
stream . setProgressCallback ( [ & progress ] ( const Progress & value ) { progress . incrementPiecewiseAtomically ( value ) ; } ) ;
stream . readPrefix ( ) ;
2019-08-05 13:00:27 +00:00
while ( Block block = stream . read ( ) ) ;
2017-04-01 07:20:54 +00:00
stream . readSuffix ( ) ;
2014-03-10 09:33:18 +00:00
2017-04-01 07:20:54 +00:00
const BlockStreamProfileInfo & info = stream . getProfileInfo ( ) ;
2014-05-06 17:34:22 +00:00
2017-04-01 07:20:54 +00:00
double seconds = watch . elapsedSeconds ( ) ;
2014-03-10 09:33:18 +00:00
2019-01-04 12:10:00 +00:00
std : : lock_guard lock ( mutex ) ;
2014-05-06 17:08:51 +00:00
2019-08-05 13:00:27 +00:00
comparison_info_per_interval [ connection_index ] - > add ( seconds , progress . read_rows , progress . read_bytes , info . rows , info . bytes ) ;
comparison_info_total [ connection_index ] - > add ( seconds , progress . read_rows , progress . read_bytes , info . rows , info . bytes ) ;
2019-08-21 08:53:41 +00:00
t_test . add ( connection_index , seconds ) ;
2019-08-05 13:00:27 +00:00
}
2014-05-06 17:08:51 +00:00
2019-08-05 13:00:27 +00:00
void report ( MultiStats & infos )
2017-04-01 07:20:54 +00:00
{
2019-01-04 12:10:00 +00:00
std : : lock_guard lock ( mutex ) ;
2014-03-10 09:33:18 +00:00
2019-08-05 13:00:27 +00:00
std : : cerr < < " \n " ;
2019-08-21 08:53:41 +00:00
for ( size_t i = 0 ; i < infos . size ( ) ; + + i )
2019-08-05 13:00:27 +00:00
{
2019-08-21 08:53:41 +00:00
const auto & info = infos [ i ] ;
2019-08-09 13:00:47 +00:00
2019-08-05 13:00:27 +00:00
/// Avoid zeros, nans or exceptions
if ( 0 = = info - > queries )
return ;
2019-08-08 18:49:29 +00:00
double seconds = info - > work_time / concurrency ;
2019-08-05 13:00:27 +00:00
std : : cerr
2019-08-21 08:53:41 +00:00
< < connections [ i ] - > getDescription ( ) < < " , "
2020-06-19 22:41:15 +00:00
< < " queries " < < info - > queries < < " , " ;
if ( info - > errors )
{
std : : cerr < < " errors " < < info - > errors < < " , " ;
}
std : : cerr
2019-08-08 18:49:29 +00:00
< < " QPS: " < < ( info - > queries / seconds ) < < " , "
< < " RPS: " < < ( info - > read_rows / seconds ) < < " , "
< < " MiB/s: " < < ( info - > read_bytes / seconds / 1048576 ) < < " , "
< < " result RPS: " < < ( info - > result_rows / seconds ) < < " , "
< < " result MiB/s: " < < ( info - > result_bytes / seconds / 1048576 ) < < " . "
2019-08-05 13:00:27 +00:00
< < " \n " ;
}
std : : cerr < < " \n " ;
2014-03-10 09:33:18 +00:00
2017-04-01 07:20:54 +00:00
auto print_percentile = [ & ] ( double percent )
{
2019-08-05 13:00:27 +00:00
std : : cerr < < percent < < " % \t \t " ;
2019-08-09 15:18:21 +00:00
for ( const auto & info : infos )
2019-08-05 13:00:27 +00:00
{
2020-05-23 19:43:13 +00:00
std : : cerr < < info - > sampler . quantileNearest ( percent / 100.0 ) < < " sec. \t " ;
2019-08-05 13:00:27 +00:00
}
std : : cerr < < " \n " ;
2017-04-01 07:20:54 +00:00
} ;
2014-04-06 23:18:07 +00:00
2017-04-01 07:20:54 +00:00
for ( int percent = 0 ; percent < = 90 ; percent + = 10 )
print_percentile ( percent ) ;
2016-09-30 12:39:18 +00:00
2017-04-01 07:20:54 +00:00
print_percentile ( 95 ) ;
print_percentile ( 99 ) ;
print_percentile ( 99.9 ) ;
print_percentile ( 99.99 ) ;
2014-05-06 18:02:57 +00:00
2019-08-21 08:53:41 +00:00
std : : cerr < < " \n " < < t_test . compareAndReport ( confidence ) . second < < " \n " ;
2019-08-06 10:54:35 +00:00
if ( ! cumulative )
2019-08-08 18:49:29 +00:00
{
2019-08-06 10:54:35 +00:00
for ( auto & info : infos )
info - > clear ( ) ;
2019-08-08 18:49:29 +00:00
}
2017-04-01 07:20:54 +00:00
}
2016-09-28 16:49:59 +00:00
2019-08-05 13:00:27 +00:00
void reportJSON ( MultiStats & infos , const std : : string & filename )
2017-04-01 07:20:54 +00:00
{
WriteBufferFromFile json_out ( filename ) ;
2016-09-28 16:49:59 +00:00
2019-01-04 12:10:00 +00:00
std : : lock_guard lock ( mutex ) ;
2016-09-28 16:49:59 +00:00
2017-04-01 07:20:54 +00:00
auto print_key_value = [ & ] ( auto key , auto value , bool with_comma = true )
{
json_out < < double_quote < < key < < " : " < < value < < ( with_comma ? " , \n " : " \n " ) ;
} ;
2016-09-28 16:49:59 +00:00
2019-08-05 13:00:27 +00:00
auto print_percentile = [ & json_out ] ( Stats & info , auto percent , bool with_comma = true )
2017-04-01 07:20:54 +00:00
{
2020-05-23 19:43:13 +00:00
json_out < < " \" " < < percent < < " \" : " < < info . sampler . quantileNearest ( percent / 100.0 ) < < ( with_comma ? " , \n " : " \n " ) ;
2017-04-01 07:20:54 +00:00
} ;
2016-09-28 16:49:59 +00:00
2017-04-01 07:20:54 +00:00
json_out < < " { \n " ;
2016-09-30 12:39:18 +00:00
2019-08-21 08:53:41 +00:00
for ( size_t i = 0 ; i < infos . size ( ) ; + + i )
2019-08-05 13:00:27 +00:00
{
2019-08-21 08:53:41 +00:00
const auto & info = infos [ i ] ;
2016-09-30 12:39:18 +00:00
2019-08-21 08:53:41 +00:00
json_out < < double_quote < < connections [ i ] - > getDescription ( ) < < " : { \n " ;
2020-06-11 17:53:33 +00:00
json_out < < double_quote < < " statistics " < < " : { \n " ;
2016-09-30 12:39:18 +00:00
2019-08-06 10:54:35 +00:00
print_key_value ( " QPS " , info - > queries / info - > work_time ) ;
print_key_value ( " RPS " , info - > read_rows / info - > work_time ) ;
print_key_value ( " MiBPS " , info - > read_bytes / info - > work_time ) ;
print_key_value ( " RPS_result " , info - > result_rows / info - > work_time ) ;
print_key_value ( " MiBPS_result " , info - > result_bytes / info - > work_time ) ;
2020-06-19 22:41:15 +00:00
print_key_value ( " num_queries " , info - > queries . load ( ) ) ;
print_key_value ( " num_errors " , info - > errors , false ) ;
2016-09-30 12:39:18 +00:00
2019-08-05 13:00:27 +00:00
json_out < < " }, \n " ;
2020-06-11 17:53:33 +00:00
json_out < < double_quote < < " query_time_percentiles " < < " : { \n " ;
2016-09-30 12:39:18 +00:00
2020-06-19 22:41:15 +00:00
if ( info - > queries ! = 0 )
{
for ( int percent = 0 ; percent < = 90 ; percent + = 10 )
print_percentile ( * info , percent ) ;
2016-09-30 12:39:18 +00:00
2020-06-19 22:41:15 +00:00
print_percentile ( * info , 95 ) ;
print_percentile ( * info , 99 ) ;
print_percentile ( * info , 99.9 ) ;
print_percentile ( * info , 99.99 , false ) ;
}
2016-09-28 16:49:59 +00:00
2019-08-05 13:00:27 +00:00
json_out < < " } \n " ;
2019-08-21 08:53:41 +00:00
json_out < < ( i = = infos . size ( ) - 1 ? " } \n " : " }, \n " ) ;
2019-08-05 13:00:27 +00:00
}
2016-09-28 16:49:59 +00:00
2017-04-01 07:20:54 +00:00
json_out < < " } \n " ;
}
2017-02-01 20:30:46 +00:00
public :
2020-01-21 15:34:55 +00:00
~ Benchmark ( ) override
2017-04-01 07:20:54 +00:00
{
2020-06-19 23:03:13 +00:00
shutdown = true ;
2017-04-01 07:20:54 +00:00
}
2014-03-10 09:33:18 +00:00
} ;
}
2018-09-01 02:22:30 +00:00
# ifndef __clang__
# pragma GCC optimize("-fno-var-tracking-assignments")
# endif
2019-12-15 06:34:43 +00:00
# pragma GCC diagnostic ignored "-Wmissing-declarations"
2018-09-01 02:22:30 +00:00
2017-03-24 15:05:54 +00:00
int mainEntryClickHouseBenchmark ( int argc , char * * argv )
2014-03-10 09:33:18 +00:00
{
2017-04-01 07:20:54 +00:00
using namespace DB ;
bool print_stacktrace = true ;
try
{
using boost : : program_options : : value ;
2019-08-23 15:47:27 +00:00
boost : : program_options : : options_description desc = createOptionsDescription ( " Allowed options " , getTerminalWidth ( ) ) ;
2017-04-01 07:20:54 +00:00
desc . add_options ( )
2018-10-11 21:12:14 +00:00
( " help " , " produce help message " )
2020-12-06 08:53:02 +00:00
( " query " , value < std : : string > ( ) - > default_value ( " " ) , " query to execute " )
2018-10-11 21:12:14 +00:00
( " concurrency,c " , value < unsigned > ( ) - > default_value ( 1 ) , " number of parallel queries " )
2020-08-15 13:57:17 +00:00
( " delay,d " , value < double > ( ) - > default_value ( 1 ) , " delay between intermediate reports in seconds (set 0 to disable reports) " )
( " stage " , value < std : : string > ( ) - > default_value ( " complete " ) , " request query processing up to specified stage: complete,fetch_columns,with_mergeable_state,with_mergeable_state_after_aggregation " )
2018-10-11 21:12:14 +00:00
( " iterations,i " , value < size_t > ( ) - > default_value ( 0 ) , " amount of queries to be executed " )
( " timelimit,t " , value < double > ( ) - > default_value ( 0. ) , " stop launch of queries after specified time limit " )
( " randomize,r " , value < bool > ( ) - > default_value ( false ) , " randomize order of execution " )
( " json " , value < std : : string > ( ) - > default_value ( " " ) , " write final report to specified file in JSON format " )
2019-08-21 08:53:41 +00:00
( " host,h " , value < Strings > ( ) - > multitoken ( ) , " " )
( " port,p " , value < Ports > ( ) - > multitoken ( ) , " " )
2019-08-06 10:54:35 +00:00
( " cumulative " , " prints cumulative data instead of data per interval " )
2018-11-28 21:21:22 +00:00
( " secure,s " , " Use TLS connection " )
2018-10-11 21:12:14 +00:00
( " user " , value < std : : string > ( ) - > default_value ( " default " ) , " " )
( " password " , value < std : : string > ( ) - > default_value ( " " ) , " " )
( " database " , value < std : : string > ( ) - > default_value ( " default " ) , " " )
( " stacktrace " , " print stack traces of exceptions " )
2020-06-14 19:23:05 +00:00
( " confidence " , value < size_t > ( ) - > default_value ( 5 ) , " set the level of confidence for T-test [0=80%, 1=90%, 2=95%, 3=98%, 4=99%, 5=99.5%(default) " )
2020-02-27 17:21:01 +00:00
( " query_id " , value < std : : string > ( ) - > default_value ( " " ) , " " )
2020-06-12 18:28:07 +00:00
( " continue_on_errors " , " continue testing even if a query fails " )
2017-04-01 07:20:54 +00:00
;
2019-04-25 14:08:20 +00:00
Settings settings ;
settings . addProgramOptions ( desc ) ;
2017-04-01 07:20:54 +00:00
boost : : program_options : : variables_map options ;
boost : : program_options : : store ( boost : : program_options : : parse_command_line ( argc , argv , desc ) , options ) ;
2019-04-25 14:08:20 +00:00
boost : : program_options : : notify ( options ) ;
2017-04-01 07:20:54 +00:00
2020-06-14 19:23:05 +00:00
clearPasswordFromCommandLine ( argc , argv ) ;
2017-04-01 07:20:54 +00:00
if ( options . count ( " help " ) )
{
std : : cout < < " Usage: " < < argv [ 0 ] < < " [options] < queries.txt \n " ;
std : : cout < < desc < < " \n " ;
return 1 ;
}
print_stacktrace = options . count ( " stacktrace " ) ;
2020-07-12 18:54:13 +00:00
/// NOTE Maybe clickhouse-benchmark should also respect .xml configuration of clickhouse-client.
UInt16 default_port = options . count ( " secure " ) ? DBMS_DEFAULT_SECURE_PORT : DBMS_DEFAULT_PORT ;
2018-09-06 18:05:33 +00:00
UseSSL use_ssl ;
2020-07-12 18:54:13 +00:00
Ports ports = options . count ( " port " )
? options [ " port " ] . as < Ports > ( )
: Ports ( { default_port } ) ;
2019-08-21 08:53:41 +00:00
Strings hosts = options . count ( " host " ) ? options [ " host " ] . as < Strings > ( ) : Strings ( { " localhost " } ) ;
2018-09-06 18:05:33 +00:00
2017-04-01 07:20:54 +00:00
Benchmark benchmark (
options [ " concurrency " ] . as < unsigned > ( ) ,
options [ " delay " ] . as < double > ( ) ,
2019-08-21 08:53:41 +00:00
std : : move ( hosts ) ,
std : : move ( ports ) ,
2019-08-06 10:54:35 +00:00
options . count ( " cumulative " ) ,
2018-11-28 15:31:09 +00:00
options . count ( " secure " ) ,
2017-04-01 07:20:54 +00:00
options [ " database " ] . as < std : : string > ( ) ,
options [ " user " ] . as < std : : string > ( ) ,
options [ " password " ] . as < std : : string > ( ) ,
options [ " stage " ] . as < std : : string > ( ) ,
options [ " randomize " ] . as < bool > ( ) ,
options [ " iterations " ] . as < size_t > ( ) ,
options [ " timelimit " ] . as < double > ( ) ,
options [ " json " ] . as < std : : string > ( ) ,
2019-08-09 10:46:57 +00:00
options [ " confidence " ] . as < size_t > ( ) ,
2020-02-27 17:21:01 +00:00
options [ " query_id " ] . as < std : : string > ( ) ,
2020-12-06 08:53:02 +00:00
options [ " query " ] . as < std : : string > ( ) ,
2020-06-12 18:28:07 +00:00
options . count ( " continue_on_errors " ) > 0 ,
2020-06-15 16:39:00 +00:00
print_stacktrace ,
2017-04-01 07:20:54 +00:00
settings ) ;
2018-11-28 14:41:51 +00:00
return benchmark . run ( ) ;
2017-04-01 07:20:54 +00:00
}
catch ( . . . )
{
std : : cerr < < getCurrentExceptionMessage ( print_stacktrace , true ) < < std : : endl ;
return getCurrentExceptionCode ( ) ;
}
2014-03-10 09:33:18 +00:00
}