Commit Graph

53357 Commits

Author SHA1 Message Date
myrrc
0dca856237 solution fix 2020-12-18 18:16:38 +03:00
myrrc
d22d045a59 fixed the impl 2020-12-18 18:12:31 +03:00
myrrc
9d24cafccd added vector mult branch 2020-12-18 18:06:24 +03:00
myrrc
7611f8d15b compile fix 2020-12-18 17:54:48 +03:00
myrrc
6b956a2a0d possible fix for non-const mult 2020-12-18 17:50:16 +03:00
myrrc
58ef4c34c0 prep for debug version 2020-12-18 17:44:24 +03:00
myrrc
3c01cfe630 no scale added 2020-12-18 17:34:51 +03:00
myrrc
fa1f7f40f5 another try 2020-12-18 17:32:44 +03:00
myrrc
6488846c92 signature fix 2020-12-18 17:23:51 +03:00
myrrc
bc651b3047 added the suboptimal solution 2020-12-18 17:21:32 +03:00
myrrc
764d462288 updated test with possible right values 2020-12-18 17:16:54 +03:00
myrrc
611d400106 fixed compile error 2020-12-18 17:13:15 +03:00
myrrc
6c91b3dba0 added explicit scale calc 2020-12-18 17:10:37 +03:00
myrrc
1f10514599 another attempt 2020-12-18 17:02:02 +03:00
myrrc
07bc3a2a4d reverted the overengineering 2020-12-18 16:49:00 +03:00
myrrc
c4ea410a4d updated the comments and branches 2020-12-18 16:45:44 +03:00
myrrc
15f0915ad3 replaced ternary if 2020-12-18 16:35:37 +03:00
myrrc
84013d253d fix: ternary if 2020-12-18 16:33:00 +03:00
myrrc
f34c0500db enlarged the test, updated scales calc 2020-12-18 16:29:53 +03:00
myrrc
d4f8c46210 fixed the test 2020-12-18 16:04:19 +03:00
myrrc
283268c50f Merge branch 'improvement/multiply-decimals-and-floats' of github:myrrc/clickhouse into improvement/multiply-decimals-and-floats 2020-12-18 15:42:39 +03:00
myrrc
5b6143bf2f fix style error 2020-12-18 15:42:12 +03:00
myrrc
05abfb04bd Merge remote-tracking branch 'upstream/master' into improvement/multiply-decimals-and-floats 2020-12-18 15:42:01 +03:00
alesapin
26637bd7ee
Merge pull request #17943 from ClickHouse/try_rewrite_writer
Small simplification of MergeTreeDataWriter
2020-12-18 12:41:16 +03:00
alexey-milovidov
0d9519a0a2
Merge pull request #17567 from ClickHouse/insert_quorum_parallel-default
Insert quorum parallel by default
2020-12-18 08:08:26 +03:00
alexey-milovidov
6ee2ada592
Merge pull request #18204 from ClickHouse/remove-strerror
Do not use non thread-safe function `strerror`
2020-12-18 08:07:46 +03:00
Alexey Milovidov
55604bde47 Whitespaces 2020-12-18 08:07:09 +03:00
alexey-milovidov
c343fa1ae4
Merge pull request #18202 from ClickHouse/update-libc-headers-2
Update libc headers
2020-12-18 08:03:11 +03:00
alexey-milovidov
6a5ce2eea7
Update config.xml 2020-12-18 07:58:56 +03:00
alexey-milovidov
44734a829e
Merge pull request #18207 from ClickHouse/better-config
Better config: example ports, security advices
2020-12-18 06:39:35 +03:00
alexey-milovidov
b4a59aecfe
Update config.xml 2020-12-18 06:39:21 +03:00
Nikita Mikhaylov
aa7793e38f
Merge pull request #18084 from nikitamikhaylov/fix-arcadia-third
Try to fix Arcadia
2020-12-18 01:54:42 +03:00
tavplubix
8bc9d8ed7e
Merge pull request #18198 from ClickHouse/materialize_mysql_optimize_on_insert
Enable optimize_on_insert for MaterializeMySQL
2020-12-18 01:50:32 +03:00
alexey-milovidov
6a9397a64b
Update FunctionBinaryArithmetic.h 2020-12-18 01:35:37 +03:00
myrrc
a50e9548fd Merge branch 'improvement/multiply-decimals-and-floats' of github:myrrc/clickhouse into improvement/multiply-decimals-and-floats 2020-12-18 01:26:23 +03:00
myrrc
43348bd708 fixed the possible values case 2020-12-18 01:25:30 +03:00
alexey-milovidov
0462340d8a
Update FunctionBinaryArithmetic.h 2020-12-18 01:03:25 +03:00
alexey-milovidov
5a78eafb05
Update FunctionBinaryArithmetic.h 2020-12-18 00:59:39 +03:00
alexey-milovidov
40c702c54a
Update multiply.cpp 2020-12-18 00:56:42 +03:00
alexey-milovidov
6fc3ca8b7b
Merge pull request #16724 from kitaisreal/added-function-accurate-cast-or-null
Added function accurateCastOrNull, allow different types inside IN subquery
2020-12-18 00:45:27 +03:00
Alexey Milovidov
92d8840ae5 Better config: example ports, security advices 2020-12-18 00:31:09 +03:00
alesapin
8140fbd0fb
Merge pull request #18200 from ClickHouse/more_logs_during_quorum
More logs during quorum insert
2020-12-18 00:22:19 +03:00
myrrc
fe1b396256 added test reference 2020-12-18 00:14:06 +03:00
myrrc
bf5e836414 updated the test 2020-12-18 00:03:45 +03:00
myrrc
7db7a9ef5b added another constexpr branch 2020-12-17 23:55:59 +03:00
myrrc
205db4fa92 fixed the scale bug, added the test (wo reference) 2020-12-17 23:50:59 +03:00
myrrc
b5e6b233ee Merge branch 'improvement/multiply-decimals-and-floats' of github:myrrc/clickhouse into improvement/multiply-decimals-and-floats 2020-12-17 23:20:14 +03:00
myrrc
4f7d019a9e Squashed commit of the following:
commit 61d9d213e9
Author: myrrc <me@myrrec.space>
Date:   Thu Dec 17 23:14:02 2020 +0300

    fixed another variable init

commit 73f3195fe1
Author: myrrc <me@myrrec.space>
Date:   Thu Dec 17 23:12:41 2020 +0300

    fixed variable init

commit 488f4ef42e
Author: myrrc <me@myrrec.space>
Date:   Thu Dec 17 23:09:33 2020 +0300

    fixed compile condition

commit e50af17545
Author: myrrc <me@myrrec.space>
Date:   Thu Dec 17 23:05:10 2020 +0300

    fixed template args1

commit f93385dcf0
Author: myrrc <me@myrrec.space>
Date:   Thu Dec 17 23:01:29 2020 +0300

    replaced lambda with helper function

commit 5974e784c2
Author: myrrc <me@myrrec.space>
Date:   Thu Dec 17 22:52:52 2020 +0300

    added the conversion func

commit 6eecef35a6
Author: myrrc <me@myrrec.space>
Date:   Thu Dec 17 22:35:46 2020 +0300

    fixed result type trait

commit 31e3ca1670
Author: myrrc <me@myrrec.space>
Date:   Thu Dec 17 22:26:15 2020 +0300

    restored type signature

commit 613f4e0f04
Author: myrrc <me@myrrec.space>
Date:   Thu Dec 17 22:24:09 2020 +0300

    removed explicit types

commit 1c52842e83
Author: myrrc <me@myrrec.space>
Date:   Thu Dec 17 22:21:23 2020 +0300

    simplified the condition

commit c61af32360
Author: myrrc <me@myrrec.space>
Date:   Thu Dec 17 22:12:12 2020 +0300

    fixed const column branch

commit fd1d24c928
Author: myrrc <me@myrrec.space>
Date:   Thu Dec 17 22:10:33 2020 +0300

    fixed overflow check

commit b428f8fcd8
Author: myrrc <me@myrrec.space>
Date:   Thu Dec 17 22:01:04 2020 +0300

    fixed scales

commit 39c82fe50c
Author: myrrc <me@myrrec.space>
Date:   Thu Dec 17 21:52:19 2020 +0300

    fixed result type

commit 54887dacbf
Author: myrrc <me@myrrec.space>
Date:   Thu Dec 17 21:38:36 2020 +0300

    fix scale init

commit 3e9428515c
Author: myrrc <me@myrrec.space>
Date:   Thu Dec 17 21:36:15 2020 +0300

    fix deleted constuctor

commit ea2da764f6
Author: myrrc <me@myrrec.space>
Date:   Thu Dec 17 21:33:51 2020 +0300

    fixed result data type init

commit 1f67b0ce8d
Author: myrrc <me@myrrec.space>
Date:   Thu Dec 17 21:28:51 2020 +0300

    reverting if constexpr

commit 494e9066c3
Author: myrrc <me@myrrec.space>
Date:   Thu Dec 17 21:17:38 2020 +0300

    fixing first compile bug

commit d24fc58c94
Author: myrrc <me@myrrec.space>
Date:   Thu Dec 17 21:12:24 2020 +0300

    case fix 2

commit 9f217c5df5
Author: myrrc <me@myrrec.space>
Date:   Thu Dec 17 21:11:39 2020 +0300

    case fix

commit fa6a1d3b4a
Author: myrrc <me@myrrec.space>
Date:   Thu Dec 17 20:55:35 2020 +0300

    fix

commit af8a72a45f
Author: myrrc <me@myrrec.space>
Date:   Thu Dec 17 20:16:37 2020 +0300

    fix

commit 737d4fc22f
Author: myrrc <me@myrrec.space>
Date:   Thu Dec 17 19:43:29 2020 +0300

    debug fix

commit fcacf5c510
Author: myrrc <me@myrrec.space>
Date:   Thu Dec 17 19:31:54 2020 +0300

    another try

commit 49f3b71b5f
Author: myrrc <me@myrrec.space>
Date:   Thu Dec 17 18:48:22 2020 +0300

    another fix

commit 0d319c8c61
Author: myrrc <me@myrrec.space>
Date:   Thu Dec 17 18:47:14 2020 +0300

    fix

commit 9d5998fd10
Author: myrrc <me@myrrec.space>
Date:   Thu Dec 17 18:46:01 2020 +0300

    added debug info

commit 17d996054e
Author: myrrc <me@myrrec.space>
Date:   Wed Dec 16 18:47:24 2020 +0300

    style fix

commit 02baaddc13
Author: myrrc <me@myrrec.space>
Date:   Wed Dec 16 18:20:41 2020 +0300

    removed some casts
2020-12-17 23:19:57 +03:00
alesapin
799997db35
Merge pull request #16621 from arenadata/ADQM-148
HDFS configuration and Kerberos Authenticaiton
2020-12-17 23:16:58 +03:00
myrrc
61d9d213e9 fixed another variable init 2020-12-17 23:14:02 +03:00