Alexey Milovidov
55f9ddbeb4
Added a test
2020-07-05 02:39:13 +03:00
Alexey Milovidov
96e8e93c64
Fix warnings from CodeQL
2020-07-05 02:16:16 +03:00
alexey-milovidov
c696354dd4
Merge pull request #12115 from ianton-ru/disk-type-in-system-disks
...
Add type column in system.disks
2020-07-05 01:04:17 +03:00
alexey-milovidov
e05283d5d3
Merge pull request #12060 from ClickHouse/fix-12053
...
Check wrong type for filter.
2020-07-04 23:46:34 +03:00
alexey-milovidov
cf1967bb29
Merge pull request #12089 from ClickHouse/fix-11595
...
Fix result_rows and result_bytes metrics for selects.
2020-07-04 23:41:51 +03:00
alexey-milovidov
c6def5f14b
Merge pull request #12108 from ClickHouse/fix-12086
...
Fix Parquet for LowCardinality
2020-07-04 23:39:38 +03:00
alexey-milovidov
6ae9bfe3b3
Merge pull request #12131 from matwey/fix/cmake_unixodbc
...
Minor cmake fixes for UNBUNDLED build
2020-07-04 22:29:28 +03:00
alexey-milovidov
f1151ed474
Merge pull request #12133 from ClickHouse/normalize-pid-file
...
Normalize "pid" file handling #3501
2020-07-04 21:36:27 +03:00
alexey-milovidov
5382b6ce2e
Merge pull request #12126 from ClickHouse/minimal-docker-image
...
Added a showcase of minimal Docker image
2020-07-04 17:48:02 +03:00
alexey-milovidov
d9ea8cfc42
Update StatusFile.cpp
2020-07-04 16:57:04 +03:00
Alexey Milovidov
176a7f2f72
Normalize "pid" file handling #3501
2020-07-04 16:54:24 +03:00
Anton Popov
73676f5022
Improve performace of reading in order of sorting key. ( #11696 )
...
* simplify reading in order of sorting key
* add perf test for reading many parts
* Revert "simplify reading in order of sorting key"
This reverts commit 7267d7c46e
.
* add threshold for preliminary merge for reading in order
* better threshold
* limit threads in test
2020-07-04 15:48:51 +03:00
Matwey V. Kornilov
20c8e22942
poco-cmake: Fix Poco::Data::ODBC target when UNBUNDLED
...
By default IMPORTED target has a scope in the directory in which it is created
and below. This leads to the following issues when building UNBUNDLED:
Target "clickhouse" links to target "Poco::Data::ODBC" but the target was not
found. Perhaps a find_package() call is missing for an IMPORTED target, or an
ALIAS target is missing?
2020-07-04 13:58:53 +03:00
alesapin
a2b6d58053
Merge pull request #11069 from kssenii/add-storage-rabbitmq-read-only
...
Add storage RabbitMQ
2020-07-04 10:38:50 +03:00
alesapin
bfa8cdc7a4
Move skip lists for tests to skip_list.json file ( #12107 )
...
* Add unbundled mode flag
* Move skip lists to clickhouse-test
* More verbose message about skip
* Make skip-list optional
* Update clickhouse-test
2020-07-04 10:35:45 +03:00
alesapin
8dc204350f
Fix version column in replicated version collapsing merge tree ( #12121 )
2020-07-04 10:35:17 +03:00
Matwey V. Kornilov
338e772393
contrib/unixodbc-cmake: Fix build when UNBUNDLED
...
target_compile_definitions may only set INTERFACE properties on IMPORTED targets
2020-07-04 10:21:56 +03:00
Alexey Milovidov
89034ed565
Formatting
2020-07-04 02:03:07 +03:00
Alexey Milovidov
e922fb9f67
Added a comment
2020-07-04 02:01:33 +03:00
Alexey Milovidov
a41e5740a9
Added a comment
2020-07-04 01:52:19 +03:00
Alexey Milovidov
5d68bc57b9
Added a comment
2020-07-04 01:52:15 +03:00
Alexey Milovidov
08dfc140a3
Added a showcase of minimal Docker image
2020-07-04 01:45:17 +03:00
alexey-milovidov
6677e0a503
Merge pull request #12073 from zhang2014/feature/atfer_column_modify_column
...
ISSUES-4006 support first for ALTER ADD|MODIFY COLUMN
2020-07-03 22:54:05 +03:00
tavplubix
3ea0641b5e
Merge pull request #12105 from filimonov/test_fixed_issue_10668
...
Test for input_format_allow_errors_num in CSV
2020-07-03 22:37:21 +03:00
tavplubix
4d9cfe4cf2
Update 01355_CSV_input_format_allow_errors.sh
2020-07-03 22:37:10 +03:00
Ilya Yatsishin
5a4d9fb9ae
Merge pull request #12070 from ClickHouse/filimonov-max_rows_to_read-threads
...
max_rows_to_read remove note about 'applied on each thread separately'
2020-07-03 17:45:47 +03:00
Vitaly Baranov
929d652297
Merge pull request #12083 from vitlibar/improve-revoke-command
...
Improve REVOKE command
2020-07-03 17:17:36 +03:00
alesapin
cd9a71b19c
Update clickhouse-test
2020-07-03 16:01:02 +03:00
alexey-milovidov
66227d8f20
Merge pull request #12102 from ClickHouse/anchore-analysis
...
Dockerfile security check for `clickhouse-server`
2020-07-03 15:51:24 +03:00
alexey-milovidov
d4d9de2dff
Merge pull request #12101 from ClickHouse/codeql-analysis
...
Enable CodeQL security scanner
2020-07-03 15:50:51 +03:00
Anton Ivashkin
23b44ca6fe
Add type column in system.disks
2020-07-03 15:45:54 +03:00
Nikolai Kochetov
8ec70c2c3c
Added test.
2020-07-03 14:45:57 +03:00
alesapin
5098df8d0b
Make skip-list optional
2020-07-03 14:15:30 +03:00
alesapin
07cbb427a8
More verbose message about skip
2020-07-03 14:05:27 +03:00
Nikolai Kochetov
6d08b7b45a
Remove LC converting to Arrow.
2020-07-03 14:04:36 +03:00
alesapin
d015a4d646
Move skip lists to clickhouse-test
2020-07-03 13:57:16 +03:00
Nikolai Kochetov
3d37a63247
Remove LC converting to Arrow.
2020-07-03 13:37:55 +03:00
Nikolai Kochetov
b3f1842035
Remove LC converting to Arrow.
2020-07-03 13:35:44 +03:00
alesapin
0a6f3ca9fd
Add unbundled mode flag
2020-07-03 13:11:16 +03:00
Mikhail Filimonov
0ce2d48af6
Test for a fixed issue #10668 , related to input_format_allow_errors_num in CSV
2020-07-03 11:24:03 +02:00
alesapin
b3ec449e35
Fix test ( #12088 )
2020-07-03 12:18:59 +03:00
Ivan Blinkov
e7acda7642
Update README.md
2020-07-03 12:16:44 +03:00
Ivan Blinkov
d962fd931b
Create anchore-analysis.yml
2020-07-03 11:10:05 +03:00
alesapin
c57edd2018
Tiny fixes
2020-07-03 11:02:35 +03:00
Ivan Blinkov
d5732d3972
Create codeql-analysis.yml
2020-07-03 10:57:22 +03:00
Nikolai Kochetov
17c89f3fe0
Merge pull request #12085 from ClickHouse/fix-11937
...
Fix limiting the number of threads for VIEW.
2020-07-03 10:35:04 +03:00
Nikolai Kochetov
3c717d4aca
Added test.
2020-07-03 10:34:08 +03:00
manmitya
457f56be0c
(typo) in doc ( #12099 )
2020-07-03 08:04:42 +03:00
Alexey Milovidov
4c751bf8be
Added results for AWS Lightsail
2020-07-03 03:58:57 +03:00
BayoNet
3435328465
DOCS-522: max_parser_depth ( #12097 )
...
* asiana21-DOCSUP-925-max_parser_depth (#132 )
* docs(max_parser_depth): added the setting description
* docs(max_parser_depth): some changes
* Update docs/en/operations/settings/settings.md
Co-authored-by: BayoNet <da-daos@yandex.ru>
* Update docs/en/operations/settings/settings.md
Co-authored-by: BayoNet <da-daos@yandex.ru>
* Update docs/en/operations/settings/settings.md
Co-authored-by: BayoNet <da-daos@yandex.ru>
* docs(max_parser_depth): added ru translation
* docs(max_parser_depth): removed quotation marks
Co-authored-by: asiana21 <asiana21@yandex-team.ru>
Co-authored-by: BayoNet <da-daos@yandex.ru>
* CLICKHOUSEDOCS-522: Fixed the link.
Co-authored-by: AsiaKorushkina <43650329+AsiaKorushkina@users.noreply.github.com>
Co-authored-by: asiana21 <asiana21@yandex-team.ru>
Co-authored-by: Sergei Shtykov <bayonet@yandex-team.ru>
2020-07-03 00:26:55 +03:00