alexey-milovidov
52f03d942e
Update Dockerfile
2020-12-14 02:31:18 +03:00
Maksim Kita
1bccd6dff6
Fixed style issues
2020-12-14 00:50:55 +03:00
Azat Khuzhin
2bf226decc
Fix typo in KafkaSettings comments
2020-12-14 00:38:10 +03:00
Azat Khuzhin
3b431b054e
Bump librdkafka to fix UB in snappy decompression.
...
In incremental_copy_fast_path there is undefined behavior (and in some
other places too).
And under this circumstances gcc10 with -O1 -ftree-loop-vectorize (or
simply -O3), due to loop unroll, generates code that do copy by 16 bytes
at a time for the second loop (MOVDQU+MOVUPS), while this is not correct
since the memory may be overlapped and may be changed in the previous
iteration.
Updated version includes [1], that fixes those UB, by using memcpy over
direct store/load since these days direct store/loads looks redundant.
Even on ARM.
[1]: https://github.com/ClickHouse-Extras/librdkafka/pull/3
NOTE: clang is fine, and other older versions of gcc too
2020-12-14 00:38:07 +03:00
Azat Khuzhin
2e569899d1
Add a test for kafka with snappy compression method (regression for UB in snappy)
...
I've checked it manually and it works with clang build and does not with
gcc (there are NULL bytes in the middle of value).
2020-12-14 00:38:07 +03:00
Maksim Kita
69127ca0ed
Changed BlocksList to Blocks
2020-12-14 00:21:25 +03:00
Vitaly Baranov
9310437920
Fix access rights required for the merge() table function.
2020-12-13 23:34:53 +03:00
Maksim Kita
3c6df61e5c
MemoryStorage read optimization
2020-12-13 22:24:15 +03:00
alexey-milovidov
8702809c9f
Merge pull request #17464 from amosbird/ddlworkermetric
...
ddlworker max entry metric
2020-12-13 21:28:03 +03:00
Maksim Kita
0be51cbabd
Updated tests
2020-12-13 21:27:48 +03:00
alexey-milovidov
246e1fbb2f
Merge pull request #18048 from ClickHouse/play-auto-dark-theme
...
Automatic support for dark theme in Play interface
2020-12-13 21:09:09 +03:00
alexey-milovidov
4a2aaa68a8
Merge pull request #18049 from ClickHouse/datasets-cdn
...
CDN for datasets
2020-12-13 21:08:50 +03:00
Alexey Milovidov
6d87743b0e
CDN for datasets
2020-12-13 21:06:27 +03:00
Alexey Milovidov
149431ffc3
Automatic support for dark theme in Play interface
2020-12-13 20:54:57 +03:00
alexey-milovidov
9116eb7aca
Add checksums
2020-12-13 19:35:56 +03:00
alexey-milovidov
d75c7ec30c
Redundancy.
2020-12-13 19:28:45 +03:00
alexey-milovidov
d8484d9c31
Merge pull request #18033 from ClickHouse/encode-xml-rename-files
...
encodeXMLComponent: rename files after #17659
2020-12-13 18:28:52 +03:00
alexey-milovidov
73890fa3a7
Merge pull request #18046 from baibaichen/feature/update_doc
...
update Mac-OS build documentation
2020-12-13 18:27:52 +03:00
alexey-milovidov
cd5f827265
Merge pull request #18047 from kitaisreal/space-saving-remove-last-element-from-map-fix
...
HashTable erase added tests
2020-12-13 18:27:01 +03:00
Alexander Tokmakov
7f7eed4031
fix test
2020-12-13 17:57:15 +03:00
Alexander Tokmakov
0c80fce7f0
Merge branch 'master' into allow_atomic_database_inside_materialize_mysql
2020-12-13 17:56:50 +03:00
Maksim Kita
5d6036e9c8
Fixed style issues
2020-12-13 14:38:56 +03:00
Maksim Kita
06b047235a
Fixed style issues
2020-12-13 14:35:52 +03:00
Maksim Kita
547f452ba9
HashTable erase added tests
2020-12-13 13:30:25 +03:00
chang.chen
b394487d4f
update Mac-OS build documentation
2020-12-13 16:10:07 +08:00
alexey-milovidov
443d1724b3
Merge pull request #18031 from sevirov/sevirov-DOCSUP-4709-document_distribution_queue_system_table
...
DOCSUP-4709: Document system.distribution_queue table
2020-12-13 04:54:14 +03:00
alexey-milovidov
a714b82f9b
Merge pull request #18036 from ClickHouse/benchmark-macbook2020
...
Added results from MacBook Pro
2020-12-13 04:52:39 +03:00
Alexey Milovidov
784a484d80
Added results from MacBook Pro
2020-12-13 04:51:56 +03:00
alexey-milovidov
785317e542
Merge pull request #18035 from ClickHouse/benchmark-results-seodo
...
Add benchmark results Yiğit Konur and Metehan Çetinkaya of seo.do
2020-12-13 04:44:47 +03:00
Alexey Milovidov
10beda9d39
Add benchmark results Yiğit Konur and Metehan Çetinkaya of seo.do
2020-12-13 04:44:07 +03:00
alexey-milovidov
bce02de691
Merge pull request #17539 from azat/remerge_sort_lowered_memory_bytes_ratio
...
Add remerge_sort_lowered_memory_bytes_ratio setting
2020-12-13 04:38:50 +03:00
alexey-milovidov
436adf34df
Merge pull request #17881 from gyuton/gyuton-DOCSUP-4263-Update_the_sql_statement_ORDER_BY
...
DOCSUP-4263: Updated the sql statement order by
2020-12-13 04:37:29 +03:00
alexey-milovidov
4ce148d2ea
Merge pull request #18034 from edani/master
...
Expand max_parallel_replicas documentation
2020-12-13 04:34:46 +03:00
alexey-milovidov
8df4789113
Merge pull request #17845 from kitaisreal/space-saving-remove-last-element-from-map-fix
...
SpaceSaving remove last element from map fix
2020-12-13 04:09:51 +03:00
alexey-milovidov
04e222f6f3
Merge pull request #17986 from azat/fwd-decl
...
More forward declaration for generic headers
2020-12-13 01:12:05 +03:00
Eric Daniel
17a8a4e966
Expand max_parallel_replicas documentation
...
Based on discussion in #17807
2020-12-12 13:59:37 -08:00
Maksim Kita
5ae1652d51
Fixed aggregate function avg
2020-12-13 00:47:17 +03:00
Alexey Milovidov
2ad5c8eed3
Allow server to start with TestKeeper port in development environment
2020-12-13 00:45:23 +03:00
Maksim Kita
b810b28b08
Added comment
2020-12-13 00:40:34 +03:00
alexey-milovidov
4887d59b06
Merge pull request #18027 from Jokser/fix-flappy-log-family-s3
...
Fix flappy test_log_family_s3
2020-12-13 00:39:41 +03:00
Maksim Kita
0dcbcec19a
Added tests
2020-12-13 00:29:09 +03:00
Alexey Milovidov
ef064696e7
Add perf test
2020-12-13 00:17:37 +03:00
Alexey Milovidov
532557ecfd
encodeXMLComponent: rename files after #17659
2020-12-12 23:47:37 +03:00
Maksim Kita
18bde6ef02
Fixed compile issues
2020-12-12 23:47:23 +03:00
alexey-milovidov
2eabd41749
Merge pull request #17659 from nautaa/master
...
add function to escape charaters for XML
2020-12-12 23:43:41 +03:00
alexey-milovidov
987725f67b
Merge pull request #17935 from Jokser/disk-s3-remove-empty-metadata-files
...
Forcibly removing empty or bad metadata files from FS for DiskS3
2020-12-12 23:41:35 +03:00
George
8d79ae56f0
created lowcardinality files for ja and tr
2020-12-12 23:07:24 +03:00
Maksim Kita
3d261c82e9
Array aggregation functions
2020-12-12 22:50:28 +03:00
Dmitriy
065a64cc37
Update distribution_queue.md
...
Добавил ссылку на движок таблиц Distributed.
2020-12-12 22:43:52 +03:00
Dmitriy
a244a4f0e3
Merge branch 'sevirov-DOCSUP-4709-document_distribution_queue_system_table' of https://github.com/sevirov/ClickHouse into sevirov-DOCSUP-4709-document_distribution_queue_system_table
2020-12-12 22:28:09 +03:00