Commit Graph

46021 Commits

Author SHA1 Message Date
myrrc
1ed406dfd8 empty commit to restart CI 2020-08-12 19:11:35 +03:00
myrrc
82206e89dd fixed perftest long test and StringRef assert 2020-08-12 17:07:56 +03:00
myrrc
67d716b5cc revert accidental changes 2020-08-11 16:36:28 +03:00
Alexander Kazakov
6e0d536327
Merge branch 'master' into bug/low-cardinality-arrays-optimisations 2020-08-11 16:25:20 +03:00
Alexander Kuzmenkov
5a97f0c19e performance comparison 2020-08-11 14:53:25 +03:00
myrrc
eabcc293eb fixed generic LC impl 2020-08-11 14:15:43 +03:00
Alexander Kuzmenkov
8b3e239957
Merge pull request #13589 from ClickHouse/aku/podarray
Do not overallocate when creating PODArray with given size
2020-08-11 14:04:27 +03:00
Alexander Kuzmenkov
70f0ba1c1f
Merge pull request #13343 from azat/format-fixes-20.7
WithNames format fixes
2020-08-11 13:31:45 +03:00
Vladimir Chebotarev
7371cf6bd1
Proper remote host checking in S3 redirects (#13404)
* Proper remote host checking in S3 redirects.

Co-authored-by: Alexander Kazakov <Akazz@users.noreply.github.com>
2020-08-11 09:09:08 +03:00
alexey-milovidov
2bd7b5fdc0
Merge pull request #13591 from melin/master
Fix Nullable(String) antlr4 syntax error
2020-08-11 04:58:17 +03:00
melin
38cad2e258
fixbug Nullable(String) 2020-08-11 09:43:28 +08:00
alexey-milovidov
696870c697
Merge pull request #13540 from podshumok/forcers
cmake: Add option to fail configuration instead of auto-reconfiguration
2020-08-11 02:53:19 +03:00
Azat Khuzhin
72205cd326 Call writePrefix() from ctor in SinkToOutputStream
This will fix lack of headers for the following formats if there are
zero rows:
- TSVWithNames
- CSVWithNames
- TSVWithNamesAndTypes
2020-08-11 00:52:35 +03:00
Azat Khuzhin
e43f49edfb Add a test for *WithNames* via clickhouse-local (corner cases)
- empty rows
- multiple runs to the same file (write header only once)
2020-08-11 00:52:35 +03:00
Azat Khuzhin
8d5011a3e7 Add a test for *WithNames* with clickhouse-local 2020-08-11 00:52:35 +03:00
Azat Khuzhin
d5a2e1e61c Call doWritePrefix() if IOutputFormat works as Processor (i.e. clickhouse-local)
This fixes the *WithNames output format (lack of header before this
patch).
2020-08-11 00:52:35 +03:00
Azat Khuzhin
ba92213d21 Write header only once in TSVWithNames* 2020-08-11 00:52:35 +03:00
Azat Khuzhin
f18b06f7fa Add test for File(TSVWithNames) 2020-08-11 00:52:35 +03:00
Azat Khuzhin
c76ab5340f Add csv_with_names prefix to 01375_storage_file_write_prefix test 2020-08-11 00:52:35 +03:00
alexey-milovidov
604b918d44
Merge pull request #13572 from ClickHouse/poco_netssl
Enable Poco::NetSSL support in ya.make
2020-08-11 00:37:49 +03:00
Alexander Kuzmenkov
d42dbfce98 Do not overallocate when creating PODArray with given size
Another part of #12278
2020-08-10 23:36:52 +03:00
Alexander Kuzmenkov
e06fd84ca7
Update synthetic_hardware_benchmark.xml
https://github.com/ClickHouse/ClickHouse/pull/13099#issuecomment-671479904
2020-08-10 20:16:23 +03:00
alexey-milovidov
6bcd2917b4
Merge pull request #13586 from ClickHouse/docs-code-padding
[docs] improve code blocks padding
2020-08-10 20:05:32 +03:00
Ilya Yatsishin
96963d3630
Merge pull request #13578 from qoega/integration-pass-docker-version
Add noop runner parameter to prepare actual changes
2020-08-10 19:41:56 +03:00
Ivan Blinkov
f892b7acc0
[docs] improve code blocks padding 2020-08-10 18:45:09 +03:00
myrrc
659c78c7ab more canonical resize 2020-08-10 18:37:04 +03:00
myrrc
8562c36ea4 fix: false processing 2020-08-10 18:32:02 +03:00
myrrc
565cedbf1c updating functions 2020-08-10 17:22:35 +03:00
Yatsishin Ilya
4c61a29a63 Add noop runner parameter to prepare actual changes 2020-08-10 16:44:04 +03:00
olgarev
6164e7373d
DOCSUP-791: Docs for optimize_read_in_order setting (#12611)
* Docs in English for optimize_read_in_order setting.

* Link misspelling fixed.

* Usage section moved to the ORDER BY topic.

* Link fixed.

* Update docs/en/sql-reference/statements/select/order-by.md

Co-authored-by: BayoNet <da-daos@yandex.ru>

* Update docs/en/sql-reference/statements/select/order-by.md

Co-authored-by: BayoNet <da-daos@yandex.ru>

* Apply suggestions from code review

Co-authored-by: BayoNet <da-daos@yandex.ru>

* Apply suggestions from code review

Co-authored-by: BayoNet <da-daos@yandex.ru>

* Update docs/en/sql-reference/statements/select/order-by.md

Co-authored-by: Ivan Blinkov <github@blinkov.ru>

* Small fix in English and translation into Russian.

Co-authored-by: Olga Revyakina <revolg@yandex-team.ru>
Co-authored-by: BayoNet <da-daos@yandex.ru>
Co-authored-by: Ivan Blinkov <github@blinkov.ru>
2020-08-10 16:33:39 +03:00
tavplubix
bb832f204c
Merge pull request #13495 from vitlibar/fix-getting-query-settings
Fix getting settings specified in query.
2020-08-10 16:28:55 +03:00
alexey-milovidov
65da973944
Update CHANGELOG.md 2020-08-10 16:20:29 +03:00
alexey-milovidov
b6e5f69802
Update CHANGELOG.md 2020-08-10 16:17:40 +03:00
alexey-milovidov
5833f090c6
Update CHANGELOG.md 2020-08-10 16:17:11 +03:00
alexey-milovidov
f5b346d350
Update CHANGELOG.md 2020-08-10 16:16:23 +03:00
alexey-milovidov
0fd90c94ab
Merge pull request #13421 from ClickHouse/nm/changelog-update
changelog for 20.6
2020-08-10 16:14:40 +03:00
Roman Bug
62054856b7
DOCSUP-1999: Restruct sql statements section in separate files. (#13389)
* DOCSUP-1999: First commit to test and build docs.

* DOCSUP-1999: Move topics from misc.md to single files.

* DOCSUP-1999: Add footer original article (for some files)

* DOCSUP-1999: Fix some links.

* DOCSUP-1999: Add Original article footer for all added files.

* DOCSUP-1999: Fix broken link.

* DOCSUP-1999: Fix header in misc.md (by pr comment).
Fixed footer (original article).

* DOCSUP-1999: Fix broken links for build.

Co-authored-by: romanzhukov <romanzhukov@yandex-team.ru>
2020-08-10 16:10:48 +03:00
alexey-milovidov
dbccea1d92
Merge pull request #13557 from ClickHouse/load-metadata-better-error-messages
Better error messages in loadMetadata
2020-08-10 16:06:15 +03:00
Ivan
c8d3999693
Enable Poco::NetSSL support in ya.make 2020-08-10 14:18:57 +03:00
myrrc
403a47bd1e reverted the code back to constant args handling 2020-08-10 13:34:19 +03:00
Nikita Mikhaylov
3696fcbb1f
changes 2020-08-10 13:14:31 +03:00
alexey-milovidov
4c5d7cd733
Fix data corruption @blinkov 2020-08-10 09:16:14 +03:00
Alexey Milovidov
0c15f3b6c8 Allow server to startup if there are leftovers from unsuccessfull database creations 2020-08-10 05:58:08 +03:00
Alexey Milovidov
84584659b6 Better error messages 2020-08-10 04:06:06 +03:00
Alexey Milovidov
8054a08c55 Fix build after merge 2020-08-10 03:44:21 +03:00
alexey-milovidov
8912a1cda3
Merge pull request #13082 from CurtizJ/fix-redis
Fix access to redis dictionary after connection was dropped once
2020-08-10 03:29:17 +03:00
alexey-milovidov
64352c0dc4
Fix idiotic data rot (@blinkov) 2020-08-10 02:10:17 +03:00
alexey-milovidov
6814559826
Update aggregatefunction.md 2020-08-10 02:09:56 +03:00
Vitaly Baranov
3b9f5a827c Fix getting settings specified in query. 2020-08-10 01:07:23 +03:00
Vitaly Baranov
bc5e94a09b Add test. 2020-08-10 01:07:23 +03:00