Mikhail Korotov
3bbe094707
docs added
2020-01-31 21:50:57 +03:00
Mikhail Korotov
c1bb0d953c
fixed test
2020-01-31 21:31:51 +03:00
Mikhail Korotov
92889d846f
solved conflict
2020-01-31 21:29:30 +03:00
Mikhail Korotov
f170a19eb3
Test style fixed
2020-01-31 21:25:21 +03:00
Mikhail Korotov
0147f171ad
Update 01073_crlf_in_output_csv_format.sh
2020-01-31 18:10:46 +03:00
Mikhail Korotov
757247cbd5
tests fixed
2020-01-31 18:06:31 +03:00
Mikhail Korotov
182b2a626c
test added
2020-01-31 18:01:37 +03:00
Mikhail Korotov
df07e4f534
Merge branch 'CRLF_in_CSV_1' of https://github.com/millb/ClickHouse into CRLF_in_CSV_2
2020-01-31 17:56:39 +03:00
millb
0f5e43ec51
Attempt
2020-01-31 16:02:53 +03:00
Mikhail Korotov
092f839aaa
Merge branch 'master' of https://github.com/ClickHouse/ClickHouse
2020-01-31 12:51:48 +03:00
Nikolai Kochetov
c5289212ca
Merge pull request #8902 from ClickHouse/storage-buffer-processors
...
Storage buffer processors
2020-01-31 10:46:16 +03:00
alexey-milovidov
0f800b2e73
Merge pull request #8910 from PerformanceVision/jit_nullable
...
Unexpected column in LLVMExecutableFunction when we use Nullable type when we use the JIT
2020-01-31 04:32:10 +03:00
Alexey Milovidov
26e328c7e2
Minor modifications for #8860
2020-01-31 04:10:12 +03:00
alexey-milovidov
dedf513aa3
Merge pull request #8860 from Avogar/json_each_row
...
Allow data in square brackets in JSONEachRowFormat.
2020-01-31 04:06:27 +03:00
alexey-milovidov
d76d55335e
Merge pull request #8914 from bgiard/range_reader
...
Fix crash in corner case of MergeTreeRangeReader::ReadResult::shrink
2020-01-31 03:57:52 +03:00
alexey-milovidov
5d3c62cd52
Merge pull request #8917 from filimonov/kafka_fixes_part2
...
Kafka fixes part2
2020-01-31 03:55:46 +03: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
Mikhail Filimonov
a6e3265960
Kafka proper rebalances processing, controlled assignment, faster tests
2020-01-30 20:30:45 +01:00
Ivan Blinkov
c8bf3b4bcd
Update default.conf
2020-01-30 20:49:53 +03:00
Nikolai Kochetov
a039deed2d
Update TreeExecutorBlockInputStream.
2020-01-30 19:17:46 +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
Baudouin Giard
9216c5761c
Fix crash in corner case of MergeTreeRangeReader::ReadResult::shrink
...
It looks like most times the original number of rows per granule is
pretty much consistent across all granules, except for the last one,
however there seems to be cases (Issue #7713 ) where that's not the case.
The only way I have to reproduce the crash involves using proprietary
data, and unfortunately I haven't been able to come up with a test case
that would highlight the problem - just like the person who opened issue
7713. I can't share my dataset.
Reading the code, it looks pretty obvious to me here - unless I'm
missing something, that the intention here is to copy the corresponding
granules to one another so it makes sense to index
rows_per_granule_original with the same variable as rows_per_granule.
Signed-off-by: Baudouin Giard <bgiard@bloomberg.net>
2020-01-30 15:40:48 +00:00
Ivan Blinkov
bcaa31a85d
Avoid CAPS LOCK on front page
2020-01-30 17:04:29 +03:00
Avogar
75fe61251b
Add test for data in square brackets in JSONEachRow.
2020-01-30 17:03:07 +03:00
Ivan Blinkov
f3d5ec6559
Increment year in docs footer
2020-01-30 17:00:45 +03:00
Avogar
c5b0b6ba29
Merge branch 'master' of github.com:yandex/ClickHouse into json_each_row
2020-01-30 16:43:32 +03:00
Avogar
e219fc1e68
Change method of parsing data in square brackets by adding parsing stages.
2020-01-30 15:05:27 +03:00
Guillaume Tassery
c18fb015ac
Merge branch 'master' of github.com:ClickHouse/ClickHouse into jit_nullable
2020-01-30 12:31:36 +01:00
Guillaume Tassery
be45e1b3b6
cosmetic
2020-01-30 12:31:21 +01:00
Guillaume Tassery
7d3c677921
Accept nullable for JIT function
2020-01-30 12:31:21 +01:00
Guillaume Tassery
a0e91fc9f6
Accept nullable values when we use the JIT feature
2020-01-30 12:31:21 +01: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
Nikolai Kochetov
3c4fe4f20e
Fix StorageBuffer/
2020-01-30 13:30:48 +03:00
Nikolai Kochetov
00546498b6
Fix StorageBuffer/
2020-01-30 13:26:25 +03:00
Nikolai Kochetov
9eb97e6db2
Fix StorageBuffer/
2020-01-30 13:22:59 +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
5fd9db4370
Fix BufferSource.
2020-01-30 10:32:54 +03:00
Nikolai Kochetov
a5b016eb61
Fix BufferSource.
2020-01-30 10:28:49 +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
Mikhail Korotov
ab5d4900ff
Merge branch 'master' of https://github.com/ClickHouse/ClickHouse
2020-01-30 10:00:50 +03:00