Commit Graph

34581 Commits

Author SHA1 Message Date
Andrew Onyshchuk
b236f7a3ae Do not rethrow Poco exception 2020-02-01 22:06:20 -06:00
Andrew Onyshchuk
927e572d39 AvroConfluent bugfixes 2020-02-01 18:53:11 -06:00
Andrew Onyshchuk
16d4990088 Get rid of SkipFnHolder 2020-02-01 11:13:50 -06:00
Andrew Onyshchuk
3c4f23f842 Add Avro docs 2020-02-01 10:59:04 -06:00
Andrew Onyshchuk
b84d5c2139 Add support for references 2020-01-31 22:13:12 -06:00
Andrew Onyshchuk
1b308142d6 Support for AVRO_FIXED inserted into String 2020-01-31 18:11:51 -06:00
Ivan Blinkov
ae6917c9f2
Merge pull request #8918 from ClickHouse/blinkov-patch-15
Fix link
2020-01-31 01:54:21 +03:00
Ivan Blinkov
ce5914cdc3
Fix link 2020-01-31 01:53:45 +03:00
Ivan Blinkov
830ce5473f
Update README.md 2020-01-31 01:50:45 +03:00
alexey-milovidov
835a435347
Merge pull request #8903 from bgiard/sum_map_strings
Add support of String and FixedString keys for sumMap
2020-01-31 01:02:16 +03:00
Ivan Blinkov
c8bf3b4bcd
Update default.conf 2020-01-30 20:49:53 +03:00
alexey-milovidov
8f75797801
Merge pull request #8906 from zlobober/key_conditions
Extend KeyCondition interface so that it returns BoolMask.
2020-01-30 18:52:47 +03:00
Ivan Blinkov
bcaa31a85d
Avoid CAPS LOCK on front page 2020-01-30 17:04:29 +03:00
Ivan Blinkov
f3d5ec6559
Increment year in docs footer 2020-01-30 17:00:45 +03:00
Ivan Blinkov
9a24c793be
Merge pull request #8909 from blinkov/master
[docs/website] Domain migration
2020-01-30 13:45:10 +03:00
Ivan Blinkov
514f4d0081 Separate redirect for test 2020-01-30 13:43:46 +03:00
Ivan Blinkov
9cc403b699 Final domain change 2020-01-30 13:42:11 +03:00
Ivan Blinkov
aba5f712fb One more static redirect 2020-01-30 13:39:37 +03:00
Ivan Blinkov
4bdd374d9d Few more static redirects 2020-01-30 13:38:04 +03:00
Ivan Blinkov
18538f5c65 Domain change in docs 2020-01-30 13:34:55 +03:00
alexey-milovidov
de71bd6e85
Update extended_roadmap.md 2020-01-30 13:05:12 +03:00
Ivan
ec5c513faa
Implement separate CMake build file for curl library (#8905) 2020-01-30 12:51:04 +03:00
Ivan Blinkov
a20ebf5341
Update README.md 2020-01-30 12:44:57 +03:00
Nikolai Kochetov
ab5c4bed3a
Merge pull request #8823 from ClickHouse/storage-system-processors
Processors and system storages.
2020-01-30 10:22:31 +03:00
Maxim Akhmedov
fa16149e1a Fix style checks. 2020-01-30 02:36:39 +03:00
Maxim Akhmedov
2d3321e003 Extend KeyCondition interface so that it returns BoolMask. 2020-01-30 00:40:22 +03:00
Alexander Kuzmenkov
09b8f34370
Merge pull request #8896 from ClickHouse/aku/enum-wrong-value
Report BAD_ARGUMENTS for a wrong user-supplied enum value.
2020-01-30 00:25:17 +03:00
Ivan Blinkov
0458192a82
Merge pull request #8904 from blinkov/master
Add tutorial redirect
2020-01-29 23:28:44 +03:00
Ivan Blinkov
223704ee9c Add tutorial redirect 2020-01-29 23:27:36 +03:00
Ivan Blinkov
2ecb0a150e
Update index.html 2020-01-29 23:20:14 +03:00
Ivan Blinkov
e04504ecf6
Update index.html 2020-01-29 22:45:37 +03:00
Ubuntu
bc0fbd688a Make sumMap accept String keys
Adapt sumMap to accept an array of strings as the key column. This is useful when we do not want or cannot make the keys be numbers.

Signed-off-by: Baudouin Giard <bgiard@bloomberg.net>
2020-01-29 19:38:41 +00:00
Ivan Blinkov
699c429e30
Update release.sh 2020-01-29 21:05:47 +03:00
Ivan Blinkov
1cda31628c
Merge pull request #8901 from blinkov/master
fix redirects for stable releases
2020-01-29 21:03:08 +03:00
Ivan Blinkov
efedfcdfd5 fix redirects for stable releases 2020-01-29 21:01:51 +03:00
alexey-milovidov
b567907431
Merge pull request #8868 from amosbird/countoptfix
Fix `MakeSet` in Group By
2020-01-29 19:53:41 +03:00
Ivan Blinkov
8aa6a21461
Update github.py 2020-01-29 19:03:20 +03:00
Ivan Blinkov
e1103bc6a6
Merge pull request #8900 from blinkov/master
Generate client-side redirects for docs
2020-01-29 18:59:12 +03:00
Ivan Blinkov
b9cd915a08 Generate client-side redirects for docs 2020-01-29 18:57:49 +03:00
Ivan Blinkov
be0c7d00ed
Merge pull request #8898 from blinkov/master
Use clickhouse-test.github.io repo as well
2020-01-29 17:57:48 +03:00
Ivan Blinkov
9848a50785 Use clickhouse-test.github.io repo as well 2020-01-29 17:56:52 +03:00
alexey-milovidov
04ab3096ee
Merge pull request #8893 from ne-ray/patch-1
Update dockerfile for server
2020-01-29 17:55:06 +03:00
Nikolai Kochetov
162a2cb2f4 update SourceFromSingleChunk 2020-01-29 17:32:38 +03:00
Alexander Kuzmenkov
975f042dc0 Report BAD_ARGUMENTS for a wrong user-supplied enum value.
Before we reported LOGICAL_ERROR that is incorrect.
2020-01-29 17:17:34 +03:00
Ivan Blinkov
9247bbac45
Merge pull request #8895 from blinkov/master
Documentation infrastructure improvements
2020-01-29 16:38:19 +03:00
Ivan Blinkov
666b18dca4 add git config 2020-01-29 16:36:13 +03:00
Ivan Blinkov
bfac202a11 Merge branch 'master' of github.com:clickhouse/ClickHouse 2020-01-29 16:34:25 +03:00
Ivan Blinkov
8e7fdfc3f0 Try to add some parallelism to docs build 2020-01-29 16:34:12 +03:00
Ilya Mazaev
7940cab381
Update dockerfile for server
fix issue#6608
2020-01-29 15:59:48 +03:00
alexey-milovidov
f65b75ce5a
Merge pull request #8874 from abyss7/issue-6964
Initialize query profiler for all threads in a group
2020-01-29 15:41:59 +03:00