Commit Graph

75774 Commits

Author SHA1 Message Date
kssenii
35349056b8 Fix 2021-11-01 16:33:19 +03:00
Kseniia Sumarokova
368cb74b4d
Merge pull request #30778 from ClickHouse/kssenii-remove-setting
Remove obsolete setting
2021-10-28 17:49:19 +03:00
alexey-milovidov
69bc2a8d2a
Merge pull request #30780 from ClickHouse/remove-cruft
Remove cruft
2021-10-28 17:42:18 +03:00
Ivan Blinkov
4d857edab1
[website] update press links (#30808)
* [website] update press links

* Update hero.html
2021-10-28 17:11:00 +03:00
Cody Baker
e59c51d76b
Add funding press release (#30806)
* Add blog post for funding announcement

* Update homepage hero for funding press release

* Add full list of investors to company page

* Add press release url

* Update website/templates/company/investors.html

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

* Update website/templates/company/investors.html

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

* Update website/blog/en/2021/clickhouse-raises-250m-series-b.md

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

* Update website/templates/index/hero.html

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

* Update website/templates/index/hero.html

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

Co-authored-by: Ivan Blinkov <github@blinkov.ru>
2021-10-28 17:01:01 +03:00
Nikolay Degterinsky
42df79fdc0
Merge pull request #30732 from jzombi/patch-1
Update documentation for TSVWithNames parsing
2021-10-28 16:42:44 +03:00
Kruglov Pavel
9b75ecd689
Merge pull request #28502 from azat/prewhere-column-fix
Fix "Column is not under aggregate function and not in GROUP BY" with PREWHERE
2021-10-28 16:18:02 +03:00
Kruglov Pavel
31a1fa6b4c
Merge pull request #30417 from ka1bi4/romanzhukov-DOCSUP-16598-normalizeUTF8
DOCSUP-16598: [CLICKHOUSEDOCS] Document the normalizeUTF8 functions
2021-10-28 16:09:54 +03:00
tavplubix
33ffe11d03
Merge pull request #30346 from ClickHouse/fix_some_fetches_may_stuck
Try fix 'some fetches may stuck'
2021-10-28 13:10:15 +03:00
tavplubix
fc9a7593aa
Merge pull request #28998 from otrazhenia/evgsudarikova-DOCSUP-13565-REPLICAS
DOCSUP-13565: Add new column last_queue_update_exception to system.replicas table
2021-10-28 13:05:01 +03:00
Evgeniia Sudarikova
f0386403dd new example 2021-10-28 11:56:20 +03:00
alexey-milovidov
c9a1cc53d3
Update Context.cpp 2021-10-28 11:48:59 +03:00
alexey-milovidov
8956480f08
Update adopters.md 2021-10-28 11:23:35 +03:00
alexey-milovidov
b7b269b140
Merge pull request #30670 from jinjunzh/master
Improve filter bitmask generator function all in one with sse/avx2/avx512
2021-10-28 10:12:32 +03:00
alesapin
9460d60348
Merge pull request #30741 from ClickHouse/kssenii-update-test
Update 01083_expressions_in_engine_arguments.sql
2021-10-28 09:59:09 +03:00
Kseniia Sumarokova
acdcb53f18
Update Settings.h 2021-10-28 09:25:34 +03:00
Kseniia Sumarokova
fba0e11cff
Merge pull request #29471 from lingtaolf/feature/fucntion-mapContainsKeyLike
New function `mapContainsKeyLike`
2021-10-28 09:21:51 +03:00
Alexey Milovidov
8b4a6a2416 Remove cruft 2021-10-28 02:10:39 +03:00
Kseniia Sumarokova
afc0b2068c
Update Settings.h 2021-10-28 01:04:16 +03:00
alexey-milovidov
fab8da1c64
Merge pull request #30722 from ucasfl/filelog-engine
remove some unneeded header files
2021-10-27 23:35:03 +03:00
Anton Popov
2bb586bed3
Merge pull request #30541 from gyuton/gyuton-DOCSUP-14941-Document-asynchronous-insert-mode
DOCSUP-14941-Document-asynchronous-inserts
2021-10-27 20:25:17 +03:00
Vitaly Baranov
697776186a
Merge pull request #30725 from azat/fix-gtest_disk_encrypted
Fix gtest_disk_encrypted (for new readFile/createReadBufferFromFileBase() interfaces)
2021-10-27 19:49:23 +03:00
Kseniia Sumarokova
18dc17f9c7
Update 01083_expressions_in_engine_arguments.sql 2021-10-27 18:52:52 +03:00
Maksim Kita
a332a4d15f
Merge pull request #30501 from kitaisreal/hashed-array-dictionary-optimize-read-multiple-attributes
HashedArrayDictionary optimize read multiple attributes
2021-10-27 18:45:07 +03:00
tavplubix
ac4a9bcf23
Fix 00975_move_partition_merge_tree (#30717)
* Revert "Fix race between MOVE PARTITION and merges/mutations for MergeTree"

This reverts commit e9ce859b02.

* fix

* Update StorageMergeTree.cpp

Co-authored-by: alesapin <alesapin@gmail.com>
2021-10-27 18:19:41 +03:00
tavplubix
d07d53f1b1
Merge pull request #29328 from aiven/kmichel-recover-replica-race
Fix hanging DDL queries on Replicated database
2021-10-27 16:43:21 +03:00
tavplubix
d7c69f6c02
Merge pull request #29202 from aiven/kmichel-replicated-database-alter-attach
Allow non-replicated ALTER TABLE FETCH/ATTACH in Replicated databases
2021-10-27 16:42:54 +03:00
gyuton
527474da64 Fix wording 2021-10-27 16:21:50 +03:00
gyuton
456d548b6b
Apply suggestions from code review
Co-authored-by: Anton Popov <pad11rus@gmail.com>
2021-10-27 16:17:56 +03:00
Alexander Tokmakov
5e622d4c98 fix another issue 2021-10-27 15:59:26 +03:00
Kseniia Sumarokova
8f8423aecc
Update 01083_expressions_in_engine_arguments.sql 2021-10-27 15:04:15 +03:00
Kseniia Sumarokova
4d8f913af5
Update 01083_expressions_in_engine_arguments.sql 2021-10-27 15:00:16 +03:00
凌涛
996706101d optimized code 2021-10-27 19:53:53 +08:00
Maksim Kita
db18cb194c
Merge pull request #30736 from kitaisreal/dictionary-source-unknown-column-name-in-dictionary-fix
DictionarySource unknown column name in dictionary fix
2021-10-27 14:10:54 +03:00
tavplubix
7b66cc754e
Merge pull request #30723 from azat/fix-test_part_uuid
Fix test_part_uuid::test_part_uuid_wal
2021-10-27 14:08:28 +03:00
alesapin
9430f774d2
Merge pull request #30677 from ClickHouse/better_check_for_started_node 2021-10-27 12:51:13 +03:00
Kseniia Sumarokova
a2fd921465
Update 01083_expressions_in_engine_arguments.sql 2021-10-27 12:34:20 +03:00
Kseniia Sumarokova
b96bd7ee42
Update 01083_expressions_in_engine_arguments.sql 2021-10-27 12:29:43 +03:00
alexey-milovidov
9f9b4968d7
Merge pull request #30663 from ClickHouse/fix_five_years_old_bug
Fix case-insensetive search in UTF8 strings
2021-10-27 12:10:12 +03:00
Maksim Kita
9e5337b5d4 DictionarySource unknown column name in dictionary fix 2021-10-27 11:51:47 +03:00
alesapin
0b70edec9b
Merge pull request #30733 from azat/style-check-ci-scripts
Run pylint over python scripts for github actions
2021-10-27 11:36:43 +03:00
Maksim Kita
fd002e327c Updated HashedArrayDictionary 2021-10-27 11:26:42 +03:00
alesapin
fc19a06a99
Merge pull request #30646 from ianton-ru/MDB-14537-2
Retry on Yandex.S3 throttle
2021-10-27 11:18:38 +03:00
alesapin
2af950d4d5
Merge pull request #30658 from ClickHouse/std_mutex_alter_lock
Change `alter_lock` from `RWLock` to `std::timed_mutex`
2021-10-27 11:14:11 +03:00
alesapin
a29711f1d0
Merge pull request #30651 from ClickHouse/fix_intersecting_parts_to_do
Fix intersecting parts in `parts_to_do`
2021-10-27 10:52:21 +03:00
Mátyás Jani
290bd317fb
Update documentation for TSVWithNames parsing
The documentation of the format TabSeparatedWithNames stated during parsing
the first row (header) is ignored. It is not true anymore, the header is parsed, and
the column position is determined from the header.
2021-10-27 09:49:54 +02:00
alesapin
8749f4a31a
Merge pull request #29043 from nvartolomei/nv/parts-uuid-move-shard-kill
Part movements between shards improvements and cancel support
2021-10-27 10:46:00 +03:00
alesapin
ce22666c2a
Merge pull request #30727 from azat/fix-docker_images_check
tests/ci/docker_images_check: add missing time import
2021-10-27 10:19:34 +03:00
Azat Khuzhin
d8a64a7ece tests/ci: fix wrong-import-order pylint warning 2021-10-27 10:14:39 +03:00
Azat Khuzhin
5930714ccd tests/ci/version_helper.py: fix pylint warnings 2021-10-27 10:03:25 +03:00