-
Notifications
You must be signed in to change notification settings - Fork 6.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow multiplication of Decimal and Float #18145
Merged
alexey-milovidov
merged 101 commits into
ClickHouse:master
from
myrrc:improvement/multiply-decimals-and-floats
Dec 27, 2020
Merged
Allow multiplication of Decimal and Float #18145
alexey-milovidov
merged 101 commits into
ClickHouse:master
from
myrrc:improvement/multiply-decimals-and-floats
Dec 27, 2020
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
robot-clickhouse
added
the
pr-improvement
Pull request with some product improvements
label
Dec 16, 2020
commit 17331d2732d3de57870db222a2dc80441aa6febd Author: myrrc <[email protected]> Date: Fri Dec 18 18:51:05 2020 +0300 another fix commit 61e189d84bff6a32acbe15b3ea9ed92a9cc98890 Author: myrrc <[email protected]> Date: Fri Dec 18 18:50:05 2020 +0300 another fix commit cb2ddc7d01c810939cc24781e9511da7cf5d5294 Merge: 0e235d35f8 985876b737 Author: myrrc <[email protected]> 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 <[email protected]> Date: Fri Dec 18 18:48:37 2020 +0300 aa commit 985876b737d8564a2850e54cefa88063c6da2f2d Author: myrrc <[email protected]> Date: Fri Dec 18 18:37:00 2020 +0300 another fix commit e2556659e04c705e370e5ac5c79e06b84d1a27a8 Author: myrrc <[email protected]> Date: Fri Dec 18 18:28:21 2020 +0300 fix3 commit a19934886028e6a8bf5320f15eea056c5fad3eb5 Author: myrrc <[email protected]> Date: Fri Dec 18 18:26:58 2020 +0300 fix2 commit fbaa8d3951f4f6056e92ab68adf6647dc2cc5caf Author: myrrc <[email protected]> Date: Fri Dec 18 18:24:31 2020 +0300 fix commit ed6d74b21837532773a3eaf870e3b6abb5547725 Author: myrrc <[email protected]> Date: Fri Dec 18 18:21:10 2020 +0300 another bad solution commit 6f1c0b118aea3ba96af3ba1a882c0fa4e6417316 Author: myrrc <[email protected]> Date: Fri Dec 18 18:17:03 2020 +0300 typo commit 0dca8562373c495ba9170ecac3bf298df022927e Author: myrrc <[email protected]> Date: Fri Dec 18 18:16:38 2020 +0300 solution fix commit d22d045a59a8e2db0b7bff0f4bd9f11ac48aa48f Author: myrrc <[email protected]> Date: Fri Dec 18 18:12:31 2020 +0300 fixed the impl commit 9d24cafccdaadf9803d02183a5af4a0856b407aa Author: myrrc <[email protected]> Date: Fri Dec 18 18:06:24 2020 +0300 added vector mult branch commit 7611f8d15b13130b2374a5f0025ed5907e77c29e Author: myrrc <[email protected]> Date: Fri Dec 18 17:54:48 2020 +0300 compile fix commit 6b956a2a0dbcf0b80ef976116006d14db60abebe Author: myrrc <[email protected]> Date: Fri Dec 18 17:50:16 2020 +0300 possible fix for non-const mult commit 58ef4c34c070c08a7f9b6cc5fd337b91781f6141 Author: myrrc <[email protected]> Date: Fri Dec 18 17:44:24 2020 +0300 prep for debug version commit 3c01cfe630bb24a24d91583d7137d57be49cb5b4 Author: myrrc <[email protected]> Date: Fri Dec 18 17:34:51 2020 +0300 no scale added commit fa1f7f40f5875b6e538c9779ae5f4b0258c44c46 Author: myrrc <[email protected]> Date: Fri Dec 18 17:32:44 2020 +0300 another try commit 6488846c9200c92629953bde0e6412a83fbdae14 Author: myrrc <[email protected]> Date: Fri Dec 18 17:23:51 2020 +0300 signature fix commit bc651b304750d28ca722430ad3b4c433b8ab82eb Author: myrrc <[email protected]> Date: Fri Dec 18 17:21:32 2020 +0300 added the suboptimal solution commit 764d4622886384b5a60229bb2a1c88d5eeac5764 Author: myrrc <[email protected]> Date: Fri Dec 18 17:16:54 2020 +0300 updated test with possible right values commit 611d400106040e5099dc47a4b7ec71f807a9f324 Author: myrrc <[email protected]> Date: Fri Dec 18 17:13:15 2020 +0300 fixed compile error commit 6c91b3dba0945a0aa40288291c2c93727ff69c59 Author: myrrc <[email protected]> Date: Fri Dec 18 17:10:37 2020 +0300 added explicit scale calc commit 1f105145994d55e903a2e0343ddaa2e706a92ff6 Author: myrrc <[email protected]> Date: Fri Dec 18 17:02:02 2020 +0300 another attempt commit 07bc3a2a4d26b6be743e511aac4dfddfb343ee97 Author: myrrc <[email protected]> Date: Fri Dec 18 16:49:00 2020 +0300 reverted the overengineering commit c4ea410a4da0872035f3ec0a0f57b87aa66999a3 Author: myrrc <[email protected]> Date: Fri Dec 18 16:45:44 2020 +0300 updated the comments and branches commit 15f0915ad32913a0032b497acad3367937cf2416 Author: myrrc <[email protected]> Date: Fri Dec 18 16:35:37 2020 +0300 replaced ternary if commit 84013d253dff75b1f522ac1756fb8c966a51f88c Author: myrrc <[email protected]> Date: Fri Dec 18 16:33:00 2020 +0300 fix: ternary if commit f34c0500dbd9b3d9af75be1151238cd3668e9b1e Author: myrrc <[email protected]> Date: Fri Dec 18 16:29:53 2020 +0300 enlarged the test, updated scales calc commit d4f8c46210fce2491cd4ad49e41f9e1bf82d0170 Author: myrrc <[email protected]> Date: Fri Dec 18 16:04:19 2020 +0300 fixed the test commit 283268c50feefcadfe914a286361d96d4c248f4b Merge: 5b6143bf2f 6a9397a64b Author: myrrc <[email protected]> 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 <[email protected]> Date: Fri Dec 18 15:42:12 2020 +0300 fix style error commit 05abfb04bde8685588886c75aff415c4d7aad001 Merge: a50e9548fd 26637bd7ee Author: myrrc <[email protected]> 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 <[email protected]> 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 <[email protected]> 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 <[email protected]> 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 <[email protected]> Date: Fri Dec 18 08:07:09 2020 +0300 Whitespaces commit c343fa1ae4322f408f9ce42c58539e3a5269df2a Merge: 6a5ce2eea7 4a1618d0b8 Author: alexey-milovidov <[email protected]> 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 <[email protected]> Date: Fri Dec 18 07:58:56 2020 +0300 Update config.xml commit 44734a829ea4add9ba88be3844408c1a1484f8e5 Merge: aa7793e38f b4a59aecfe Author: alexey-milovidov <[email protected]> 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 <[email protected]> Date: Fri Dec 18 06:39:21 2020 +0300 Update config.xml commit aa7793e38f7bdc2de2878787c7f5b0f58675494a Merge: 8bc9d8ed7e d198f03301 Author: Nikita Mikhaylov <[email protected]> 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 <[email protected]> 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 <[email protected]> Date: Fri Dec 18 01:35:37 2020 +0300 Update FunctionBinaryArithmetic.h commit a50e9548fd25eb9783844e181eff44cbc215cd17 Merge: 43348bd708 0462340d8a Author: myrrc <[email protected]> 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 <[email protected]> Date: Fri Dec 18 01:25:30 2020 +0300 fixed the possible values case commit 0462340d8a6c02a455b254cd12a6beb4c759c3d0 Author: alexey-milovidov <[email protected]> Date: Fri Dec 18 01:03:25 2020 +0300 Update FunctionBinaryArithmetic.h commit 5a78eafb0547b53df329c9a2b4fb7d3d1d8d7b6b Author: alexey-milovidov <[email protected]> Date: Fri Dec 18 00:59:39 2020 +0300 Update FunctionBinaryArithmetic.h commit 40c702c54a4d676fef6ce22b583a4523c287af2f Author: alexey-milovidov <[email protected]> Date: Fri Dec 18 00:56:42 2020 +0300 Update multiply.cpp commit 6fc3ca8b7b42879d36a9dfd1756b9eb772128814 Merge: 8140fbd0fb 0c04a263e5 Author: alexey-milovidov <[email protected]> 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 <[email protected]> Date: Fri Dec 18 00:31:09 2020 +0300 Better config: example ports, security advices commit 8140fbd0fb5b177f8d862306fb9dacd2c6254cb2 Merge: 799997db35 aecdd02be4 Author: alesapin <[email protected]> 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 <[email protected]> Date: Fri Dec 18 00:14:06 2020 +0300 added test reference commit bf5e836414f68f49d363708c8d32b0a9f0d576cc Author: myrrc <[email protected]> Date: Fri Dec 18 00:03:45 2020 +0300 updated the test commit 7db7a9ef5b2727196f037af3e5d4f0834fbdc3cf Author: myrrc <[email protected]> Date: Thu Dec 17 23:55:59 2020 +0300 added another constexpr branch commit 205db4fa92a3f9086fc154997a9dc283719aefbb Author: myrrc <[email protected]> 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 <[email protected]> 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 <[email protected]> Date: Thu Dec 17 23:19:57 2020 +0300 Squashed commit of the following: commit 61d9d213e91f7fbc0381a2ef81b1e941d7fd2506 Author: myrrc <[email protected]> Date: Thu Dec 17 23:14:02 2020 +0300 fixed another variable init commit 73f3195fe17610f814453b27c8f4bbd15a54820d Author: myrrc <[email protected]> Date: Thu Dec 17 23:12:41 2020 +0300 fixed variable init commit 488f4ef42e90988667f77ec5b6d7e25fef9a3a03 Author: myrrc <[email protected]> Date: Thu Dec 17 23:09:33 2020 +0300 fixed compile condition commit e50af17545827eb9ef657ff7d17c319afb17428e Author: myrrc <[email protected]> Date: Thu Dec 17 23:05:10 2020 +0300 fixed template args1 commit f93385dcf01697a3cd5e77d8ef7f5b69aa8c90ac Author: myrrc <[email protected]> Date: Thu Dec 17 23:01:29 2020 +0300 replaced lambda with helper function commit 5974e784c29b54c59b1d84a1cecd1049cbc5e5a5 Author: myrrc <[email protected]> Date: Thu Dec 17 22:52:52 2020 +0300 added the conversion func commit 6eecef35a6b09f1d83f5e1c75db8200d4a438fe5 Author: myrrc <[email protected]> Date: Thu Dec 17 22:35:46 2020 +0300 fixed result type trait commit 31e3ca16703e06b5ac5cd3bc39631d0dfdaa12cc Author: myrrc <[email protected]> Date: Thu Dec 17 22:26:15 2020 +0300 restored type signature commit 613f4e0f04405a9ce5901f36f82935e32c1ca03b Author: myrrc <[email protected]> Date: Thu Dec 17 22:24:09 2020 +0300 removed explicit types commit 1c52842e835a661a9fb36693a45ff70a1be96633 Author: myrrc <[email protected]> Date: Thu Dec 17 22:21:23 2020 +0300 simplified the condition commit c61af32360f95b5cffa8827b77e603fcb7c01740 Author: myrrc <[email protected]> Date: Thu Dec 17 22:12:12 2020 +0300 fixed const column branch commit fd1d24c928acdcf8d0009ba975209fc2876ebfd0 Author: myrrc <[email protected]> Date: Thu Dec 17 22:10:33 2020 +0300 fixed overflow check commit b428f8fcd88c8bcc29fe3aac86361df672d5d0e4 Author: myrrc <[email protected]> Date: Thu Dec 17 22:01:04 2020 +0300 fixed scales commit 39c82fe50cb3652ae1f426650634bb89468023f5 Author: myrrc <[email protected]> Date: Thu Dec 17 21:52:19 2020 +0300 fixed result type commit 54887dacbf2a1243e1dc70dee259787141592ab2 Author: myrrc <[email protected]> Date: Thu Dec 17 21:38:36 2020 +0300 fix scale init commit 3e9428515c28aa6b9f73fa1a9ff02f7115f913a8 Author: myrrc <[email protected]> Date: Thu Dec 17 21:36:15 2020 +0300 fix deleted constuctor commit ea2da764f6bd4e1500adaebfc9794879bf414526 Author: myrrc <[email protected]> Date: Thu Dec 17 21:33:51 2020 +0300 fixed result data type init commit 1f67b0ce8d68693262a6e714d5c9f2f40b74c9a1 Author: myrrc <[email protected]> Date: Thu Dec 17 21:28:51 2020 +0300 reverting if constexpr commit 494e9066c33c9949d2063f8a63ce1f31120c8805 Author: myrrc <[email protected]> Date: Thu Dec 17 21:17:38 2020 +0300 fixing first compile bug commit d24fc58c94e270f48834451f4807aba10fe330fc Author: myrrc <[email protected]> Date: Thu Dec 17 21:12:24 2020 +0300 case fix 2 commit 9f217c5df57e6fe8d8ca5d823d4889e39830ffc1 Author: myrrc <[email protected]> Date: Thu Dec 17 21:11:39 2020 +0300 case fix commit fa6a1d3b4a70f3217df426934b14de4c6a166e6d Author: myrrc <[email protected]> Date: Thu Dec 17 20:55:35 2020 +0300 fix commit af8a72a45f2162f69c3cc0034af607cc17d288f9 Author: myrrc <[email protected]> Date: Thu Dec 17 20:16:37 2020 +0300 fix commit 737d4fc22fd2565e5551b15f6cd96aa419a271cd Author: myrrc <[email protected]> Date: Thu Dec 17 19:43:29 2020 +0300 debug fix commit fcacf5c510c1ea34f3980863c92b34a191523f7d Author: myrrc <[email protected]> Date: Thu Dec 17 19:31:54 2020 +0300 another try commit 49f3b71b5f1c731c98eb0d90421bef968a675e64 Author: myrrc <[email protected]> Date: Thu Dec 17 18:48:22 2020 +0300 another fix commit 0d319c8c612285fc249a6aea9382e9aad3b8e7c4 Author: myrrc <[email protected]> Date: Thu Dec 17 18:47:14 2020 +0300 fix commit 9d5998fd10812ae4cf6b786dbe11fb947b6ec35b Author: myrrc <[email protected]> Date: Thu Dec 17 18:46:01 2020 +0300 added debug info commit 17d996054ecd77d59246a26b48ff3f2436c17d3a Author: myrrc <[email protected]> Date: Wed Dec 16 18:47:24 2020 +0300 style fix commit 02baaddc13b5cb40f77b44bcc104421030963012 Author: myrrc <[email protected]> Date: Wed Dec 16 18:20:41 2020 +0300 removed some casts commit 799997db35856f1a71329bc6a14cc53348b34d1f Merge: 30c98adde4 832d99515b Author: alesapin <[email protected]> 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 <[email protected]> Date: Thu Dec 17 23:14:02 2020 +0300 fixed another variable init commit 30c98adde46e6d242d8bc27e075d68c4177c06f1 Author: alesapin <[email protected]> Date: Thu Dec 17 23:13:49 2020 +0300 Fix local variable in clickhouse-test commit 73f3195fe17610f814453b27c8f4bbd15a54820d Author: myrrc <[email protected]> Date: Thu Dec 17 23:12:41 2020 +0300 fixed variable init commit 488f4ef42e90988667f77ec5b6d7e25fef9a3a03 Author: myrrc <[email protected]> Date: Thu Dec 17 23:09:33 2020 +0300 fixed compile condition commit e50af17545827eb9ef657ff7d17c319afb17428e Author: myrrc <[email protected]> Date: Thu Dec 17 23:05:10 2020 +0300 fixed template args1 commit f93385dcf01697a3cd5e77d8ef7f5b69aa8c90ac Author: myrrc <[email protected]> Date: Thu Dec 17 23:01:29 2020 +0300 replaced lambda with helper function commit b9c537ac37facaf84ef2beafd933c48027c61cac Merge: d9125a4822 da18af96a3 Author: Vitaly Baranov <[email protected]> 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 <[email protected]> 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 <[email protected]> Date: Thu Dec 17 22:52:52 2020 +0300 added the conversion func commit dbfe50c0c1593f0bf3820cf7e36107c31c12a167 Merge: 82ed528d98 a207e3db75 Author: alesapin <[email protected]> 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 <[email protected]> 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 <[email protected]> Date: Thu Dec 17 22:42:32 2020 +0300 Merge branch 'master' into insert_quorum_parallel-default commit c2b0f9d5306831fca199dcc9275925dcd496461e Author: Alexey Milovidov <[email protected]> Date: Thu Dec 17 22:42:15 2020 +0300 Update integration test commit 6eecef35a6b09f1d83f5e1c75db8200d4a438fe5 Author: myrrc <[email protected]> Date: Thu Dec 17 22:35:46 2020 +0300 fixed result type trait commit f82274a72297e863e38dc94d636fe2d7bd5f5d57 Merge: e9d97160f4 fd7fe0f84c Author: alexey-milovidov <[email protected]> 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 <[email protected]> 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 <[email protected]> Date: Thu Dec 17 22:26:15 2020 +0300 restored type signature commit 613f4e0f04405a9ce5901f36f82935e32c1ca03b Author: myrrc <[email protected]> Date: Thu Dec 17 22:24:09 2020 +0300 removed explicit types commit 1c52842e835a661a9fb36693a45ff70a1be96633 Author: myrrc <[email protected]> Date: Thu Dec 17 22:21:23 2020 +0300 simplified the condition commit f7f8ff8758615dcdc923ce45ec327e7f2b1cd29c Merge: 01d3aef890 dd78c9dc75 Author: Alexey Milovidov <[email protected]> Date: Thu Dec 17 22:16:30 2020 +0300 Merge branch 'master' into sigaltstack commit c61af32360f95b5cffa8827b77e603fcb7c01740 Author: myrrc <[email protected]> Date: Thu Dec 17 22:12:12 2020 +0300 fixed const column branch commit fd1d24c928acdcf8d0009ba975209fc2876ebfd0 Author: myrrc <[email protected]> Date: Thu Dec 17 22:10:33 2020 +0300 fixed overflow check commit 0c04a263e539ce530bc7a4ea98f57b2c59f35919 Author: Maksim Kita <[email protected]> Date: Thu Dec 17 22:04:26 2020 +0300 Fixed ya.make commit b428f8fcd88c8bcc29fe3aac86361df672d5d0e4 Author: myrrc <[email protected]> Date: Thu Dec 17 22:01:04 2020 +0300 fixed scales commit 39c82fe50cb3652ae1f426650634bb89468023f5 Author: myrrc <[email protected]> Date: Thu Dec 17 21:52:19 2020 +0300 fixed result type commit 54887dacbf2a1243e1dc70dee259787141592ab2 Author: myrrc <[email protected]> Date: Thu Dec 17 21:38:36 2020 +0300 fix scale init commit 3e9428515c28aa6b9f73fa1a9ff02f7115f913a8 Author: myrrc <[email protected]> Date: Thu Dec 17 21:36:15 2020 +0300 fix deleted constuctor commit ea2da764f6bd4e1500adaebfc9794879bf414526 Author: myrrc <[email protected]> Date: Thu Dec 17 21:33:51 2020 +0300 fixed result data type init commit 9aaa2f934580122bb3dc84950f6ca84ffa65327b Author: Maksim Kita <[email protected]> Date: Thu Dec 17 21:32:25 2020 +0300 Fixed compilation timeout commit 1f67b0ce8d68693262a6e714d5c9f2f40b74c9a1 Author: myrrc <[email protected]> Date: Thu Dec 17 21:28:51 2020 +0300 reverting if constexpr commit fb3d235e8473d70500bf0e11788a9ec782466f37 Author: Alexey Milovidov <[email protected]> Date: Thu Dec 17 21:08:42 2020 +0300 Do not use strerror commit 494e9066c33c9949d2063f8a63ce1f31120c8805 Author: myrrc <[email protected]> Date: Thu Dec 17 21:17:38 2020 +0300 fixing first compile bug commit d24fc58c94e270f48834451f4807aba10fe330fc Author: myrrc <[email protected]> Date: Thu Dec 17 21:12:24 2020 +0300 case fix 2 commit 9f217c5df57e6fe8d8ca5d823d4889e39830ffc1 Author: myrrc <[email protected]> Date: Thu Dec 17 21:11:39 2020 +0300 case fix commit fa6a1d3b4a70f3217df426934b14de4c6a166e6d Author: myrrc <[email protected]> Date: Thu Dec 17 20:55:35 2020 +0300 fix commit dd78c9dc75ad684b4cad458a5e87f3e28d3ba775 Merge: a77acd5aa7 b25f126569 Author: alexey-milovidov <[email protected]> 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 <[email protected]> Date: Thu Dec 17 20:25:51 2020 +0300 Update libc headers commit af8a72a45f2162f69c3cc0034af607cc17d288f9 Author: myrrc <[email protected]> Date: Thu Dec 17 20:16:37 2020 +0300 fix commit 737d4fc22fd2565e5551b15f6cd96aa419a271cd Author: myrrc <[email protected]> Date: Thu Dec 17 19:43:29 2020 +0300 debug fix commit fcacf5c510c1ea34f3980863c92b34a191523f7d Author: myrrc <[email protected]> Date: Thu Dec 17 19:31:54 2020 +0300 another try commit a207e3db7555b2984275a55a2116af48ece3af48 Author: alesapin <[email protected]> Date: Thu Dec 17 19:21:46 2020 +0300 Fix bad sleep commit aecdd02be4880b262fa7d4e1cf2e6b28027c4e59 Author: alesapin <[email protected]> Date: Thu Dec 17 19:14:42 2020 +0300 Better message commit f45993cd1e4bd651b25ce73cfab1d75b775690ed Author: alesapin <[email protected]> Date: Thu Dec 17 19:13:01 2020 +0300 More logs during quorum insert commit 49f3b71b5f1c731c98eb0d90421bef968a675e64 Author: myrrc <[email protected]> Date: Thu Dec 17 18:48:22 2020 +0300 another fix commit 0d319c8c612285fc249a6aea9382e9aad3b8e7c4 Author: myrrc <[email protected]> Date: Thu Dec 17 18:47:14 2020 +0300 fix commit d198f033017dc5da327855eba62acb2657bd69cb Author: nikitamikhaylov <[email protected]> Date: Thu Dec 17 18:46:26 2020 +0300 suppress warnings commit 9d5998fd10812ae4cf6b786dbe11fb947b6ec35b Author: myrrc <[email protected]> Date: Thu Dec 17 18:46:01 2020 +0300 added debug info commit a77acd5aa753b154e475b7c6706274fbae9db8df Author: Anton Popov <[email protected]> Date: Thu Dec 17 18:12:24 2020 +0300 Fix flaky test commit e80b93939f451202e579624602ef3ec8ac596a07 Author: alesapin <[email protected]> Date: Thu Dec 17 18:09:09 2020 +0300 Add one more case in zk test uti commit cb91d64fe7a9ba589faf52a384da9f0c10392953 Author: hexiaoting <[email protected]> Date: Thu Dec 17 22:16:14 2020 +0800 Add new feature: limit length and offset setting (#17633) Co-authored-by: Alexander Kazakov <[email protected]> commit 52ef4289feca44bdd75a188c6fa558842ce6203a Author: Alexander Tokmakov <[email protected]> Date: Thu Dec 17 16:05:38 2020 +0300 enable optimize_on_insert for MaterializeMySQL commit 0f3582883c3b1b75ef96dda9ceed5c4b2e7897d1 Merge: d302685e72 8f49946a72 Author: Nikita Mikhaylov <[email protected]> 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 <[email protected]> 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 <[email protected]> Date: Thu Dec 17 15:11:32 2020 +0300 style commit fa266790b42671f9b9f55354cf72c7a76498c534 Author: alesapin <[email protected]> Date: Thu Dec 17 14:29:29 2020 +0300 Better test commit 7e73b6acd874e47e3724716a8707a2b0386c70bf Merge: d82c23d5cf 294e8bbb4e Author: tavplubix <[email protected]> Date: Thu Dec 17 14:26:51 2020 +0300 Merge pull request #17642 from filimonov/detach-permanently DETACH TABLE PERMANENTLY commit b6bd84df844e3c0760847fcbe040a72eb284d61c Author: alesapin <[email protected]> Date: Thu Dec 17 14:25:59 2020 +0300 One more test for watches commit d82c23d5cf8ab49905212b0699bd43a2668fbd81 Merge: 10449695bc c6ac831d4e Author: Kruglov Pavel <[email protected]> Date: Thu Dec 17 14:00:05 2020 +0300 Merge pull request #16853 from amosbird/ss Add -SimpleState combinator commit 911a1cd48f66ba270d91b1fa8b1e3abb5b435b03 Author: alesapin <[email protected]> Date: Thu Dec 17 13:25:31 2020 +0300 Suppress gdb warning commit da18af96a33765a74cf5f762ff5d2a3623e0510b Author: Vitaly Baranov <[email protected]> Date: Thu Dec 10 23:16:53 2020 +0300 Fix access rights required for the merge() table function. commit fd7fe0f84cc53de082c530c9e133e06dd6dccff7 Author: Maksim Kita <[email protected]> Date: Thu Dec 17 12:10:46 2020 +0300 Updated ya.make commit 832d99515b4f4d68a3121579dbdeec153900af51 Author: Ilya Golshtein <[email protected]> Date: Thu Dec 17 12:05:49 2020 +0300 tag for yandex/clickhouse-kerberized-hadoop commit 72df75fc50877eee367ece609c602a9af518374f Author: Vitaly Baranov <[email protected]> Date: Fri Dec 11 23:48:27 2020 +0300 Add tests. commit af3ccb49f1e917d0f703dc9ba7102c2a6a18e29e Author: Vitaly Baranov <[email protected]> Date: Fri Dec 11 22:44:18 2020 +0300 Show create query for temporary tables in system.tables commit ede755d3bced701606b048ae7d4983c1451a3f69 Author: Vitaly Baranov <[email protected]> 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 <[email protected]> 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 <[email protected]> Date: Thu Dec 17 11:17:39 2020 +0300 Review fixes commit f2957d6f0545ce4aeb023bb7b71a0a49d2e888ad Merge: 1bd2f49fb5 10449695bc Author: alesapin <[email protected]> Date: Thu Dec 17 10:40:25 2020 +0300 Merge branch 'master' into try_rewrite_writer commit 10449695bc0f9dbed35b1e00303f86867d4861ce Author: Nikolai Kochetov <[email protected]> Date: Thu Dec 17 10:32:11 2020 +0300 Update boost. commit c91c5d0a686c5bfbb883318428b9c0d2c3091985 Author: Nikolai Kochetov <[email protected]> Date: Thu Dec 17 10:29:47 2020 +0300 Update boost. commit 66228f405456b74488fdb54d2fb79af9e26af567 Merge: bc0186eede 1f3702ff9e Author: alesapin <[email protected]> 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 <[email protected]> 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 <[email protected]> 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 <[email protected]> Date: Thu Dec 17 05:53:43 2020 +0300 Disable trap back commit b159e15b1b544de418344d78fe15cc856f902b4a Author: alexey-milovidov <[email protected]> Date: Thu Dec 17 05:50:04 2020 +0300 Update easy_tasks_sorted_ru.md commit 22363f6086a31f2cf7ea397b81f424a395ce23ce Author: nikitamikhaylov <[email protected]> Date: Thu Dec 17 05:29:27 2020 +0300 better commit db362e4585ae9de6c189fc8a3ea2bca7dcb5c192 Author: nikitamikhaylov <[email protected]> Date: Thu Dec 17 05:20:56 2020 +0300 done commit 4e8978e02222a2810a3e698f4203f2d12931c08e Author: Alexey Milovidov <[email protected]> Date: Thu Dec 17 05:21:27 2020 +0300 Merge with master commit 7f280bef37226f9d8dbd2873bde368206aecfb7d Merge: 2e232bad74 16e524e0de Author: Alexey Milovidov <[email protected]> Date: Thu Dec 17 05:09:10 2020 +0300 Merge branch 'master' into sigaltstack commit 7abc58526ab64ff98f13d1906c36547bdaf04da9 Author: Alexey Milovidov <[email protected]> Date: Thu Dec 17 04:55:07 2020 +0300 Update test commit 6a7c73a7bdc931d1a7f98fe543efab0970ca4dae Merge: f46eb6f2be 16e524e0de Author: Alexey Milovidov <[email protected]> Date: Thu Dec 17 04:54:17 2020 +0300 Merge branch 'master' into insert_quorum_parallel-default commit b25f126569e4870cdfcc6cba4858122ba5edd6b7 Author: Alexey Milovidov <[email protected]> Date: Thu Dec 17 04:52:27 2020 +0300 Added a test commit 9a017b77df614a2618f9ffcd706b77f970ce582d Merge: 2e6bedce91 16e524e0de Author: Alexey Milovidov <[email protected]> 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 <[email protected]> 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 <[email protected]> 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 <[email protected]> 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 <[email protected]> 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 <[email protected]> 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 <[email protected]> Date: Thu Dec 17 03:15:13 2020 +0300 Bump commit 2e2cc6d344d4615b691c4c330bb5b7ff909e1ab9 Merge: a999850378 2413e82e96 Author: alexey-milovidov <[email protected]> Date: Thu Dec 17 01:19:08 2020 +0300 Merge pull request #18141 from staticor/patch-5 Update misc.md commit d70f58a98f8cf1b325823dd6c366120ce77090d8 Author: nikitamikhaylov <[email protected]> Date: Thu Dec 17 00:52:04 2020 +0300 remove ryu commit 6c8f844442102da23fb7e4cd5b7fdddb92f8cef9 Author: Alexander Tokmakov <[email protected]> Date: Thu Dec 17 00:42:14 2020 +0300 better exception message for unknown function commit 685099af7f530b75772cee40d9c3c25579a30eec Author: Maksim Kita <[email protected]> Date: Thu Dec 17 00:23:41 2020 +0300 Move getPageSize in common commit 8f49946a72b2bc9766896c732f34dce5b10db5aa Author: Maksim Kita <[email protected]> Date: Thu Dec 17 00:21:44 2020 +0300 Reused Result type commit 4b32bb323ac71948728892e275a83d0f7e55b5cc Author: Maksim Kita <[email protected]> Date: Thu Dec 17 00:04:03 2020 +0300 Fixed style issues commit 76e73e4e8b466706b0ddc3ff337b4427e0c569ff Author: Alexander Tokmakov <[email protected]> Date: Wed Dec 16 23:49:56 2020 +0300 fix 'Unknown setting profile' error commit 5a096a75b8f4e903970d5078447680e0c2b43aef Author: Maksim Kita <[email protected]> Date: Wed Dec 16 23:10:40 2020 +0300 Fixed issues with average commit 1f3702ff9eac498dec5472680e1d75ab423cf502 Merge: 422467628a a999850378 Author: alesapin <[email protected]> Date: Wed Dec 16 23:03:07 2020 +0300 Merge branch 'master' into fix_watch_race_testkeeper commit a999850378b01ffe6bc6378df4002ace98bae89a Merge: 521e3fc4ae dbbe761fa1 Author: alesapin <[email protected]> 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 <[email protected]> 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 <[email protected]> Date: Wed Dec 16 21:24:06 2020 +0300 polishing links commit 23270915d37a05491cfae7ed5b170501349524fb Author: nikitamikhaylov <[email protected]> Date: Wed Dec 16 21:03:39 2020 +0300 better commit 170cd132da9350d30cac224a937098b5cbf0e2b1 Merge: b8250882ac 95c35b318e Author: Alexander Kuzmenkov <[email protected]> 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 <[email protected]> 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 <[email protected]> Date: Wed Dec 16 18:16:47 2020 +0100 Fix2 commit d96ca3fb8da73ad973c7d701a0e0250b89991d35 Author: Nikolai Kochetov <[email protected]> Date: Wed Dec 16 20:11:32 2020 +0300 Fixing build. commit 16e524e0de74c0be2a6ebfe7b94e629f0e3502d0 Author: Alexey Milovidov <[email protected]> Date: Wed Dec 16 19:58:00 2020 +0300 Remove outdated info from the docs commit 422467628a1d3972d7b43117746c26e645cbf528 Merge: b347fa322c d873439846 Author: alesapin <[email protected]> Date: Wed Dec 16 19:45:57 2020 +0300 Merge branch 'master' into fix_watch_race_testkeeper commit d873439846b576cf884df01a9b23e513a918568e Merge: d30099fd78 9ad2a76d51 Author: alesapin <[email protected]> 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 <[email protected]> Date: Wed Dec 16 19:12:57 2020 +0300 More relaxed check commit 9cc6fec36cf9b704858bfdf6dc06794a6813bda7 Author: alesapin <[email protected]> Date: Wed Dec 16 19:10:46 2020 +0300 Supress error in 00993_system_parts_race_condition_drop_zookeeper commit 80dbbc7e58b372f7455419b726e558a63177e936 Author: Maksim Kita <[email protected]> Date: Wed Dec 16 18:59:53 2020 +0300 Style check fix commit b82770c2ad8ef58b89aeea2b4ac4e22e2305e07c Author: Maksim Kita <[email protected]> Date: Wed Dec 16 18:47:30 2020 +0300 Added array aggregation big integer types support commit 17d996054ecd77d59246a26b48ff3f2436c17d3a Author: myrrc <[email protected]> Date: Wed Dec 16 18:47:24 2020 +0300 style fix commit 50c29d9ed007e744718725f8a1bfe94037723725 Author: nikitamikhaylov <[email protected]> Date: Wed Dec 16 18:34:29 2020 +0300 better commit d30099fd78164498432cfcf3c2917d506d4a4f2c Merge: d046164049 44d2194326 Author: Nikolai Kochetov <[email protected]> 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 <[email protected]> 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 <[email protected]> Date: Wed Dec 16 18:20:41 2020 +0300 removed some casts commit f143a37693027395c873eab0e53085569508c5e1 Author: myrrc <[email protected]> Date: Wed Dec 16 18:11:26 2020 +0300 simplified case to multiply only commit f14cafee51ad974d7de3f3ab775345310976c99d Author: Mikhail Filimonov <[email protected]> Date: Wed Dec 16 16:06:43 2020 +0100 Fix tests commit d7145a5ee15fa81b64c3204a75e66d40ed70267b Author: myrrc <[email protected]> Date: Wed Dec 16 18:01:18 2020 +0300 working commit 484e6e7de4d1d1d4f95002bd4193ae4925a4fdcf Author: Maksim Kita <[email protected]> Date: Wed Dec 16 17:38:17 2020 +0300 Removed getPageSize from small files commit 849db47f8adf9423e14a79e414f8a9b05c24088b Author: alesapin <[email protected]> Date: Wed Dec 16 17:31:17 2020 +0300 Better exception messages commit b1dc8074efbc000c1509d9f2210a5343fabb77ce Merge: d99792e614 45361f752c Author: Anton Popov <[email protected]> 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 <[email protected]> Date: Wed Dec 16 16:39:14 2020 +0300 done commit 2413e82e9639faf90e40ad7e9f5e757db20326ae Author: Steve-金勇 <[email protected]> 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 <[email protected]> Date: Wed Dec 16 16:16:24 2020 +0300 Fix 00620_optimize_on_nonleader_test commit b347fa322c1c19ddc3db53be4976ce13d4ceea2f Author: alesapin <[email protected]> Date: Wed Dec 16 15:58:00 2020 +0300 Trying to fix races one more time commit 5521abba1e18497c47e4d1626ce4c7a4c66b9898 Author: nikitamikhaylov <[email protected]> Date: Wed Dec 16 15:57:42 2020 +0300 fix boost commit c906b1ca769679af8bf8f0ed1db8fd80877fa416 Author: myrrc <[email protected]> Date: Wed Dec 16 15:21:23 2020 +0300 added the initial solution commit 4edbb42ba14ad7fd9bf757c1bec946f8b4f72e08 Author: Pervakov Grigorii <[email protected]> Date: Tue Dec 15 19:45:13 2020 +0300 Use IDisk in Set and Join storages commit 0a2bda002d7d94ed2931aafb1d17a6a72a5f3d44 Author: nikitamikhaylov <[email protected]> Date: Wed Dec 16 14:46:58 2020 +0300 remove last commit commit 61c1db38234f5b84bed5815d8cf6b7890863b6dc Author: nikitamikhaylov <[email protected]> Date: Wed Dec 16 14:45:40 2020 +0300 skip test commit bcd6fc1c88f334674c97a4f1fbaa7c8877893041 Author: nikitamikhaylov <[email protected]> Date: Wed Dec 16 02:53:25 2020 +0300 better commit 18d52dbc63b40784e70e57ce980b9252c37b932d Author: nikitamikhaylov <[email protected]> Date: Wed Dec 16 02:30:35 2020 +0300 better commit 20aaf48e38db2ba399ebb61aa004fcad4ffdb7bd Author: nikitamikhaylov <[email protected]> Date: Tue Dec 15 22:56:47 2020 +0300 pragmas commit 5c4e1d1db54d81acdbfa4843f81c3ffbf8ecae52 Author: nikitamikhaylov <[email protected]> Date: Tue Dec 15 20:53:10 2020 +0300 better commit 3288f1fd0cb3bbf7b316deb929b0e797d0173b4b Author: nikitamikhaylov <[email protected]> Date: Tue Dec 15 16:00:40 2020 +0300 ya make commit c3a6499f6df3e50178c301e2627147f2ec4cc723 Author: nikitamikhaylov <[email protected]> Date: Tue Dec 15 14:48:24 2020 +0300 fix ya.make commit 4ccdb3ca208a90963464b911b371aab0ed47c53b Author: nikitamikhaylov <[email protected]> Date: Tue Dec 15 06:07:43 2020 +0300 done commit a5a33f1963aa0ab18e7784f2891d692171f3e023 Author: Ilya Golshtein <[email protected]> Date: Tue Dec 15 14:52:10 2020 +0300 rpm rebuilddb and yum update in kerberized_hadoop/Dockerfile commit 39877b1a6fda55fede6aa69c59cecb4496cdd539 Author: Ilya Golshtein <[email protected]> Date: Tue Dec 15 12:46:02 2020 +0300 yum clean all in kerberized_hadoop/Dockerfile commit a4dad0acb7f326e526a91a81bad4ef6072fc10ff Author: Ilya Golshtein <[email protected]> Date: Mon Dec 14 21:35:13 2020 +0300 CentOS 6 became too old commit 09d1e896741dfd57d1ad5d56805742b8b98d922a Author: Ilya Golshtein <[email protected]> Date: Mon Dec 14 15:07:05 2020 +0300 yandex/clickhouse-kerberized-hadoop + missed header commit 407565b47f77bc8265bf3fa43ddfe365605d1c2d Author: Ilya Golshtein <[email protected]> Date: Fri Dec 11 12:16:58 2020 +0300 fix - wrong error code commit 9701d6a2d5fd1db05449f95fc5d2a12573ca488f Author: Ilya Golshtein <[email protected]> Date: Fri Dec 11 00:52:05 2020 +0300 style fix per code review, doc improvement, params consistency check commit 815856bc3d24bf553cadfce5333710d808066fc5 Author: Ilya Golshtein <[email protected]> Date: Sat Nov 28 01:17:05 2020 +0300 pass config, not context to createHDFSBuilder commit fc0a1af2141199af5315cf7453bda16dc089d45a Author: Ilya Golshtein <[email protected]> Date: Thu Nov 19 00:08:17 2020 +0300 doc minor changes, cleanup, krb5-user as a recommended package commit 7e9781485900af0240af7eabf69d7f2b537d4a78 Author: Ilya Golshtein <[email protected]> Date: Fri Oct 30 22:40:16 2020 +0300 cleanup, fixes, new submodules, ShellCommand, WriteBufferFromString commit d1d657335b62bedaf4dba7075a35131aafd1df82 Author: Ilya Golshtein <[email protected]> Date: Thu Oct 29 23:40:47 2020 +0300 USE_INTERNAL_HDFS3_LIBRARY + bash lint commit d9166a0645981bbf6c79f109b2916ae86eea0e8a Author: Ilya Golshtein <[email protected]> Date: Mon Sep 28 20:20:04 2020 +0300 HADOOP_SECURE_DN_USER way, kinit thread, docker capabilities commit eb10948ca2c928f8b10a3676162210722962db2d Author: Ilya Golshtein <[email protected]> Date: Thu Sep 10 13:02:46 2020 +0300 kerberized_hdfs cluster started commit 185ac744b1f67cfde0d7151556cc9309c1b98b46 Author: Ilya Golshtein <[email protected]> Date: Wed Sep 9 15:13:20 2020 +0300 kerberized hdfs compiled commit 7d23451e8126bb9cf19f05b56b2325a76fc19b14 Author: Maksim Kita <[email protected]> Date: Sat Oct 31 00:24:16 2020 +0300 Replaced usages of 4096 constant with getPageSize commit dbb2fbcdd54197c7689f4a5670b2834d8c24bb17 Author: Maksim Kita <[email protected]> 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 <[email protected]> Date: Thu Oct 29 21:49:44 2020 +0300 MMapReadBufferFromFileDescriptor use getpagesize commit dbbe761fa10d088eb73c962e727b88f1006ace3a Author: alesapin <[email protected]> Date: Wed Dec 16 13:23:11 2020 +0300 Fix test commit cd7827f70c65b7c9042b9a722aed77b4ee3dd50b Author: taiyang-li <[email protected]> Date: Wed Dec 16 18:00:21 2020 +0800 explain ast support nonselect queries commit ea4d11cb73bef08653858207e0be5e84cde69ddf Author: alesapin <[email protected]> Date: Wed Dec 16 13:04:46 2020 +0300 Wait for connections to special servers commit 44d2194326804a36163a25c6e967b27a96cf279c Author: Nikolai Kochetov <[email protected]> Date: Wed Dec 16 11:52:04 2020 +0300 Try fix integration tests. commit 54aeb8fcff0fb50365748f33a2129aee75ee6789 Merge: 2a4a6b22b1 d99792e614 Author: alesapin <[email protected]> Date: Wed Dec 16 11:25:19 2020 +0300 Merge branch 'master' into fix_remove_column_ttl commit d99792e61404ff0ee805f7a999e3c433482476f3 Merge: 37363ae89d 86fc9ea4df Author: alesapin <[email protected]> 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 <[email protected]> Date: Wed Dec 16 10:26:18 2020 +0300 Fix remove TTL for column commit 37363ae89dd70abb8e23b6bf52bdc248c9f8bbba Author: Alexey Milovidov <[email protected]> Date: Wed Dec 16 09:43:05 2020 +0300 Comment update commit 69ed3d1cb5ba5abe7dd23f1901aa0b905f4547e5 Author: Alexey Milovidov <[email protected]> Date: Wed Dec 16 09:40:30 2020 +0300 Update submodule URL commit e3b490e9b305c2e6b16bf37271d2f13c3ca8d1d7 Author: Alexey Milovidov <[email protected]> Date: Wed Dec 16 09:36:26 2020 +0300 Port Kerberos to BoringSSL commit 42b401c89390e21537db28398d99c319c1fe0e80 Merge: 4bd5d3b662 cf35e144ff Author: alexey-milovidov <[email protected]> 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 <[email protected]> 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 <[email protected]> Date: Wed Dec 16 06:36:43 2020 +0300 Comment update commit 62ce33153a45bc3355555cc6c3a75920425fa4b2 Author: Alexey Milovidov <[email protected]> Date: Wed Dec 16 06:34:25 2020 +0300 Added valuable comment commit 88c5031dfa14f7805f0aa3a8e3570efc3cac4da7 Author: Alexey Milovidov <[email protected]> Date: Wed Dec 16 06:27:28 2020 +0300 Add a commit #16595 commit ca9ccf4850208d617085fa150b69b5ef35633925 Author: Alexey Milovidov <[email protected]> Date: Wed Dec 16 06:03:43 2020 +0300 Comment update commit a7933ddf31f26719475cb3bb10d7c8ab162cde1d Merge: b56523fd94 eed767bbab Author: jianmei zhang <[email protected]> Date: Wed Dec 16 09:38:38 2020 +0800 Merge and rebase with master commit 45361f752ca591c079888483341c1d1798b3a85f Author: Anton Popov <[email protected]> Date: Wed Dec 16 02:36:03 2020 +0300 fix test commit b485b5bd1cc7edf8a4b0a76599f040e42dc6d954 Author: Anton Popov <[email protected]> Date: Wed Dec 16 01:22:21 2020 +0300 minor fixes and comments added commit aec820362a535f30b9ab04f84117ab27e10cea91 Author: alexey-milovidov <[email protected]> Date: Wed Dec 16 00:28:53 2020 +0300 Update DecimalFunctions.h commit eed767bbab573f6f72d69f93ddc2c577539bfab2 Author: alexey-milovidov <[email protected]> Date: Wed Dec 16 00:02:44 2020 +0300 Update tips.md commit b842cb04551560ba3bb5bb0c31bc4cb2f2f271c0 Author: ana-uvarova <[email protected]> Date: Tue Dec 15 23:38:36 2020 +0300 one more try commit 4e3cc606e64abba6700dbaea7d5078ab73f0d3c0 Author: Maksim Kita <[email protected]> Date: Tue Dec 15 23:36:45 2020 +0300 Fixed tests commit 97c93fa984a4cab53620c77119c18d2e7fbe8128 Author: ana-uvarova <[email protected]> Date: Tue Dec 15 23:23:58 2020 +0300 one more try commit 86fc9ea4df3efaaef44b48d1504ef6a9599bec34 Author: alesapin <[email protected]> Date: Tue Dec 15 23:18:53 2020 +0300 Update base image to 20.04 commit 0887cf476d4e0534c648479ff1f2423aec975326 Merge: b0d27d6747 2e4aa6b9e1 Author: alesapin <[email protected]> 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 <[email protected]> Date: Tue Dec 15 23:00:30 2020 +0300 fixes commit acfc3d4281be996520acaf0900ab9688bc502e47 Author: ana-uvarova <[email protected]> Date: Tue Dec 15 22:47:24 2020 +0300 host fixes commit 8aaef7f634ec57e744f2d8a37458169052287b7d Author: ana-uvarova <[email protected]> Date: Tue Dec 15 22:34:11 2020 +0300 host fixes commit 99ecb8ae6831a95dfe69e7598f5a6e1c71b5f9f5 Author: ana-uvarova <[email protected]> Date: Tue Dec 15 22:02:37 2020 +0300 host fixes commit b0d27d6747b32b8edb0c869e14a34615661761c6 Merge: f1e1672b54 3ec48cec53 Author: alexey-milovidov <[email protected]> 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 <[email protected]> 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 <[email protected]> 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 <[email protected]> Date: Tue Dec 15 21:54:16 2020 +0300 Added tryParseDecimal functions commit e51cf03f21c7abd1f1c352cc23414f14d296dc79 Merge: ba63635251 01286a6a09 Author: Anton Popov <[email protected]> Date: Tue Dec 15 21:08:01 2020 +0300 Merge remote-tracking branch 'upstream/master' into HEAD commit ba6363525190c432262239f68fb5bb532ca3e4fb Author: Anton Popov <[email protected]> Date: Tue Dec 15 21:07:13 2020 +0300 add tests for formats with type map commit 9df7ecb8e640b22977f177a4a6af16936304e746 Author: Mikhail Filimonov <[email protected]> Date: Tue Dec 15 18:06:23 2020 +0100 fixes commit 2e4aa6b9e113afdac58d4b5b41069b16ec6fb33e Author: alesapin <[email protected]> Date: Tue Dec 15 19:20:09 2020 +0300 Kill not only database proc commit 01286a6a095d9abe6b77c0d61514d1a979be746a Author: Nikolai Kochetov <[email protected]> Date: Tue Dec 15 19:18:28 2020 +0300 Update libunwind. commit e10ee944bed26fc67a14e57fc6d025dd96794f32 Author: ana-uvarova <[email protected]> Date: Tue Dec 15 19:17:42 2020 +0300 links fixes commit a325c0db744374610543ae7f8b79f2a6d14f796c Author: ana-uvarova <[email protected]> Date: Tue Dec 15 19:07:25 2020 +0300 base commit 1bd2f49fb5f699e62f1aab311725163c16e5e5dc Merge: 8670836573 063488d943 Author: alesapin <[email protected]> Date: Tue Dec 15 19:05:04 2020 +0300 Merge branch 'master' into try_rewrite_writer commit dff71850a8d39ac42af7d877f75fcdae1da08402 Merge: 9d17f01dc9 063488d943 Author: alesapin <[email protected]> Date: Tue Dec 15 19:04:24 2020 +0300 Merge branch 'master' into fix_watch_race_testkeeper commit 9ad2a76d5151c613d281deaf7d66ebc895506c06 Author: alesapin <[email protected]> Date: Tue Dec 15 18:27:47 2020 +0300 Update run.sh commit 554fd738e9a783f1b7f69cae7b2e2a7d3f796a05 Author: alesapin <[email protected]> Date: Tue Dec 15 18:22:21 2020 +0300 Remove strange line commit ccabb4680ddad1bfbbdd2550353d890136ade9da Author: alesapin <[email protected]> Date: Tue Dec 15 18:19:56 2020 +0300 Fix dependencies commit 063488d94350bd7f8c0c41dc0b8009f48d7e9be8 Merge: 31bef163ba 22aba554c0 Author: alexey-milovidov <[email protected]> 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 <[email protected]> Date: Tue Dec 15 18:07:20 2020 +0300 Revert "Fix access rights required for the merge() table function." commit 27ff3a5214ab639712a48279c2afa6dd594dc837 Author: Mikhail Filimonov <[email protected]> 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 <[email protected]> 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 <[email protected]> Date: Tue Dec 15 17:34:37 2020 +0300 fix type map ser/de to json commit b252321ef7ea531351a29ca93c5851ce718ea260 Merge: def080c8ba 6defcbb662 Author: Nikolai Kochetov <[email protected]> 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 <[email protected]> Date: Tue Dec 15 16:50:42 2020 +0300 Merge branch 'master' into optimize-data-on-insert commit 873d9d1e1e22dd6a6f09c6919bfa1cf68cc4a55b Author: alesapin <[email protected]> Date: Tue Dec 15 16:34:53 2020 +0300 Better commit 9bb0326fc6bac0922b5a94f03fe4102745bb1e41 Author: alesapin <[email protected]> Date: Tue Dec 15 16:33:14 2020 +0300 Fix database drop timeout in clickhouse-test commit 96f22a5bcc8aef0159805337319d767c54208243 Author: Steve-金勇 <[email protected]> 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 <[email protected]> Date: Tue Dec 15 13:41:04 2020 +0300 Merge branch 'master' into fix_watch_race_testkeeper commit 8670836573d09282d29fe75ae9e9c43eb234bdff Author: alesapin <[email protected]> Date: Tue Dec 15 13:34:28 2020 +0300 Add some comments commit b56523fd94db0cdcde4809f247424d53fcfd2f1f Author: jianmei zhang <[email protected]> Date: Tue Dec 15 17:56:54 2020 +0800 Update test case to avoid the latest added parameter commit 74c2211510564bcc19667d31c9f0e873b5d8a6c5 Author: alesapin <[email protected]> Date: Tue Dec 15 12:54:48 2020 +0300 More clear commit def080c8bae1fb60a105e38527e1452e83f207f2 Author: Alexander Kazakov <[email protected]> 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 <[email protected]> Date: Tue Dec 15 11:04:37 2020 +0300 Slightly better commit 508b50d121fc03c26fa9898fadc16ebb9b76f10d Author: jianmei zhang <[email protected]> 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 <[email protected]> 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 <[email protected]> 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 <[email protected]> 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 <[email protected]> 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 <[email protected]> Date: Tue Dec 15 02:24:50 2020 +0300 Fix warning message for unusupported -fsanitize-blacklist commit 519d89dc9fde458b2c61636ef84c0ee5b0ecf5b1 Author: Azat Khuzhin <[email protected]> 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 <[email protected]> Date: Tue Dec 15 01:45:01 2020 +0300 Merge remote-tracking branch 'upstream/master' into HEAD commit afc2d7099b71c786620c2728f944cc992fa98b22 Author: Anton Popov <[email protected]> Date: Tue Dec 15 01:16:04 2020 +0300 add conversion from array to map commit 49f65ecf9de008a6a51b6d169e24646ed7af91ba Author: alexey-milovidov <[email protected]> Date: Mon Dec 14 23:07:28 2020 +0300 Update CHANGELOG.md commit 91be7a6f27a0901384ed95653a76f98aac03a094 Merge: 363ff79cca 5da9315ceb Author: alexey-milovidov <[email protected]> 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 <[email protected]> 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 <[email protected]> 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 <[email protected]> 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 <[email protected]> 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 <[email protected]> Date: Tue Dec 8 13:54:33 2020 +0300 Fixed tests commit 16a30eb4aabc4072ad51da17868e2e31c6cec727 Author: Maksim Kita <[email protected]> Date: Tue Dec 8 10:43:18 2020 +0300 Updated non-finite floating conversion into int commit e945821e1f7d5c3c0119c193c99409212fca04a7 Author: alexey-milovidov <[email protected]> Date: Mon Dec 7 20:34:16 2020 +0300 Update castColumn.h commit 26e582272f321937749b3477ca4aada3293cf706 Author: alexey-milovidov <[email protected]> Date: Mon Dec 7 20:34:01 2020 +0300 Update castColumn.h commit 6873b1358753436879665a191f605499dc54b497 Author: Maksim Kita <[email protected]> Date: Sun Dec 6 14:58:54 2020 +0300 Fixed clang build issue commit 0b565b679e40015c7a8b0e2f958f07ed8ab9d540 Author: Maksim Kita <[email protected]> Date: Sat Dec 5 17:55:37 2020 +0300 Fixed Set execute for columns that cannot be inside Nullable commit 18dc118298ffb0b49792012cf772058cd088b226 Author: Maksim Kita <[email protected]> Date: Sat Dec 5 16:46:14 2020 +0300 Fixed compile issues commit 0464859cfeb9d25af5c614173558adb62f7b9920 Author: Maksim Kita <[email protected]> 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 <[email protected]> Date: Wed Dec 2 15:28:29 2020 +0300 Added equality comparsion commit f4b8e8ef9931a2b1d2fb4710286cbc9d066ae956 Author: Maksim Kita <[email protected]> Date: Wed Dec 2 13:09:13 2020 +0300 Allow different types inside IN subquery commit dff31e8de7f158e0dcfa4e43b6663edd130d83e8 Author: Maksim Kita <[email protected]> Date: Mon Nov 30 11:26:00 2020 +0300 Fixed compile issues commit 0dac432942c85c8803bdf8c38e54e66a3ec85867 Author: Maksim Kita <[email protected]> Date: Sat Nov 28 15:55:29 2020 +0300 Added const to arguments commit dd072a20c9ab58e0f06d1438dc75252ff301bc3b Author: Maksim Kita <[email protected]> Date: Sun Nov 15 22:24:15 2020 +0300 Fixed compile issues commit 7b66dc374c660102dbd34ee532e1bbe8a46a32e8 Author: Maksim Kita <[email protected]> Date: Sun Nov 15 13:03:53 2020 +0300 Fixed clang compile issues commit 4435642e39ae5c6f763d2356c10e8ac32020f7c6 Author: Maksim Kita <[email protected]> Date: Thu Nov 12 18:56:17 2020 +0300 Fixed style issues commit db5d0944ed47f7cd9a789ebc9e691fa2dfb3271c Author: Maksim Kita <[email protected]> Date: Thu Nov 12 14:27:02 2020 +0300 Added Decimal support commit 476fb3b677edbcaf1528011e373deee88198c0d3 Author: Maksim Kita <[email protected]> Date: Thu Nov 12 13:32:37 2020 +0300 Updated documentation commit baad78d2f2d13c5873591999765eb6b838558919 Author: Maksim Kita <[email protected]> Date: Thu Nov 12 12:28:49 2020 +0300 Fixed setting null value in vector. Updated tests. commit 4cd5025e83849790bb897d66b20fb0ee9bda85de Author: Maksim Kita <[email protected]> Date: Tue Nov 10 16:18:58 2020 +0300 Added numeric limits for UInt128 commit d636e1618ba8c055d8f09da004e8bcb2b7afca86 Author: Maksim Kita <[email protected]> Date: Thu Nov 5 22:09:17 2020 +0300 Added function accurate cast or null commit fe6f4778814ded00009fe94a82344ac5529ebba8 Author: Alexander Kuzmenkov <[email protected]> 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 <[email protected]> Date: Mon Dec 14 20:08:32 2020 +0300 Update zzz-perf-comparison-tweaks-config.xml commit 19af691aa6dd64c2ccb32e34e78b659d15352edb Merge: e7f93b5563 b08842d44e Author: alexey-milovidov <[email protected]> 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 <[email protected]> Date: Mon Dec 14 19:01:29 2020 +0300 Remove dead list watches commit b08842d44e9c50f4cba6b97f1da95981dea7de23 Author: filimonov <[email protected]> Date: Mon Dec 14 16:54:37 2020 +0100 Update README.md commit 1436986a86528072e128e4f81c771c3e5e4860b4 Author: filimonov <[email protected]> Date: Mon Dec 14 16:53:58 2020 +0100 Update README.md commit bca41bb7fd1275ed989113ef2f729e4f4fa89eac Author: filimonov <[email protected]> Date: Mon Dec 14 16:50:48 2020 +0100 Update README.md…
…rc/clickhouse into improvement/multiply-decimals-and-floats
…ply-decimals-and-floats
alexey-milovidov
approved these changes
Dec 27, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
I hereby agree to the terms of the CLA available at: https://yandex.ru/legal/cla/?lang=en
Changelog category (leave one):
Changelog entry (a user-readable short description of the changes that goes to CHANGELOG.md):
All queries of type
Decimal * Float
or vice versa are allowed, including aggregate ones (e.g.SELECT sum(decimal_field * 1.1)
orSELECT dec_col * float_col
), the result type is Float32 or Float64.Resolves #9881