myrrc
|
2c8582a2a8
|
Squashed commit of the following:
commit 17331d2732
Author: myrrc <me@myrrec.space>
Date: Fri Dec 18 18:51:05 2020 +0300
another fix
commit 61e189d84b
Author: myrrc <me@myrrec.space>
Date: Fri Dec 18 18:50:05 2020 +0300
another fix
commit cb2ddc7d01
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 0e235d35f8
Author: myrrc <me@myrrec.space>
Date: Fri Dec 18 18:48:37 2020 +0300
aa
commit 985876b737
Author: myrrc <me@myrrec.space>
Date: Fri Dec 18 18:37:00 2020 +0300
another fix
commit e2556659e0
Author: myrrc <me@myrrec.space>
Date: Fri Dec 18 18:28:21 2020 +0300
fix3
commit a199348860
Author: myrrc <me@myrrec.space>
Date: Fri Dec 18 18:26:58 2020 +0300
fix2
commit fbaa8d3951
Author: myrrc <me@myrrec.space>
Date: Fri Dec 18 18:24:31 2020 +0300
fix
commit ed6d74b218
Author: myrrc <me@myrrec.space>
Date: Fri Dec 18 18:21:10 2020 +0300
another bad solution
commit 6f1c0b118a
Author: myrrc <me@myrrec.space>
Date: Fri Dec 18 18:17:03 2020 +0300
typo
commit 0dca856237
Author: myrrc <me@myrrec.space>
Date: Fri Dec 18 18:16:38 2020 +0300
solution fix
commit d22d045a59
Author: myrrc <me@myrrec.space>
Date: Fri Dec 18 18:12:31 2020 +0300
fixed the impl
commit 9d24cafccd
Author: myrrc <me@myrrec.space>
Date: Fri Dec 18 18:06:24 2020 +0300
added vector mult branch
commit 7611f8d15b
Author: myrrc <me@myrrec.space>
Date: Fri Dec 18 17:54:48 2020 +0300
compile fix
commit 6b956a2a0d
Author: myrrc <me@myrrec.space>
Date: Fri Dec 18 17:50:16 2020 +0300
possible fix for non-const mult
commit 58ef4c34c0
Author: myrrc <me@myrrec.space>
Date: Fri Dec 18 17:44:24 2020 +0300
prep for debug version
commit 3c01cfe630
Author: myrrc <me@myrrec.space>
Date: Fri Dec 18 17:34:51 2020 +0300
no scale added
commit fa1f7f40f5
Author: myrrc <me@myrrec.space>
Date: Fri Dec 18 17:32:44 2020 +0300
another try
commit 6488846c92
Author: myrrc <me@myrrec.space>
Date: Fri Dec 18 17:23:51 2020 +0300
signature fix
commit bc651b3047
Author: myrrc <me@myrrec.space>
Date: Fri Dec 18 17:21:32 2020 +0300
added the suboptimal solution
commit 764d462288
Author: myrrc <me@myrrec.space>
Date: Fri Dec 18 17:16:54 2020 +0300
updated test with possible right values
commit 611d400106
Author: myrrc <me@myrrec.space>
Date: Fri Dec 18 17:13:15 2020 +0300
fixed compile error
commit 6c91b3dba0
Author: myrrc <me@myrrec.space>
Date: Fri Dec 18 17:10:37 2020 +0300
added explicit scale calc
commit 1f10514599
Author: myrrc <me@myrrec.space>
Date: Fri Dec 18 17:02:02 2020 +0300
another attempt
commit 07bc3a2a4d
Author: myrrc <me@myrrec.space>
Date: Fri Dec 18 16:49:00 2020 +0300
reverted the overengineering
commit c4ea410a4d
Author: myrrc <me@myrrec.space>
Date: Fri Dec 18 16:45:44 2020 +0300
updated the comments and branches
commit 15f0915ad3
Author: myrrc <me@myrrec.space>
Date: Fri Dec 18 16:35:37 2020 +0300
replaced ternary if
commit 84013d253d
Author: myrrc <me@myrrec.space>
Date: Fri Dec 18 16:33:00 2020 +0300
fix: ternary if
commit f34c0500db
Author: myrrc <me@myrrec.space>
Date: Fri Dec 18 16:29:53 2020 +0300
enlarged the test, updated scales calc
commit d4f8c46210
Author: myrrc <me@myrrec.space>
Date: Fri Dec 18 16:04:19 2020 +0300
fixed the test
commit 283268c50f
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 5b6143bf2f
Author: myrrc <me@myrrec.space>
Date: Fri Dec 18 15:42:12 2020 +0300
fix style error
commit 05abfb04bd
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 26637bd7ee
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 0d9519a0a2
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 6ee2ada592
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 55604bde47
Author: Alexey Milovidov <milovidov@yandex-team.ru>
Date: Fri Dec 18 08:07:09 2020 +0300
Whitespaces
commit c343fa1ae4
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 6a5ce2eea7
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date: Fri Dec 18 07:58:56 2020 +0300
Update config.xml
commit 44734a829e
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 b4a59aecfe
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date: Fri Dec 18 06:39:21 2020 +0300
Update config.xml
commit aa7793e38f
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 8bc9d8ed7e
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 6a9397a64b
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date: Fri Dec 18 01:35:37 2020 +0300
Update FunctionBinaryArithmetic.h
commit a50e9548fd
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 43348bd708
Author: myrrc <me@myrrec.space>
Date: Fri Dec 18 01:25:30 2020 +0300
fixed the possible values case
commit 0462340d8a
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date: Fri Dec 18 01:03:25 2020 +0300
Update FunctionBinaryArithmetic.h
commit 5a78eafb05
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date: Fri Dec 18 00:59:39 2020 +0300
Update FunctionBinaryArithmetic.h
commit 40c702c54a
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date: Fri Dec 18 00:56:42 2020 +0300
Update multiply.cpp
commit 6fc3ca8b7b
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 92d8840ae5
Author: Alexey Milovidov <milovidov@yandex-team.ru>
Date: Fri Dec 18 00:31:09 2020 +0300
Better config: example ports, security advices
commit 8140fbd0fb
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 fe1b396256
Author: myrrc <me@myrrec.space>
Date: Fri Dec 18 00:14:06 2020 +0300
added test reference
commit bf5e836414
Author: myrrc <me@myrrec.space>
Date: Fri Dec 18 00:03:45 2020 +0300
updated the test
commit 7db7a9ef5b
Author: myrrc <me@myrrec.space>
Date: Thu Dec 17 23:55:59 2020 +0300
added another constexpr branch
commit 205db4fa92
Author: myrrc <me@myrrec.space>
Date: Thu Dec 17 23:50:59 2020 +0300
fixed the scale bug, added the test (wo reference)
commit b5e6b233ee
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 4f7d019a9e
Author: myrrc <me@myrrec.space>
Date: Thu Dec 17 23:19:57 2020 +0300
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
commit 799997db35
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 61d9d213e9
Author: myrrc <me@myrrec.space>
Date: Thu Dec 17 23:14:02 2020 +0300
fixed another variable init
commit 30c98adde4
Author: alesapin <alesapin@gmail.com>
Date: Thu Dec 17 23:13:49 2020 +0300
Fix local variable in clickhouse-test
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 b9c537ac37
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 d9125a4822
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 5974e784c2
Author: myrrc <me@myrrec.space>
Date: Thu Dec 17 22:52:52 2020 +0300
added the conversion func
commit dbfe50c0c1
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 82ed528d98
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 e4433157e7
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 c2b0f9d530
Author: Alexey Milovidov <milovidov@yandex-team.ru>
Date: Thu Dec 17 22:42:15 2020 +0300
Update integration test
commit 6eecef35a6
Author: myrrc <me@myrrec.space>
Date: Thu Dec 17 22:35:46 2020 +0300
fixed result type trait
commit f82274a722
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 e9d97160f4
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 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 f7f8ff8758
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 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 0c04a263e5
Author: Maksim Kita <kitaetoya@gmail.com>
Date: Thu Dec 17 22:04:26 2020 +0300
Fixed ya.make
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 9aaa2f9345
Author: Maksim Kita <kitaetoya@gmail.com>
Date: Thu Dec 17 21:32:25 2020 +0300
Fixed compilation timeout
commit 1f67b0ce8d
Author: myrrc <me@myrrec.space>
Date: Thu Dec 17 21:28:51 2020 +0300
reverting if constexpr
commit fb3d235e84
Author: Alexey Milovidov <milovidov@yandex-team.ru>
Date: Thu Dec 17 21:08:42 2020 +0300
Do not use strerror
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 dd78c9dc75
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 4a1618d0b8
Author: Alexey Milovidov <milovidov@yandex-team.ru>
Date: Thu Dec 17 20:25:51 2020 +0300
Update libc headers
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 a207e3db75
Author: alesapin <alesapin@gmail.com>
Date: Thu Dec 17 19:21:46 2020 +0300
Fix bad sleep
commit aecdd02be4
Author: alesapin <alesapin@gmail.com>
Date: Thu Dec 17 19:14:42 2020 +0300
Better message
commit f45993cd1e
Author: alesapin <alesapin@gmail.com>
Date: Thu Dec 17 19:13:01 2020 +0300
More logs during quorum insert
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 d198f03301
Author: nikitamikhaylov <mikhaylovnikitka@gmail.com>
Date: Thu Dec 17 18:46:26 2020 +0300
suppress warnings
commit 9d5998fd10
Author: myrrc <me@myrrec.space>
Date: Thu Dec 17 18:46:01 2020 +0300
added debug info
commit a77acd5aa7
Author: Anton Popov <pad11rus@gmail.com>
Date: Thu Dec 17 18:12:24 2020 +0300
Fix flaky test
commit e80b93939f
Author: alesapin <alesapin@gmail.com>
Date: Thu Dec 17 18:09:09 2020 +0300
Add one more case in zk test uti
commit cb91d64fe7
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 52ef4289fe
Author: Alexander Tokmakov <avtokmakov@yandex-team.ru>
Date: Thu Dec 17 16:05:38 2020 +0300
enable optimize_on_insert for MaterializeMySQL
commit 0f3582883c
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 d302685e72
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 3e07094364
Author: nikitamikhaylov <mikhaylovnikitka@gmail.com>
Date: Thu Dec 17 15:11:32 2020 +0300
style
commit fa266790b4
Author: alesapin <alesapin@gmail.com>
Date: Thu Dec 17 14:29:29 2020 +0300
Better test
commit 7e73b6acd8
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 b6bd84df84
Author: alesapin <alesapin@gmail.com>
Date: Thu Dec 17 14:25:59 2020 +0300
One more test for watches
commit d82c23d5cf
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 911a1cd48f
Author: alesapin <alesapin@gmail.com>
Date: Thu Dec 17 13:25:31 2020 +0300
Suppress gdb warning
commit da18af96a3
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 fd7fe0f84c
Author: Maksim Kita <kitaetoya@gmail.com>
Date: Thu Dec 17 12:10:46 2020 +0300
Updated ya.make
commit 832d99515b
Author: Ilya Golshtein <gie@arenadata.io>
Date: Thu Dec 17 12:05:49 2020 +0300
tag for yandex/clickhouse-kerberized-hadoop
commit 72df75fc50
Author: Vitaly Baranov <vitbar@yandex-team.ru>
Date: Fri Dec 11 23:48:27 2020 +0300
Add tests.
commit af3ccb49f1
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 ede755d3bc
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 d7a3cc8c90
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 b74e7accf1
Author: alesapin <alesapin@gmail.com>
Date: Thu Dec 17 11:17:39 2020 +0300
Review fixes
commit f2957d6f05
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 10449695bc
Author: Nikolai Kochetov <nik-kochetov@yandex-team.ru>
Date: Thu Dec 17 10:32:11 2020 +0300
Update boost.
commit c91c5d0a68
Author: Nikolai Kochetov <nik-kochetov@yandex-team.ru>
Date: Thu Dec 17 10:29:47 2020 +0300
Update boost.
commit 66228f4054
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 bc0186eede
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 81c00a4e94
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 01d3aef890
Author: Alexey Milovidov <milovidov@yandex-team.ru>
Date: Thu Dec 17 05:53:43 2020 +0300
Disable trap back
commit b159e15b1b
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date: Thu Dec 17 05:50:04 2020 +0300
Update easy_tasks_sorted_ru.md
commit 22363f6086
Author: nikitamikhaylov <mikhaylovnikitka@gmail.com>
Date: Thu Dec 17 05:29:27 2020 +0300
better
commit db362e4585
Author: nikitamikhaylov <mikhaylovnikitka@gmail.com>
Date: Thu Dec 17 05:20:56 2020 +0300
done
commit 4e8978e022
Author: Alexey Milovidov <milovidov@yandex-team.ru>
Date: Thu Dec 17 05:21:27 2020 +0300
Merge with master
commit 7f280bef37
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 7abc58526a
Author: Alexey Milovidov <milovidov@yandex-team.ru>
Date: Thu Dec 17 04:55:07 2020 +0300
Update test
commit 6a7c73a7bd
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 b25f126569
Author: Alexey Milovidov <milovidov@yandex-team.ru>
Date: Thu Dec 17 04:52:27 2020 +0300
Added a test
commit 9a017b77df
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 d2653f91e1
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 792d8981ab
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 37da513c36
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 484f20f77d
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 908784a0d9
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 71bd7e55d3
Author: nikitamikhaylov <mikhaylovnikitka@gmail.com>
Date: Thu Dec 17 03:15:13 2020 +0300
Bump
commit 2e2cc6d344
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 d70f58a98f
Author: nikitamikhaylov <mikhaylovnikitka@gmail.com>
Date: Thu Dec 17 00:52:04 2020 +0300
remove ryu
commit 6c8f844442
Author: Alexander Tokmakov <avtokmakov@yandex-team.ru>
Date: Thu Dec 17 00:42:14 2020 +0300
better exception message for unknown function
commit 685099af7f
Author: Maksim Kita <kitaetoya@gmail.com>
Date: Thu Dec 17 00:23:41 2020 +0300
Move getPageSize in common
commit 8f49946a72
Author: Maksim Kita <kitaetoya@gmail.com>
Date: Thu Dec 17 00:21:44 2020 +0300
Reused Result type
commit 4b32bb323a
Author: Maksim Kita <kitaetoya@gmail.com>
Date: Thu Dec 17 00:04:03 2020 +0300
Fixed style issues
commit 76e73e4e8b
Author: Alexander Tokmakov <avtokmakov@yandex-team.ru>
Date: Wed Dec 16 23:49:56 2020 +0300
fix 'Unknown setting profile' error
commit 5a096a75b8
Author: Maksim Kita <kitaetoya@gmail.com>
Date: Wed Dec 16 23:10:40 2020 +0300
Fixed issues with average
commit 1f3702ff9e
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 a999850378
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 521e3fc4ae
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 60b916fe0b
Author: ana-uvarova <ana-uvarova@yandex-team.ru>
Date: Wed Dec 16 21:24:06 2020 +0300
polishing links
commit 23270915d3
Author: nikitamikhaylov <mikhaylovnikitka@gmail.com>
Date: Wed Dec 16 21:03:39 2020 +0300
better
commit 170cd132da
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 b8250882ac
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 294e8bbb4e
Author: Mikhail Filimonov <mfilimonov@altinity.com>
Date: Wed Dec 16 18:16:47 2020 +0100
Fix2
commit d96ca3fb8d
Author: Nikolai Kochetov <nik-kochetov@yandex-team.ru>
Date: Wed Dec 16 20:11:32 2020 +0300
Fixing build.
commit 16e524e0de
Author: Alexey Milovidov <milovidov@yandex-team.ru>
Date: Wed Dec 16 19:58:00 2020 +0300
Remove outdated info from the docs
commit 422467628a
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 d873439846
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 8139bab240
Author: alesapin <alesapin@gmail.com>
Date: Wed Dec 16 19:12:57 2020 +0300
More relaxed check
commit 9cc6fec36c
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 80dbbc7e58
Author: Maksim Kita <kitaetoya@gmail.com>
Date: Wed Dec 16 18:59:53 2020 +0300
Style check fix
commit b82770c2ad
Author: Maksim Kita <kitaetoya@gmail.com>
Date: Wed Dec 16 18:47:30 2020 +0300
Added array aggregation big integer types support
commit 17d996054e
Author: myrrc <me@myrrec.space>
Date: Wed Dec 16 18:47:24 2020 +0300
style fix
commit 50c29d9ed0
Author: nikitamikhaylov <mikhaylovnikitka@gmail.com>
Date: Wed Dec 16 18:34:29 2020 +0300
better
commit d30099fd78
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 d046164049
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 02baaddc13
Author: myrrc <me@myrrec.space>
Date: Wed Dec 16 18:20:41 2020 +0300
removed some casts
commit f143a37693
Author: myrrc <me@myrrec.space>
Date: Wed Dec 16 18:11:26 2020 +0300
simplified case to multiply only
commit f14cafee51
Author: Mikhail Filimonov <mfilimonov@altinity.com>
Date: Wed Dec 16 16:06:43 2020 +0100
Fix tests
commit d7145a5ee1
Author: myrrc <me@myrrec.space>
Date: Wed Dec 16 18:01:18 2020 +0300
working
commit 484e6e7de4
Author: Maksim Kita <kitaetoya@gmail.com>
Date: Wed Dec 16 17:38:17 2020 +0300
Removed getPageSize from small files
commit 849db47f8a
Author: alesapin <alesapin@gmail.com>
Date: Wed Dec 16 17:31:17 2020 +0300
Better exception messages
commit b1dc8074ef
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 74ee36bdb8
Author: ana-uvarova <ana-uvarova@yandex-team.ru>
Date: Wed Dec 16 16:39:14 2020 +0300
done
commit 2413e82e96
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 c15f5fba3b
Author: alesapin <alesapin@gmail.com>
Date: Wed Dec 16 16:16:24 2020 +0300
Fix 00620_optimize_on_nonleader_test
commit b347fa322c
Author: alesapin <alesapin@gmail.com>
Date: Wed Dec 16 15:58:00 2020 +0300
Trying to fix races one more time
commit 5521abba1e
Author: nikitamikhaylov <mikhaylovnikitka@gmail.com>
Date: Wed Dec 16 15:57:42 2020 +0300
fix boost
commit c906b1ca76
Author: myrrc <me@myrrec.space>
Date: Wed Dec 16 15:21:23 2020 +0300
added the initial solution
commit 4edbb42ba1
Author: Pervakov Grigorii <pervakovg@yandex-team.ru>
Date: Tue Dec 15 19:45:13 2020 +0300
Use IDisk in Set and Join storages
commit 0a2bda002d
Author: nikitamikhaylov <mikhaylovnikitka@gmail.com>
Date: Wed Dec 16 14:46:58 2020 +0300
remove last commit
commit 61c1db3823
Author: nikitamikhaylov <mikhaylovnikitka@gmail.com>
Date: Wed Dec 16 14:45:40 2020 +0300
skip test
commit bcd6fc1c88
Author: nikitamikhaylov <mikhaylovnikitka@gmail.com>
Date: Wed Dec 16 02:53:25 2020 +0300
better
commit 18d52dbc63
Author: nikitamikhaylov <mikhaylovnikitka@gmail.com>
Date: Wed Dec 16 02:30:35 2020 +0300
better
commit 20aaf48e38
Author: nikitamikhaylov <mikhaylovnikitka@gmail.com>
Date: Tue Dec 15 22:56:47 2020 +0300
pragmas
commit 5c4e1d1db5
Author: nikitamikhaylov <mikhaylovnikitka@gmail.com>
Date: Tue Dec 15 20:53:10 2020 +0300
better
commit 3288f1fd0c
Author: nikitamikhaylov <mikhaylovnikitka@gmail.com>
Date: Tue Dec 15 16:00:40 2020 +0300
ya make
commit c3a6499f6d
Author: nikitamikhaylov <mikhaylovnikitka@gmail.com>
Date: Tue Dec 15 14:48:24 2020 +0300
fix ya.make
commit 4ccdb3ca20
Author: nikitamikhaylov <mikhaylovnikitka@gmail.com>
Date: Tue Dec 15 06:07:43 2020 +0300
done
commit a5a33f1963
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 39877b1a6f
Author: Ilya Golshtein <gie@arenadata.io>
Date: Tue Dec 15 12:46:02 2020 +0300
yum clean all in kerberized_hadoop/Dockerfile
commit a4dad0acb7
Author: Ilya Golshtein <gie@arenadata.io>
Date: Mon Dec 14 21:35:13 2020 +0300
CentOS 6 became too old
commit 09d1e89674
Author: Ilya Golshtein <gie@arenadata.io>
Date: Mon Dec 14 15:07:05 2020 +0300
yandex/clickhouse-kerberized-hadoop + missed header
commit 407565b47f
Author: Ilya Golshtein <gie@arenadata.io>
Date: Fri Dec 11 12:16:58 2020 +0300
fix - wrong error code
commit 9701d6a2d5
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 815856bc3d
Author: Ilya Golshtein <gie@arenadata.io>
Date: Sat Nov 28 01:17:05 2020 +0300
pass config, not context to createHDFSBuilder
commit fc0a1af214
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 7e97814859
Author: Ilya Golshtein <gie@arenadata.io>
Date: Fri Oct 30 22:40:16 2020 +0300
cleanup, fixes, new submodules, ShellCommand, WriteBufferFromString
commit d1d657335b
Author: Ilya Golshtein <gie@arenadata.io>
Date: Thu Oct 29 23:40:47 2020 +0300
USE_INTERNAL_HDFS3_LIBRARY + bash lint
commit d9166a0645
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 eb10948ca2
Author: Ilya Golshtein <gie@arenadata.io>
Date: Thu Sep 10 13:02:46 2020 +0300
kerberized_hdfs cluster started
commit 185ac744b1
Author: Ilya Golshtein <gie@arenadata.io>
Date: Wed Sep 9 15:13:20 2020 +0300
kerberized hdfs compiled
commit 7d23451e81
Author: Maksim Kita <kitaetoya@gmail.com>
Date: Sat Oct 31 00:24:16 2020 +0300
Replaced usages of 4096 constant with getPageSize
commit dbb2fbcdd5
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 058fbd5222
Author: Maksim Kita <kitaetoya@gmail.com>
Date: Thu Oct 29 21:49:44 2020 +0300
MMapReadBufferFromFileDescriptor use getpagesize
commit dbbe761fa1
Author: alesapin <alesapin@gmail.com>
Date: Wed Dec 16 13:23:11 2020 +0300
Fix test
commit cd7827f70c
Author: taiyang-li <taiyang_li@163.com>
Date: Wed Dec 16 18:00:21 2020 +0800
explain ast support nonselect queries
commit ea4d11cb73
Author: alesapin <alesapin@gmail.com>
Date: Wed Dec 16 13:04:46 2020 +0300
Wait for connections to special servers
commit 44d2194326
Author: Nikolai Kochetov <nik-kochetov@yandex-team.ru>
Date: Wed Dec 16 11:52:04 2020 +0300
Try fix integration tests.
commit 54aeb8fcff
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 d99792e614
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 2a4a6b22b1
Author: alesapin <alesapin@gmail.com>
Date: Wed Dec 16 10:26:18 2020 +0300
Fix remove TTL for column
commit 37363ae89d
Author: Alexey Milovidov <milovidov@yandex-team.ru>
Date: Wed Dec 16 09:43:05 2020 +0300
Comment update
commit 69ed3d1cb5
Author: Alexey Milovidov <milovidov@yandex-team.ru>
Date: Wed Dec 16 09:40:30 2020 +0300
Update submodule URL
commit e3b490e9b3
Author: Alexey Milovidov <milovidov@yandex-team.ru>
Date: Wed Dec 16 09:36:26 2020 +0300
Port Kerberos to BoringSSL
commit 42b401c893
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 cf35e144ff
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 4bd5d3b662
Author: Alexey Milovidov <milovidov@yandex-team.ru>
Date: Wed Dec 16 06:36:43 2020 +0300
Comment update
commit 62ce33153a
Author: Alexey Milovidov <milovidov@yandex-team.ru>
Date: Wed Dec 16 06:34:25 2020 +0300
Added valuable comment
commit 88c5031dfa
Author: Alexey Milovidov <milovidov@yandex-team.ru>
Date: Wed Dec 16 06:27:28 2020 +0300
Add a commit #16595
commit ca9ccf4850
Author: Alexey Milovidov <milovidov@yandex-team.ru>
Date: Wed Dec 16 06:03:43 2020 +0300
Comment update
commit a7933ddf31
Merge: b56523fd94 eed767bbab
Author: jianmei zhang <zhangjmruc@sina.com>
Date: Wed Dec 16 09:38:38 2020 +0800
Merge and rebase with master
commit 45361f752c
Author: Anton Popov <pad11rus@gmail.com>
Date: Wed Dec 16 02:36:03 2020 +0300
fix test
commit b485b5bd1c
Author: Anton Popov <pad11rus@gmail.com>
Date: Wed Dec 16 01:22:21 2020 +0300
minor fixes and comments added
commit aec820362a
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date: Wed Dec 16 00:28:53 2020 +0300
Update DecimalFunctions.h
commit eed767bbab
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date: Wed Dec 16 00:02:44 2020 +0300
Update tips.md
commit b842cb0455
Author: ana-uvarova <ana-uvarova@yandex-team.ru>
Date: Tue Dec 15 23:38:36 2020 +0300
one more try
commit 4e3cc606e6
Author: Maksim Kita <kitaetoya@gmail.com>
Date: Tue Dec 15 23:36:45 2020 +0300
Fixed tests
commit 97c93fa984
Author: ana-uvarova <ana-uvarova@yandex-team.ru>
Date: Tue Dec 15 23:23:58 2020 +0300
one more try
commit 86fc9ea4df
Author: alesapin <alesapin@gmail.com>
Date: Tue Dec 15 23:18:53 2020 +0300
Update base image to 20.04
commit 0887cf476d
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 93b58321d0
Author: ana-uvarova <ana-uvarova@yandex-team.ru>
Date: Tue Dec 15 23:00:30 2020 +0300
fixes
commit acfc3d4281
Author: ana-uvarova <ana-uvarova@yandex-team.ru>
Date: Tue Dec 15 22:47:24 2020 +0300
host fixes
commit 8aaef7f634
Author: ana-uvarova <ana-uvarova@yandex-team.ru>
Date: Tue Dec 15 22:34:11 2020 +0300
host fixes
commit 99ecb8ae68
Author: ana-uvarova <ana-uvarova@yandex-team.ru>
Date: Tue Dec 15 22:02:37 2020 +0300
host fixes
commit b0d27d6747
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 f1e1672b54
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 95c35b318e
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 51f53ce8e9
Author: Maksim Kita <kitaetoya@gmail.com>
Date: Tue Dec 15 21:54:16 2020 +0300
Added tryParseDecimal functions
commit e51cf03f21
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 ba63635251
Author: Anton Popov <pad11rus@gmail.com>
Date: Tue Dec 15 21:07:13 2020 +0300
add tests for formats with type map
commit 9df7ecb8e6
Author: Mikhail Filimonov <mfilimonov@altinity.com>
Date: Tue Dec 15 18:06:23 2020 +0100
fixes
commit 2e4aa6b9e1
Author: alesapin <alesapin@gmail.com>
Date: Tue Dec 15 19:20:09 2020 +0300
Kill not only database proc
commit 01286a6a09
Author: Nikolai Kochetov <nik-kochetov@yandex-team.ru>
Date: Tue Dec 15 19:18:28 2020 +0300
Update libunwind.
commit e10ee944be
Author: ana-uvarova <ana-uvarova@yandex-team.ru>
Date: Tue Dec 15 19:17:42 2020 +0300
links fixes
commit a325c0db74
Author: ana-uvarova <ana-uvarova@yandex-team.ru>
Date: Tue Dec 15 19:07:25 2020 +0300
base
commit 1bd2f49fb5
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 dff71850a8
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 9ad2a76d51
Author: alesapin <alesapin@gmail.com>
Date: Tue Dec 15 18:27:47 2020 +0300
Update run.sh
commit 554fd738e9
Author: alesapin <alesapin@gmail.com>
Date: Tue Dec 15 18:22:21 2020 +0300
Remove strange line
commit ccabb4680d
Author: alesapin <alesapin@gmail.com>
Date: Tue Dec 15 18:19:56 2020 +0300
Fix dependencies
commit 063488d943
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 22aba554c0
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 27ff3a5214
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 31bef163ba
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 dd09e1d783
Author: Anton Popov <pad11rus@gmail.com>
Date: Tue Dec 15 17:34:37 2020 +0300
fix type map ser/de to json
commit b252321ef7
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 6defcbb662
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 873d9d1e1e
Author: alesapin <alesapin@gmail.com>
Date: Tue Dec 15 16:34:53 2020 +0300
Better
commit 9bb0326fc6
Author: alesapin <alesapin@gmail.com>
Date: Tue Dec 15 16:33:14 2020 +0300
Fix database drop timeout in clickhouse-test
commit 96f22a5bcc
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 9d17f01dc9
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 8670836573
Author: alesapin <alesapin@gmail.com>
Date: Tue Dec 15 13:34:28 2020 +0300
Add some comments
commit b56523fd94
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 74c2211510
Author: alesapin <alesapin@gmail.com>
Date: Tue Dec 15 12:54:48 2020 +0300
More clear
commit def080c8ba
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 a50187c995
Author: alesapin <alesapin@gmail.com>
Date: Tue Dec 15 11:04:37 2020 +0300
Slightly better
commit 508b50d121
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 5a8c750b0b
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 45b9d79f81
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 3ec48cec53
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 a0405182ed
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 8de0c0e8fc
Author: Azat Khuzhin <a3at.mail@gmail.com>
Date: Tue Dec 15 02:24:50 2020 +0300
Fix warning message for unusupported -fsanitize-blacklist
commit 519d89dc9f
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 c78861e86e
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 afc2d7099b
Author: Anton Popov <pad11rus@gmail.com>
Date: Tue Dec 15 01:16:04 2020 +0300
add conversion from array to map
commit 49f65ecf9d
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date: Mon Dec 14 23:07:28 2020 +0300
Update CHANGELOG.md
commit 91be7a6f27
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 363ff79cca
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 491e086435
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 906415540a
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 7184746f45
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 17b43ca721
Author: Maksim Kita <kitaetoya@gmail.com>
Date: Tue Dec 8 13:54:33 2020 +0300
Fixed tests
commit 16a30eb4aa
Author: Maksim Kita <kitaetoya@gmail.com>
Date: Tue Dec 8 10:43:18 2020 +0300
Updated non-finite floating conversion into int
commit e945821e1f
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date: Mon Dec 7 20:34:16 2020 +0300
Update castColumn.h
commit 26e582272f
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date: Mon Dec 7 20:34:01 2020 +0300
Update castColumn.h
commit 6873b13587
Author: Maksim Kita <kitaetoya@gmail.com>
Date: Sun Dec 6 14:58:54 2020 +0300
Fixed clang build issue
commit 0b565b679e
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 18dc118298
Author: Maksim Kita <kitaetoya@gmail.com>
Date: Sat Dec 5 16:46:14 2020 +0300
Fixed compile issues
commit 0464859cfe
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 6f4bc77dbc
Author: Maksim Kita <kitaetoya@gmail.com>
Date: Wed Dec 2 15:28:29 2020 +0300
Added equality comparsion
commit f4b8e8ef99
Author: Maksim Kita <kitaetoya@gmail.com>
Date: Wed Dec 2 13:09:13 2020 +0300
Allow different types inside IN subquery
commit dff31e8de7
Author: Maksim Kita <kitaetoya@gmail.com>
Date: Mon Nov 30 11:26:00 2020 +0300
Fixed compile issues
commit 0dac432942
Author: Maksim Kita <kitaetoya@gmail.com>
Date: Sat Nov 28 15:55:29 2020 +0300
Added const to arguments
commit dd072a20c9
Author: Maksim Kita <kitaetoya@gmail.com>
Date: Sun Nov 15 22:24:15 2020 +0300
Fixed compile issues
commit 7b66dc374c
Author: Maksim Kita <kitaetoya@gmail.com>
Date: Sun Nov 15 13:03:53 2020 +0300
Fixed clang compile issues
commit 4435642e39
Author: Maksim Kita <kitaetoya@gmail.com>
Date: Thu Nov 12 18:56:17 2020 +0300
Fixed style issues
commit db5d0944ed
Author: Maksim Kita <kitaetoya@gmail.com>
Date: Thu Nov 12 14:27:02 2020 +0300
Added Decimal support
commit 476fb3b677
Author: Maksim Kita <kitaetoya@gmail.com>
Date: Thu Nov 12 13:32:37 2020 +0300
Updated documentation
commit baad78d2f2
Author: Maksim Kita <kitaetoya@gmail.com>
Date: Thu Nov 12 12:28:49 2020 +0300
Fixed setting null value in vector. Updated tests.
commit 4cd5025e83
Author: Maksim Kita <kitaetoya@gmail.com>
Date: Tue Nov 10 16:18:58 2020 +0300
Added numeric limits for UInt128
commit d636e1618b
Author: Maksim Kita <kitaetoya@gmail.com>
Date: Thu Nov 5 22:09:17 2020 +0300
Added function accurate cast or null
commit fe6f477881
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 5f424f7c5c
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 19af691aa6
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 73780838a1
Author: alesapin <alesapin@gmail.com>
Date: Mon Dec 14 19:01:29 2020 +0300
Remove dead list watches
commit b08842d44e
Author: filimonov <1549571+filimonov@users.noreply.github.com>
Date: Mon Dec 14 16:54:37 2020 +0100
Update README.md
commit 1436986a86
Author: filimonov <1549571+filimonov@users.noreply.github.com>
Date: Mon Dec 14 16:53:58 2020 +0100
Update README.md
commit bca41bb7fd
Author: filimonov <1549571+filimonov@users.noreply.github.com>
Date: Mon Dec 14 16:50:48 2020 +0100
Update README.md
commit e7f93b5563
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 2edabd5519
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 24abcc970b
Author: Mikhail Filimonov <mfilimonov@altinity.com>
Date: Mon Dec 14 15:21:31 2020 +0100
Tests and fixes
commit 87ea1528cb
Author: Mikhail Filimonov <mfilimonov@altinity.com>
Date: Tue Dec 8 16:54:49 2020 +0100
support for Lazy database
commit 4ba80996b0
Author: Mikhail Filimonov <mfilimonov@altinity.com>
Date: Tue Dec 8 16:48:30 2020 +0100
Detach permanently for DatabaseConnectionMySQL
commit 799141362d
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 ad9cb580a9
Author: Mikhail Filimonov <mfilimonov@altinity.com>
Date: Mon Dec 7 16:19:05 2020 +0100
Fix
commit 2aeb72c09a
Author: Mikhail Filimonov <mfilimonov@altinity.com>
Date: Mon Dec 7 15:01:09 2020 +0100
Fix for tiny issue #13850
commit 3f5e5eb15a
Author: Mikhail Filimonov <mfilimonov@altinity.com>
Date: Mon Dec 7 14:55:24 2020 +0100
Handle not implemented cases properly
commit f6097cf818
Author: Mikhail Filimonov <mfilimonov@altinity.com>
Date: Mon Nov 30 18:52:32 2020 +0100
Adding DETACH TABLE PERMANENTLY
commit 34d1ad1aca
Author: alesapin <alesapin@gmail.com>
Date: Mon Dec 14 17:27:39 2020 +0300
Fix writer compact
commit dd2ae6926d
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 35d2a689dd
Author: alesapin <alesapin@gmail.com>
Date: Mon Dec 14 16:06:11 2020 +0300
One more time
commit 2a2b02d395
Author: alesapin <alesapin@gmail.com>
Date: Mon Dec 14 16:05:48 2020 +0300
One more time
commit 9e98cdad5a
Author: alesapin <alesapin@gmail.com>
Date: Mon Dec 14 16:05:07 2020 +0300
Accident changes
commit 47e3f619e5
Author: alesapin <alesapin@gmail.com>
Date: Mon Dec 14 16:01:01 2020 +0300
Remove redundant code
commit a87fb3fae0
Author: alesapin <alesapin@gmail.com>
Date: Mon Dec 14 15:52:15 2020 +0300
Fix style
commit 303c12d2e4
Author: alesapin <alesapin@gmail.com>
Date: Mon Dec 14 15:51:14 2020 +0300
Slightly better
commit 14dedae9f1
Author: Maksim Kita <kitaetoya@gmail.com>
Date: Mon Dec 14 15:50:11 2020 +0300
Updated sql test file
commit 7a8510d1c4
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date: Mon Dec 14 15:45:13 2020 +0300
Update CHANGELOG.md
commit ad70b0bd97
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 9f4929bdce
Author: Alexey Milovidov <milovidov@yandex-team.ru>
Date: Mon Dec 14 15:30:37 2020 +0300
Add changelog for 20.12
commit 55f991adde
Author: Maksim Kita <kitaetoya@gmail.com>
Date: Mon Dec 14 15:23:53 2020 +0300
Updated test
commit 6fb23da851
Author: alesapin <alesapin@gmail.com>
Date: Mon Dec 14 15:03:49 2020 +0300
Refactoring
commit 70be03aa7d
Author: alesapin <alesapin@gmail.com>
Date: Mon Dec 14 14:36:15 2020 +0300
Working compact parts
commit 0bc2603b1d
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date: Mon Dec 14 14:14:59 2020 +0300
Update 01081_PartialSortingTransform_full_column.sql
commit ab17927c85
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 fbcf85cb42
Author: alesapin <alesapin@gmail.com>
Date: Mon Dec 14 14:06:02 2020 +0300
Something working for wide parts
commit 8a20d449d9
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date: Mon Dec 14 14:01:31 2020 +0300
Update arrayAggregation.cpp
commit d55c5bec94
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 493ee6732b
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 aac8b85b34
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 60efab623d
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date: Mon Dec 14 13:53:40 2020 +0300
Update S3Common.cpp
commit 86cef85186
Author: Alexey Milovidov <milovidov@yandex-team.ru>
Date: Mon Dec 14 13:46:39 2020 +0300
Remove old changelog generator to avoid confusion
commit 5f7c867da3
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 d8534ae1af
Author: Maksim Kita <kitaetoya@gmail.com>
Date: Mon Dec 14 12:30:08 2020 +0300
CreateQuery create as select with columns specification
commit a98e2311f8
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 418c974eaf
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 346c241c20
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 653ddab63e
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 bf23bc6f0c
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 12b6a54a24
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 fd695c9ff4
Author: alesapin <alesapin@gmail.com>
Date: Mon Dec 14 10:28:42 2020 +0300
Dive into debug
commit f829fbb928
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 2169e8f7f4
Author: jianmei zhang <zhangjmruc@sina.com>
Date: Mon Dec 14 10:33:51 2020 +0800
Fix issue #17160 by adding show settings like '...'
commit 5da9315ceb
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date: Mon Dec 14 05:22:17 2020 +0300
Update readFloatText.h
commit 66b2424e33
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date: Mon Dec 14 05:20:00 2020 +0300
Update readFloatText.h
commit 6341521b10
Author: Alexey Milovidov <milovidov@yandex-team.ru>
Date: Mon Dec 14 02:40:11 2020 +0300
Remove obsolete settings
commit e7ffae89e9
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date: Mon Dec 14 02:31:35 2020 +0300
Update build.sh
commit 52f03d942e
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date: Mon Dec 14 02:31:18 2020 +0300
Update Dockerfile
commit 1bccd6dff6
Author: Maksim Kita <kitaetoya@gmail.com>
Date: Mon Dec 14 00:50:55 2020 +0300
Fixed style issues
commit 2bf226decc
Author: Azat Khuzhin <a3at.mail@gmail.com>
Date: Mon Dec 14 00:38:10 2020 +0300
Fix typo in KafkaSettings comments
commit 3b431b054e
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 2e569899d1
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 69127ca0ed
Author: Maksim Kita <kitaetoya@gmail.com>
Date: Mon Dec 14 00:21:25 2020 +0300
Changed BlocksList to Blocks
commit 153610b2c3
Author: Dmitriy <sevirov@yandex-team.ru>
Date: Sun Dec 13 23:44:09 2020 +0300
Update distribution_queue.md
Поменял also на Also.
commit 698737681a
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 9310437920
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 3c6df61e5c
Author: Maksim Kita <kitaetoya@gmail.com>
Date: Sun Dec 13 22:24:15 2020 +0300
MemoryStorage read optimization
commit 8702809c9f
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 0be51cbabd
Author: Maksim Kita <kitaetoya@gmail.com>
Date: Sun Dec 13 21:27:48 2020 +0300
Updated tests
commit 246e1fbb2f
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 4a2aaa68a8
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 6d87743b0e
Author: Alexey Milovidov <milovidov@yandex-team.ru>
Date: Sun Dec 13 21:06:27 2020 +0300
CDN for datasets
commit 149431ffc3
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 9116eb7aca
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date: Sun Dec 13 19:35:56 2020 +0300
Add checksums
commit d75c7ec30c
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date: Sun Dec 13 19:28:45 2020 +0300
Redundancy.
commit 629f5f0797
Author: Dmitriy <sevirov@yandex-team.ru>
Date: Sun Dec 13 18:42:34 2020 +0300
Update replication_queue.md
Выполнил перевод на русский язык, внес изменения в английскую версию.
commit d8484d9c31
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 73890fa3a7
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 cd5f827265
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 7f7eed4031
Author: Alexander Tokmakov <avtokmakov@yandex-team.ru>
Date: Sun Dec 13 17:57:15 2020 +0300
fix test
commit 0c80fce7f0
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 5d6036e9c8
Author: Maksim Kita <kitaetoya@gmail.com>
Date: Sun Dec 13 14:38:56 2020 +0300
Fixed style issues
commit 06b047235a
Author: Maksim Kita <kitaetoya@gmail.com>
Date: Sun Dec 13 14:35:52 2020 +0300
Fixed style issues
commit 547f452ba9
Author: Maksim Kita <kitaetoya@gmail.com>
Date: Sun Dec 13 13:30:25 2020 +0300
HashTable erase added tests
commit b394487d4f
Author: chang.chen <baibaichen@gmail.com>
Date: Sun Dec 13 16:10:07 2020 +0800
update Mac-OS build documentation
commit 443d1724b3
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 a714b82f9b
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 784a484d80
Author: Alexey Milovidov <milovidov@yandex-team.ru>
Date: Sun Dec 13 04:51:56 2020 +0300
Added results from MacBook Pro
commit 785317e542
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 10beda9d39
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 bce02de691
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 436adf34df
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 4ce148d2ea
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 8df4789113
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 04e222f6f3
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 17a8a4e966
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 5ae1652d51
Author: Maksim Kita <kitaetoya@gmail.com>
Date: Sun Dec 13 00:47:17 2020 +0300
Fixed aggregate function avg
commit 2ad5c8eed3
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 b810b28b08
Author: Maksim Kita <kitaetoya@gmail.com>
Date: Sun Dec 13 00:40:34 2020 +0300
Added comment
commit 4887d59b06
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 0dcbcec19a
Author: Maksim Kita <kitaetoya@gmail.com>
Date: Sun Dec 13 00:29:09 2020 +0300
Added tests
commit ef064696e7
Author: Alexey Milovidov <milovidov@yandex-team.ru>
Date: Sun Dec 13 00:17:37 2020 +0300
Add perf test
commit 532557ecfd
Author: Alexey Milovidov <milovidov@yandex-team.ru>
Date: Sat Dec 12 23:47:37 2020 +0300
encodeXMLComponent: rename files after #17659
commit 18bde6ef02
Author: Maksim Kita <kitaetoya@gmail.com>
Date: Sat Dec 12 23:47:23 2020 +0300
Fixed compile issues
commit 8d79ae56f0
Author: George <gyuton@yandex-team.ru>
Date: Sat Dec 12 23:07:24 2020 +0300
created lowcardinality files for ja and tr
commit 3d261c82e9
Author: Maksim Kita <kitaetoya@gmail.com>
Date: Sat Dec 12 22:50:28 2020 +0300
Array aggregation functions
commit 065a64cc37
Author: Dmitriy <sevirov@yandex-team.ru>
Date: Sat Dec 12 22:43:52 2020 +0300
Update distribution_queue.md
Добавил ссылку на движок таблиц Distributed.
commit a244a4f0e3
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 c03e91eec0
Author: Dmitriy <sevirov@yandex-team.ru>
Date: Sat Dec 12 22:27:01 2020 +0300
Create distribution_queue.md
Выполнил перевод на русский язык.
commit 6f50a86025
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date: Sat Dec 12 18:57:07 2020 +0300
Update gtest_hash_table.cpp
commit 41bc43325b
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 77a1d00dee
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 5b3ab48861
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 c2c497e290
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 07c8293043
Author: Maksim Kita <kitaetoya@gmail.com>
Date: Sat Dec 12 15:08:46 2020 +0300
Added tests
commit c7d48c48ce
Author: George <gyuton@yandex-team.ru>
Date: Sat Dec 12 11:58:07 2020 +0300
more troubleshooting
commit fa9257cd82
Author: George <gyuton@yandex-team.ru>
Date: Sat Dec 12 11:14:46 2020 +0300
fix
commit 1567444628
Author: George <gyuton@yandex-team.ru>
Date: Sat Dec 12 10:36:39 2020 +0300
troubleshooting - fixed links to original articles
commit 0954cc2b5c
Author: Amos Bird <amosbird@gmail.com>
Date: Sun Nov 29 21:28:11 2020 +0800
test is not working
commit 8d0e949462
Author: Amos Bird <amosbird@gmail.com>
Date: Fri Nov 27 12:27:43 2020 +0800
ddlworker max entry metric
commit 9b1d919110
Author: George <gyuton@yandex-team.ru>
Date: Sat Dec 12 06:39:22 2020 +0300
more troubleshooting
commit 3794cb2d3f
Author: George <gyuton@yandex-team.ru>
Date: Sat Dec 12 05:48:23 2020 +0300
troubleshooting the error
commit c74011851a
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date: Sat Dec 12 04:58:07 2020 +0300
Update HashTable.h
commit d94d9aa8d7
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date: Sat Dec 12 04:17:32 2020 +0300
Update HashTable.h
commit d5f87efba5
Author: George <gyuton@yandex-team.ru>
Date: Sat Dec 12 04:16:58 2020 +0300
fixed a typo in translation
commit 99212dcb73
Author: George <gyuton@yandex-team.ru>
Date: Sat Dec 12 04:06:37 2020 +0300
added translation
commit 9e48b9b656
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date: Sat Dec 12 03:47:43 2020 +0300
Update HashTable.h
commit cabe1463d1
Author: George <gyuton@yandex-team.ru>
Date: Sat Dec 12 03:39:45 2020 +0300
fixed an error
commit eba1299845
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date: Sat Dec 12 03:38:55 2020 +0300
Update HashTable.h
commit 245dea6f2e
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date: Sat Dec 12 03:33:57 2020 +0300
Update HashTable.h
commit 7e2bc1e7a6
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date: Sat Dec 12 03:30:12 2020 +0300
Update HashTable.h
commit 6e7366f921
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date: Sat Dec 12 03:28:41 2020 +0300
Update HashTable.h
commit 59a5e63417
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 a24a76828e
Author: alesapin <alesapin@gmail.com>
Date: Fri Dec 11 18:18:51 2020 +0300
Fix
commit 4b83707c63
Author: alesapin <alesapin@gmail.com>
Date: Fri Dec 11 18:00:58 2020 +0300
Compileable code for some reason
commit c6ac831d4e
Author: Amos Bird <amosbird@gmail.com>
Date: Fri Dec 11 22:44:22 2020 +0800
Fix type
commit b70b98c415
Author: Maksim Kita <kitaetoya@gmail.com>
Date: Wed Dec 9 23:56:15 2020 +0300
Fix style issues
commit 4ae5619714
Author: Maksim Kita <kitaetoya@gmail.com>
Date: Wed Dec 9 22:44:43 2020 +0300
Optimized erase in HashTable
commit bf5d75853c
Author: Maksim Kita <kitaetoya@gmail.com>
Date: Wed Dec 9 15:47:22 2020 +0300
Added erase into HashTable
commit bfceb06659
Author: Maksim Kita <kitaetoya@gmail.com>
Date: Sun Dec 6 22:16:21 2020 +0300
Fixed test
commit d8b78682e1
Author: Maksim Kita <kitaetoya@gmail.com>
Date: Sun Dec 6 22:14:40 2020 +0300
SpaceSaving remove last element from map fix
commit ed355f8663
Author: Alexander Tokmakov <avtokmakov@yandex-team.ru>
Date: Fri Dec 11 16:50:45 2020 +0300
fix
commit 1b3893bcab
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 648be453a4
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 710ba6f617
Author: Vitaly Baranov <vitbar@yandex-team.ru>
Date: Tue Dec 8 17:24:32 2020 +0300
Simplify class ContextAccess.
commit 57c30c4164
Author: alesapin <alesapin@gmail.com>
Date: Fri Dec 11 16:20:19 2020 +0300
Garbage
commit 58a31e4882
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 7ffd76a605
Author: alesapin <alesapin@gmail.com>
Date: Fri Dec 11 11:41:02 2020 +0300
Fix bug
commit cbba73672e
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 5b1e5679b4
Author: Amos Bird <amosbird@gmail.com>
Date: Wed Nov 11 12:05:54 2020 +0800
Add -SimpleState combinator
commit 1cb06bd975
Author: alesapin <alesapin@gmail.com>
Date: Thu Dec 10 19:29:10 2020 +0300
Split one method
commit 90fa9a2073
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 f3d1dc360c
Author: alesapin <alesapin@gmail.com>
Date: Thu Dec 10 12:24:52 2020 +0300
Fix style
commit 0704b478ee
Author: alesapin <alesapin@gmail.com>
Date: Thu Dec 10 12:22:43 2020 +0300
Less constuctors
commit 2787b615b0
Author: alesapin <alesapin@gmail.com>
Date: Thu Dec 10 11:57:52 2020 +0300
Make interface as simple as possible
commit 7979b3655c
Author: alesapin <alesapin@gmail.com>
Date: Wed Dec 9 21:22:07 2020 +0300
Better formating
commit 3b88c077ed
Author: alesapin <alesapin@gmail.com>
Date: Wed Dec 9 21:19:49 2020 +0300
Mechanical refactoring
commit af73db93e6
Author: alesapin <alesapin@gmail.com>
Date: Wed Dec 9 21:10:09 2020 +0300
Mechanical refactoring
commit 7b88f9a115
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 5802633f95
Author: Pavel Kovalenko <jokserfn@yandex-team.ru>
Date: Wed Dec 9 18:38:02 2020 +0300
Fix parameter name in constructor of DiskS3
commit c8c543ca94
Author: Pavel Kruglov <avogar@sandbox-633380738>
Date: Wed Dec 9 18:07:58 2020 +0300
Add throwing exceptions
commit db7a87089b
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 215c5675dd
Author: Dmitriy <sevirov@yandex-team.ru>
Date: Tue Dec 8 23:25:45 2020 +0300
Update replication_queue.md
Изменил описание столбца node_name.
commit ce721f95ee
Author: Dmitriy <sevirov@yandex-team.ru>
Date: Tue Dec 8 21:46:25 2020 +0300
Create replication_queue.md
Задокументировал системную таблицу replication_queue.
commit 291959c1b3
Author: Kruglov Pavel <48961922+Avogar@users.noreply.github.com>
Date: Tue Dec 8 19:19:51 2020 +0300
Update comment
commit 0ba712a2d3
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 e19eb6f17a
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 4e49c59ed0
Author: George <gyuton@yandex-team.ru>
Date: Tue Dec 8 04:55:57 2020 +0300
minor fix
commit 6be3933cea
Author: George <gyuton@yandex-team.ru>
Date: Tue Dec 8 04:27:26 2020 +0300
fixed links v2
commit 8760fc1227
Author: George <gyuton@yandex-team.ru>
Date: Tue Dec 8 04:07:34 2020 +0300
Fixed links
commit 1f0cfbaca8
Author: George <gyuton@yandex-team.ru>
Date: Tue Dec 8 03:51:41 2020 +0300
Added Collation description
commit 371cb23946
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 c3a4e5e7b7
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 ce03a896a1
Author: Anton Popov <pad11rus@gmail.com>
Date: Sat Dec 5 22:51:16 2020 +0300
remove unused files
commit 7aaa2c052f
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 6b09669d66
Author: Anton Popov <pad11rus@gmail.com>
Date: Thu Dec 3 06:52:41 2020 +0300
data type map: several fixes
commit 5ae6c6dab9
Author: Pavel Kruglov <avogar@sandbox-633380738>
Date: Fri Dec 4 20:40:28 2020 +0300
Fix build error
commit 4b58528b9e
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 905ba78adc
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 b68aa1c76d
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 9bf5ab9f4c
Author: Vladimir Klimontovich <v@klimontovich.com>
Date: Wed Dec 2 19:01:31 2020 +0300
Removed unnecessary mapping
commit 274c87d4c7
Author: Vladimir Klimontovich <v@klimontovich.com>
Date: Wed Dec 2 19:00:23 2020 +0300
Remove extra space
commit a0ef3a113a
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 d402d68071
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 12604ce0e6
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 ccd794a676
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 f46eb6f2be
Author: Alexey Milovidov <milovidov@yandex-team.ru>
Date: Sun Nov 29 18:16:47 2020 +0300
Update tests
commit 7d79a3cc35
Author: Alexey Milovidov <milovidov@yandex-team.ru>
Date: Sun Nov 29 18:13:57 2020 +0300
Make insert_quorum_parallel by default
commit 2e6bedce91
Author: Alexey Milovidov <milovidov@yandex-team.ru>
Date: Sun Nov 29 18:08:02 2020 +0300
Relax "Too many parts" threshold, part 1
commit 5b3a7f5c98
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 74d875c837
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 e82c63e05c
Author: Alexander Tokmakov <avtokmakov@yandex-team.ru>
Date: Tue Nov 24 15:28:54 2020 +0300
fixes
commit dce0bf8efc
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 e5588b94aa
Author: Pavel Kruglov <avogar@sandbox-633380738>
Date: Fri Nov 20 13:38:53 2020 +0300
Fix style and tests
commit 625962fb59
Author: Pavel Kruglov <avogar@sandbox-633380738>
Date: Fri Nov 20 03:19:36 2020 +0300
Remove debug logging
commit c3c32ff9f8
Author: Pavel Kruglov <avogar@sandbox-633380738>
Date: Fri Nov 20 03:16:57 2020 +0300
Minor change
commit 608722b6ab
Author: Pavel Kruglov <avogar@sandbox-633380738>
Date: Fri Nov 20 02:59:58 2020 +0300
Fix integration tests
commit 3ee4972586
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 cc1b16ea81
Author: Pavel Kruglov <avogar@sandbox-633380738>
Date: Wed Nov 18 13:40:58 2020 +0300
Fix test
commit 547ec19fb3
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 4ed7657008
Author: Pavel Kruglov <avogar@sandbox-633380738>
Date: Tue Nov 17 22:07:19 2020 +0300
fix typo
commit 53b8ff42c2
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 437bbef5b9
Author: Maksim Kita <kitaetoya@gmail.com>
Date: Mon Nov 9 21:56:49 2020 +0300
Fix marker check
commit 1b9c20a5df
Author: Maksim Kita <kitaetoya@gmail.com>
Date: Mon Nov 9 14:36:44 2020 +0300
ReadFloat 8digits unroll performance improvement
commit 264e9daf6f
Author: Pavel Kruglov <avogar@sandbox-633380738>
Date: Fri Nov 13 11:16:30 2020 +0300
Fix style
commit 6a57c0a8cf
Author: Pavel Kruglov <avogar@sandbox-633380738>
Date: Fri Nov 13 10:54:05 2020 +0300
Move merge in MergeTreeDataWriter
commit 8d5e0784d3
Author: Pavel Kruglov <avogar@sandbox-633380738>
Date: Thu Nov 12 23:29:36 2020 +0300
Add setting optimize_on_insert
commit 9df414fa0c
Author: alesapin <alesapin@gmail.com>
Date: Tue Nov 10 13:54:56 2020 +0300
One more test to skip
commit fe4bd6a7d2
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 c7c14cc6ad
Author: hexiaoting <hewenting_ict@163.com>
Date: Tue Nov 10 11:24:39 2020 +0800
fix bug
commit e2ece9ef0a
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 ef0b78cf12
Author: hexiaoting <hewenting_ict@163.com>
Date: Fri Nov 6 17:21:26 2020 +0800
style error fix
commit 28e87da976
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 8fa6831185
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 66bca89001
Author: hexiaoting <hewenting_ict@163.com>
Date: Mon Nov 2 17:23:02 2020 +0800
Style error fix
commit 5622a3f57f
Author: alesapin <alesapin@gmail.com>
Date: Mon Nov 2 10:46:43 2020 +0300
Update skip list json
commit 3fe6f1e3fd
Author: hexiaoting <hewenting_ict@163.com>
Date: Mon Nov 2 15:10:29 2020 +0800
Add test case for tuple convert to map
commit 3a70cf3773
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 e1ff6c3870
Author: hexiaoting <hewenting_ict@163.com>
Date: Mon Nov 2 14:46:32 2020 +0800
Update codes
commit 619fe6b10b
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 2ba68d7494
Author: hexiaoting <hewenting_ict@163.com>
Date: Mon Nov 2 14:05:53 2020 +0800
Add map function
commit 4e45253c02
Author: alesapin <alesapin@gmail.com>
Date: Thu Oct 29 19:05:56 2020 +0300
Update skip_list.json
commit b5553c0c23
Author: alesapin <alesapin@gmail.com>
Date: Thu Oct 29 15:48:02 2020 +0300
Update skip_list.json
commit 8a6574767a
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 6345769b01
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 2e8594159c
Author: alesapin <alesapin@gmail.com>
Date: Wed Oct 28 22:25:57 2020 +0300
Update skip_list.json
commit 964149586e
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 ceab1add26
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 362b2c1cb2
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 e0d85ffd1d
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 2e232bad74
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 aa3a43c964
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 a591d1f32a
Author: alexey-milovidov <milovidov@yandex-team.ru>
Date: Mon Oct 26 22:46:25 2020 +0300
Update ThreadStatus.cpp
commit b9f63645b6
Author: tavplubix <avtokmakov@yandex-team.ru>
Date: Mon Oct 26 12:45:30 2020 +0300
Update 01107_atomic_db_detach_attach.sh
commit eab3371d5f
Author: tavplubix <avtokmakov@yandex-team.ru>
Date: Mon Oct 26 12:42:54 2020 +0300
Update 01114_database_atomic.sh
commit 0ba2fa8105
Author: Alexey Milovidov <milovidov@yandex-team.ru>
Date: Mon Oct 26 11:56:30 2020 +0300
Fix "Arcadia"
commit c1cce28470
Author: alesapin <alesapin@gmail.com>
Date: Mon Oct 26 09:25:20 2020 +0300
Update skip_list.json
commit 46fc6733e2
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 b472bd35b7
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 88e846b36d
Author: Alexey Milovidov <milovidov@yandex-team.ru>
Date: Mon Oct 26 07:42:22 2020 +0300
Fix build on Mac OS
commit 068235c2d7
Author: Alexey Milovidov <milovidov@yandex-team.ru>
Date: Mon Oct 26 05:18:36 2020 +0300
Disable alt stack for sanitizers
commit 1228396eff
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 4e2c0ba226
Author: Alexey Milovidov <milovidov@yandex-team.ru>
Date: Sun Oct 25 03:10:05 2020 +0300
Provide diagnostics on stack overflow
commit 96a10f3664
Author: alesapin <alesapin@gmail.com>
Date: Fri Oct 23 15:19:03 2020 +0300
Update skip_list.json
commit bbc421acb7
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 b158a22a4f
Author: alesapin <alesapin@gmail.com>
Date: Fri Oct 23 13:21:40 2020 +0300
Bump CI
commit 483be134b2
Merge: 521b07d37a 0082c56b67
Author: hexiaoting <hewenting_ict@163.com>
Date: Fri Oct 23 16:36:17 2020 +0800
Support MergeTree Engine
commit 6285fd1378
Author: alesapin <alesapin@gmail.com>
Date: Thu Oct 22 17:41:34 2020 +0300
Update skip_list.json
commit d04edef048
Author: alesapin <alesapin@gmail.com>
Date: Thu Oct 22 10:20:45 2020 +0300
More tests to skip
commit fedf169bb6
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 96daa31436
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 620c8e3d38
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 4261455621
Author: alesapin <alesapin@gmail.com>
Date: Wed Oct 21 17:18:48 2020 +0300
Update skip_list.json
commit cc43b002cc
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 df4620b7bd
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 521b07d37a
Author: hexiaoting <hewenting_ict@163.com>
Date: Sun Oct 18 20:40:51 2020 +0800
Fix build error
commit fcd35b0619
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 db8ba39c9c
Author: hexiaoting <hewenting_ict@163.com>
Date: Sat Oct 17 23:45:35 2020 +0800
Implement Integer And Array for value type
commit 85ca6f7e6a
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 8f3d6dae2d
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 09bb6e9944
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 cb9e88efa3
Author: hexiaoting <hewenting_ict@163.com>
Date: Wed Oct 14 15:35:22 2020 +0800
Update with fresh master to build sucessfully.
commit 4f3f221987
Author: hexiaoting <hewenting_ict@163.com>
Date: Tue Oct 13 15:02:03 2020 +0800
Fix build error
commit 03102fead3
Author: hexiaoting <hewenting_ict@163.com>
Date: Sun Oct 11 22:22:54 2020 +0800
Fix style check error.
commit 974352a8e1
Author: hexiaoting <hewenting_ict@163.com>
Date: Sat Oct 10 18:16:05 2020 +0800
Fix style check errors.
commit cdb4dd57a6
Author: hexiaoting <hewenting_ict@163.com>
Date: Sat Oct 10 14:49:03 2020 +0800
Add new DataType Map(key,value)
commit 0fa35cdc80
Author: Alexander Tokmakov <avtokmakov@yandex-team.ru>
Date: Tue Oct 13 19:03:25 2020 +0300
use async drop in some tests
commit 9a235cfb8b
Author: alesapin <alesapin@gmail.com>
Date: Tue Oct 13 17:29:24 2020 +0300
Database atomic sync drop detach
commit 7d735b4725
Author: alesapin <alesapin@gmail.com>
Date: Tue Oct 13 13:40:00 2020 +0300
Update max_concurrent_queries.xml
commit 2909378bbc
Author: alesapin <alesapin@gmail.com>
Date: Tue Oct 13 09:52:37 2020 +0300
Bump CI
commit 97e89afea7
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 d75d486029
Author: alesapin <alesapin@gmail.com>
Date: Mon Oct 12 13:20:52 2020 +0300
Update skip_list.json
commit 2a63a619cc
Author: alesapin <alesapin@gmail.com>
Date: Fri Oct 9 22:42:51 2020 +0300
Update skip_list.json
commit e112fbe2a9
Author: alesapin <alesapin@gmail.com>
Date: Fri Oct 9 14:51:34 2020 +0300
Update skip_list.json
commit cd28dab666
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 7b3d430149
Author: alesapin <alesapin@gmail.com>
Date: Fri Oct 9 10:25:50 2020 +0300
Add more tests
commit 2b66180c70
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 e6c6930397
Author: alesapin <alesapin@gmail.com>
Date: Wed Oct 7 23:01:03 2020 +0300
Update skip_list.json
commit e7d1d34a60
Author: alesapin <alesapin@gmail.com>
Date: Wed Oct 7 12:43:49 2020 +0300
Update skip_list.json
commit d2762624f5
Author: alesapin <alesapin@gmail.com>
Date: Tue Oct 6 22:45:17 2020 +0300
Update skip_list.json
commit 9982c17814
Author: alesapin <alesapin@gmail.com>
Date: Tue Oct 6 19:02:33 2020 +0300
Skip more
commit 4f6d794816
Author: alesapin <alesapin@gmail.com>
Date: Tue Oct 6 14:41:35 2020 +0300
Trying 8
commit a5f8439761
Author: alesapin <alesapin@gmail.com>
Date: Tue Oct 6 12:18:49 2020 +0300
Trying 12 threads
commit 4330fc0f39
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 a257751924
Author: alesapin <alesapin@gmail.com>
Date: Tue Oct 6 10:13:55 2020 +0300
Ignore max concurrent queries in tests
commit 99ea5cca10
Author: alesapin <alesapin@gmail.com>
Date: Mon Oct 5 23:30:14 2020 +0300
Bump
commit 766802ae4d
Author: alesapin <alesapin@gmail.com>
Date: Mon Oct 5 22:34:50 2020 +0300
Bump
commit 2f9a6fe479
Author: alesapin <alesapin@gmail.com>
Date: Mon Oct 5 18:49:40 2020 +0300
More tests to skip
commit b2f2a274c0
Author: alesapin <alesapin@gmail.com>
Date: Mon Oct 5 16:08:39 2020 +0300
One more time
commit 8561a11620
Author: alesapin <alesapin@gmail.com>
Date: Mon Oct 5 12:56:48 2020 +0300
Revert "Better fix"
This reverts commit 0496987c8f .
commit 0496987c8f
Author: alesapin <alesapin@gmail.com>
Date: Mon Oct 5 12:56:20 2020 +0300
Better fix
commit 916cef0487
Author: alesapin <alesapin@gmail.com>
Date: Mon Oct 5 12:45:11 2020 +0300
Bump CI
commit edd5a4b936
Author: alesapin <alesapin@gmail.com>
Date: Mon Oct 5 10:15:08 2020 +0300
Less tests
commit 933999b4ae
Author: alesapin <alesapin@gmail.com>
Date: Sun Oct 4 11:37:11 2020 +0300
less tests
commit 7ccf1cc316
Author: alesapin <alesapin@gmail.com>
Date: Sun Oct 4 11:36:34 2020 +0300
Less tests
commit 744eb8a2e4
Author: alesapin <alesapin@gmail.com>
Date: Sat Oct 3 16:10:10 2020 +0300
Trying 6
commit 7cef000b72
Author: alesapin <alesapin@gmail.com>
Date: Sat Oct 3 10:53:02 2020 +0300
More tests to skip
commit 182f510565
Author: alesapin <alesapin@gmail.com>
Date: Fri Oct 2 21:58:11 2020 +0300
Try 8 threads
commit d8f7dce286
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 5f6bbe8967
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 32776da69a
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 626e9a82cf
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 91ba9c2e5f
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 76e37a6406
Author: alesapin <alesapin@gmail.com>
Date: Fri Oct 2 10:43:21 2020 +0300
More tests to skip
commit aa5e5013f2
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 2452b40093
Author: alesapin <alesapin@gmail.com>
Date: Fri Sep 25 22:44:13 2020 +0300
Skip more tests
commit 7c1c548b43
Author: alesapin <alesapin@gmail.com>
Date: Fri Sep 25 22:43:35 2020 +0300
Disable more tests
commit 4ee1621ebf
Author: alesapin <alesapin@gmail.com>
Date: Fri Sep 25 19:55:05 2020 +0300
Disable all tests with attach
commit 6669b7da29
Author: alesapin <alesapin@gmail.com>
Date: Fri Sep 25 19:41:09 2020 +0300
More parallel tests
commit bedab199af
Author: alesapin <alesapin@gmail.com>
Date: Fri Sep 25 16:20:16 2020 +0300
Fix category name
commit 66be1580fd
Author: alesapin <alesapin@gmail.com>
Date: Fri Sep 25 16:18:08 2020 +0300
Correctly merge with master
commit 987a46faee
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 8e9013561d
Author: alesapin <alesapin@gmail.com>
Date: Thu Sep 24 17:54:10 2020 +0300
Trying to split tests in sequential and parallel
commit 1c37ac7c9d
Author: Alexander Tokmakov <avtokmakov@yandex-team.ru>
Date: Thu Sep 17 21:19:02 2020 +0300
fix
commit 41e99cf261
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 18e48838bb
Author: Alexander Tokmakov <avtokmakov@yandex-team.ru>
Date: Tue Sep 15 17:22:20 2020 +0300
fix build
commit 5455068226
Author: Alexander Tokmakov <avtokmakov@yandex-team.ru>
Date: Tue Sep 15 17:17:30 2020 +0300
try fix flacky test
commit 0ecf8e595f
Author: Alexander Tokmakov <avtokmakov@yandex-team.ru>
Date: Tue Sep 15 16:30:30 2020 +0300
cleanup code, add test
commit 3671c91c37
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 a812f7eb75
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 18:52:33 +03:00 |
|