BayoNet
|
5c1b4b1c7b
|
DOCS-716: SQL statement description template (#12673)
* CLICKHOUSEDOCS-716: Added the template for SQL-statement description.
* Update docs/_description_templates/template-statement.md
Co-authored-by: Ivan Blinkov <github@blinkov.ru>
* Update docs/_description_templates/template-statement.md
Co-authored-by: Ivan Blinkov <github@blinkov.ru>
* CLICKHOUSEDOCS-716: Updated by comments.
Co-authored-by: Sergei Shtykov <bayonet@yandex-team.ru>
Co-authored-by: emironyuk <em@don.ru>
Co-authored-by: Ivan Blinkov <github@blinkov.ru>
|
2020-07-23 13:53:41 +03:00 |
|
Alexey Milovidov
|
9b39b6b7b4
|
Whitespace #12484
|
2020-07-23 13:29:59 +03:00 |
|
alexey-milovidov
|
5ec7f99a21
|
Merge pull request #12484 from ucasFL/br1
Add FROM_UNIXTIME function
|
2020-07-23 13:26:54 +03:00 |
|
alexey-milovidov
|
456bf4461b
|
Merge branch 'master' into br1
|
2020-07-23 13:26:41 +03:00 |
|
alexey-milovidov
|
7a7f6dbf13
|
Update formatDateTime.cpp
|
2020-07-23 13:23:55 +03:00 |
|
philip.han
|
49fe5e55a0
|
Remove lambda function in abtesting
|
2020-07-23 17:53:26 +09:00 |
|
alexey-milovidov
|
89f2a8ea7b
|
Merge pull request #12668 from ClickHouse/aku/local-docs
Add `file()` example to clickhouse-local docs
|
2020-07-23 11:49:48 +03:00 |
|
Azat Khuzhin
|
eaaa4543f4
|
Abort on std::out_of_range in debug builds
This helps notice them in tests, same as:
- std::logic_error
- LOGICAL_ERROR
|
2020-07-23 11:36:12 +03:00 |
|
Azat Khuzhin
|
a5885b476f
|
Fix modernize-avoid-bind in ParallelParsingBlockInputStream
|
2020-07-23 11:31:13 +03:00 |
|
Azat Khuzhin
|
0cb6669531
|
Add integration test for input_format_parallel_parsing memory tracking
|
2020-07-23 11:31:13 +03:00 |
|
Azat Khuzhin
|
303635a59e
|
Fix memory tracking for input_format_parallel_parsing by attaching thread to group
|
2020-07-23 11:31:13 +03:00 |
|
Azat Khuzhin
|
77eab4ac91
|
Move ParallelParsingBlockInputStream code into module part
|
2020-07-23 11:31:12 +03:00 |
|
Azat Khuzhin
|
c97fb4b0e5
|
Remove unused bits in MergeTreeRangeReader (#12671)
Refs: #7769
Cc: @amosbird
|
2020-07-23 11:20:09 +03:00 |
|
Azat Khuzhin
|
9096e1def3
|
Drop checkNumberOfArgumentsIfVariadic() (never called), check in getReturnType()
|
2020-07-23 11:13:19 +03:00 |
|
robot-clickhouse
|
09423c5d6e
|
Merge pull request #12703 from ClickHouse/dependabot/pip/docs/tools/urllib3-1.25.10
Bump urllib3 from 1.25.9 to 1.25.10 in /docs/tools
|
2020-07-23 11:01:23 +03:00 |
|
alesapin
|
d5f1d81f63
|
Merge pull request #12669 from ClickHouse/aku/error-message
Show error message instead of `std::logic_error`
|
2020-07-23 10:49:28 +03:00 |
|
alesapin
|
3903dd9890
|
Merge pull request #12708 from ClickHouse/revert-12418-jgmk
Revert "Refactor joinGet and implement multi-key lookup."
|
2020-07-23 10:48:00 +03:00 |
|
alesapin
|
c83bf1ab74
|
Revert "Refactor joinGet and implement multi-key lookup."
|
2020-07-23 10:47:17 +03:00 |
|
Ivan Blinkov
|
1d3c2e8340
|
Update docs/en/operations/utilities/clickhouse-local.md
|
2020-07-23 10:20:40 +03:00 |
|
dependabot-preview[bot]
|
4a1fff0795
|
Bump urllib3 from 1.25.9 to 1.25.10 in /docs/tools
Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.25.9 to 1.25.10.
- [Release notes](https://github.com/urllib3/urllib3/releases)
- [Changelog](https://github.com/urllib3/urllib3/blob/1.25.10/CHANGES.rst)
- [Commits](https://github.com/urllib3/urllib3/compare/1.25.9...1.25.10)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2020-07-23 07:11:56 +00:00 |
|
Bill
|
09c06a73d2
|
fix 一些错别字 (#12702)
|
2020-07-23 10:10:37 +03:00 |
|
philip.han
|
67803573b6
|
Fix style
|
2020-07-23 15:00:45 +09:00 |
|
philip.han
|
e4b867c1f3
|
Return xs and ys of variants and improve type checking for the input of bayesAB
|
2020-07-23 14:22:18 +09:00 |
|
alexey-milovidov
|
004481f98b
|
Merge pull request #12418 from amosbird/jgmk
Refactor joinGet and implement multi-key lookup.
|
2020-07-22 21:44:24 +03:00 |
|
alexey-milovidov
|
f75c242491
|
Merge pull request #12653 from zhang2014/feature/truncate_without_table
ISSUES-4006 support truncate table without table keyword
|
2020-07-22 21:43:04 +03:00 |
|
Artem Zuikov
|
2afd123eda
|
Refactoring: extract TreeOptimizer from SyntaxAnalyzer (#12645)
|
2020-07-22 20:13:05 +03:00 |
|
Nikolai Kochetov
|
a663bc76ba
|
Merge pull request #12634 from ClickHouse/const-iface-for-functions
Make IFunction::executeImpl const
|
2020-07-22 19:08:52 +03:00 |
|
Alexander Kuzmenkov
|
3b9f6a85c5
|
Better error message
|
2020-07-22 18:38:22 +03:00 |
|
alesapin
|
1bd4c1dbf9
|
Disable 00992 temporary
|
2020-07-22 18:38:01 +03:00 |
|
Nikolai Kochetov
|
76d784be9c
|
Merge pull request #12613 from ClickHouse/remove-sort-description-from-streams
Remove sort description from streams
|
2020-07-22 17:35:05 +03:00 |
|
Alexander Kuzmenkov
|
8b4de77cf6
|
Add file() example to clickhouse-local docs
|
2020-07-22 16:39:13 +03:00 |
|
alexey-milovidov
|
89fcdeb979
|
Merge pull request #12652 from amosbird/qld
Add current_database to system.query_log
|
2020-07-22 16:35:41 +03:00 |
|
alexey-milovidov
|
7935b6a9f7
|
Merge pull request #12635 from ClickHouse/alter_non_metadata
Add setting allow_non_metadata_alters
|
2020-07-22 16:29:14 +03:00 |
|
alexey-milovidov
|
838c329966
|
Update adopters.md
|
2020-07-22 16:20:22 +03:00 |
|
Alexander Kuzmenkov
|
72167aa746
|
Update Dockerfile
|
2020-07-22 16:18:57 +03:00 |
|
Ivan Blinkov
|
5333c38aeb
|
[docs] markdown fixes @ style.md
|
2020-07-22 15:08:25 +03:00 |
|
Nikolai Kochetov
|
b27066389a
|
Do not create ThreadPool for single thread.
|
2020-07-22 14:51:35 +03:00 |
|
Ildus Kurbangaliev
|
0d82c02710
|
add minMap and maxMap support to SimpleAggregateFunction
|
2020-07-22 12:21:10 +02:00 |
|
zhang2014
|
580889f1e4
|
ISSUES-10572 fix bloom filter with const column
|
2020-07-22 17:42:12 +08:00 |
|
Ivan
|
b86248a57a
|
Update ya.make
|
2020-07-22 12:08:38 +03:00 |
|
alesapin
|
26a6f7993d
|
Merge pull request #12637 from qoega/helper_container
Do not build helper_container image inside integrational tests. Part 1: build helper_container in CI
|
2020-07-22 11:50:51 +03:00 |
|
Azat Khuzhin
|
cdb959ec8e
|
Fix test_storage_kafka::test_kafka_unavailable
|
2020-07-22 11:42:30 +03:00 |
|
Azat Khuzhin
|
e2d9176617
|
Fix SIGSEGV in StorageKafka when broker is unavailable
|
2020-07-22 11:28:07 +03:00 |
|
Dmitrii Raev
|
2a575fd5c8
|
Update external-dicts-dict-lifetime.md (#12657)
duplicated line
|
2020-07-22 11:26:04 +03:00 |
|
Azat Khuzhin
|
58ba72c7b6
|
Merge remote-tracking branch 'upstream/pr/12487' into kafka-unavail-broker-SIGSEGV
* upstream/pr/12487:
add failing test with kafka
|
2020-07-22 11:07:06 +03:00 |
|
robot-clickhouse
|
3810a21451
|
Merge pull request #12655 from ClickHouse/dependabot/pip/docs/tools/numpy-1.19.1
Bump numpy from 1.18.5 to 1.19.1 in /docs/tools
|
2020-07-22 10:51:58 +03:00 |
|
alesapin
|
1e2be54898
|
Merge pull request #12625 from ClickHouse/fix_error_message
Better exception during directories creation
|
2020-07-22 10:37:02 +03:00 |
|
dependabot-preview[bot]
|
5e83a2c48e
|
Bump numpy from 1.18.5 to 1.19.1 in /docs/tools
Bumps [numpy](https://github.com/numpy/numpy) from 1.18.5 to 1.19.1.
- [Release notes](https://github.com/numpy/numpy/releases)
- [Changelog](https://github.com/numpy/numpy/blob/master/doc/HOWTO_RELEASE.rst.txt)
- [Commits](https://github.com/numpy/numpy/compare/v1.18.5...v1.19.1)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2020-07-22 07:10:48 +00:00 |
|
Winter Zhang
|
503b16d4a5
|
ISSUES-4006 fix truncate table syntax error
|
2020-07-22 14:00:45 +08:00 |
|
alexey-milovidov
|
49adaf95aa
|
Merge pull request #12585 from ClickHouse/mod-compatible
Make behaviour of remainder of division for floating point numbers compatible with most of DBMS
|
2020-07-22 08:43:45 +03:00 |
|