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 |
|
alesapin
|
30c98adde4
|
Fix local variable in clickhouse-test
|
2020-12-17 23:13:49 +03:00 |
|
myrrc
|
73f3195fe1
|
fixed variable init
|
2020-12-17 23:12:41 +03:00 |
|
myrrc
|
488f4ef42e
|
fixed compile condition
|
2020-12-17 23:09:33 +03:00 |
|
myrrc
|
e50af17545
|
fixed template args1
|
2020-12-17 23:05:10 +03:00 |
|
myrrc
|
f93385dcf0
|
replaced lambda with helper function
|
2020-12-17 23:01:29 +03:00 |
|
Vitaly Baranov
|
b9c537ac37
|
Merge pull request #18104 from vitlibar/fix-access-rights-for-merge-table-function-2
Fix access rights required for the merge() table function #2.
|
2020-12-17 22:59:33 +03:00 |
|
Vitaly Baranov
|
d9125a4822
|
Merge pull request #18014 from vitlibar/fix-showing-temporary-tables-in-system-tables
Fix showing temporary tables in system tables
|
2020-12-17 22:59:09 +03:00 |
|
myrrc
|
5974e784c2
|
added the conversion func
|
2020-12-17 22:52:52 +03:00 |
|
alesapin
|
dbfe50c0c1
|
Merge pull request #18199 from ClickHouse/add_one_more_test_in_util
Add one more case in zk test util
|
2020-12-17 22:52:15 +03:00 |
|
alesapin
|
82ed528d98
|
Merge pull request #18191 from ClickHouse/hard_watches_test
Test watches for in-memory zookeeper
|
2020-12-17 22:51:52 +03:00 |
|
Alexey Milovidov
|
e4433157e7
|
Merge branch 'master' into insert_quorum_parallel-default
|
2020-12-17 22:42:32 +03:00 |
|
Alexey Milovidov
|
c2b0f9d530
|
Update integration test
|
2020-12-17 22:42:15 +03:00 |
|
myrrc
|
6eecef35a6
|
fixed result type trait
|
2020-12-17 22:35:46 +03:00 |
|
alexey-milovidov
|
f82274a722
|
Merge pull request #16527 from kitaisreal/mmap-read-buffer-from-file-descriptor-use-getpagesize
MMapReadBufferFromFileDescriptor use getpagesize
|
2020-12-17 22:34:05 +03:00 |
|
alexey-milovidov
|
e9d97160f4
|
Merge pull request #16346 from ClickHouse/sigaltstack
Provide diagnostics on stack overflow
|
2020-12-17 22:28:22 +03:00 |
|
myrrc
|
31e3ca1670
|
restored type signature
|
2020-12-17 22:26:15 +03:00 |
|
myrrc
|
613f4e0f04
|
removed explicit types
|
2020-12-17 22:24:09 +03:00 |
|
myrrc
|
1c52842e83
|
simplified the condition
|
2020-12-17 22:21:23 +03:00 |
|
Alexey Milovidov
|
f7f8ff8758
|
Merge branch 'master' into sigaltstack
|
2020-12-17 22:16:30 +03:00 |
|
myrrc
|
c61af32360
|
fixed const column branch
|
2020-12-17 22:12:12 +03:00 |
|