Azat Khuzhin
99c447d3f5
Add ability to block MEMORY_LIMIT_EXCEEDED exception explicitly
2020-11-28 11:15:26 +03:00
Azat Khuzhin
5088668736
Do not allow to throw MEMORY_LIMIT_EXCEEDED if there is uncaught exception
...
Since this will lead to std::terminate
2020-11-28 11:15:26 +03:00
Azat Khuzhin
afabad975b
Make PullingAsyncPipelineExecutor thread safe
...
Right now if CurrentThread::attachTo() throws, it will not catch it.
2020-11-28 11:15:26 +03:00
alexey-milovidov
6fb3cdd165
Update extended-roadmap.md
2020-11-28 10:53:29 +03:00
alesapin
1d179dac22
Merge pull request #17486 from ClickHouse/fix_more_flaky_tests
...
Fix more flaky integration tests
2020-11-28 10:43:29 +03:00
alesapin
cc66e4fdd6
Merge pull request #17496 from ClickHouse/fix_mark_cache_size
...
More accurate mark cache size calculation
2020-11-28 10:42:56 +03:00
Alexey Milovidov
24bd2e8e8e
GRPC: better config
2020-11-28 08:44:16 +03:00
alexey-milovidov
c189f6405f
Merge pull request #16767 from azat/optimize_trivial_count_query-fix
...
Fix optimize_trivial_count_query with partition predicate
2020-11-28 08:43:12 +03:00
alexey-milovidov
62a45e8ff7
Merge pull request #17414 from azat/fix-INSERT-SETTINGS-parsing
...
Fix parsing of SETTINGS clause of the INSERT ... SELECT ... SETTINGS query
2020-11-28 08:38:42 +03:00
Alexey Milovidov
7e06037e59
Fix typo
2020-11-28 08:38:05 +03:00
alexey-milovidov
aac8299db0
Merge pull request #17467 from ClickHouse/filimonov-doc-jsonasstring
...
Document JSONAsString
2020-11-28 08:35:14 +03:00
alexey-milovidov
61a8406c1e
Merge pull request #17485 from ClickHouse/aku/perf-thresholds
...
Adjust perf test thresholds
2020-11-28 08:34:44 +03:00
alexey-milovidov
7a6c72ce88
Merge pull request #17471 from CurtizJ/fix-order-by-functions
...
Fix 'optimize_redundant_functions_in_order_by'
2020-11-28 08:34:26 +03:00
alexey-milovidov
70af62af79
Merge pull request #17468 from ClickHouse/filimonov-patch-1
...
add a note for copier docs
2020-11-28 08:32:59 +03:00
alexey-milovidov
7500363474
Merge pull request #17470 from qianmoQ/fix-docs
...
Fix docs
2020-11-28 08:32:16 +03:00
alexey-milovidov
b26dcdea7c
Update adopters.md
2020-11-28 05:19:13 +03:00
alexey-milovidov
507bdd9e13
Update adopters.md
2020-11-28 05:15:44 +03:00
alexey-milovidov
0ec69b8079
Update adopters.md
2020-11-28 05:14:09 +03:00
alexey-milovidov
0215b965ec
Merge pull request #17498 from ClickHouse/fix-race-in-default-profile-info
...
Fix data race on global BlockStreamProfileInfo in PullingAsyncPipelineExecutor
2020-11-28 04:59:23 +03:00
alexey-milovidov
ef43ceade4
Merge pull request #17501 from traceon/fix-xcode-builds
...
Fix CMake generation and build for native Xcode and AppleClang
2020-11-28 04:57:50 +03:00
alexey-milovidov
a230c77ed0
Merge pull request #17503 from den-crane/patch-8
...
Doc. translate toUnixTimestamp to Russian
2020-11-28 04:51:31 +03:00
Nikita Mikhaylov
6f3db7ff50
Merge pull request #17330 from CurtizJ/move-to-prewhere
...
Allow to move conditions to prewhere with compact parts
2020-11-28 02:02:42 +03:00
Denny Crane
c34b547e41
Update date-time-functions.md
2020-11-27 16:18:08 -04:00
Denny Crane
c31572c709
Update date-time-functions.md
2020-11-27 16:14:07 -04:00
Denny Crane
c53cf4055d
translate toUnixTimestamp to Russian
2020-11-27 16:10:50 -04:00
Alexander Kuzmenkov
8e855dc887
Merge pull request #17460 from azat/perf-tests-settings
...
Fail queries on unknown settings in perf tests
2020-11-27 22:42:37 +03:00
sevirov
59b92c7464
DOCSUP-3922: Document the untuple() function ( #17110 )
...
* Create tuple-functions.md
Выполнил описание функции untuple на английском языке.
* Update tuple-functions.md
Подкорректировал описание.
* Update tuple-functions.md
Подкорректировал описание.
* Update tuple-functions.md
Внес небольшие поправки.
* Translate untuple-functions.md
Выполнил перевод на русский язык.
* Update tuple-functions.md
Внес поправки в английскую и русскую версии.
* Update tuple-functions.md
Внес поправки.
* Update tuple-functions.md and in-functions.md
Добавил функции и ссылки.
Co-authored-by: Dmitriy <sevirov@yandex-team.ru>
2020-11-27 22:37:44 +03:00
tavplubix
aaaa7ad59f
Merge pull request #16806 from TCeason/add_test_for_materialize_mysql
...
add network partition integration test for MaterializeMySQL
2020-11-27 20:39:06 +03:00
Anna Shakhova
0ae690e6ed
DOCSUP-2955: documented the rankCorr function ( #16109 )
...
* rankCorr: init commit in English.
* Fixed
* Fixed links.
* Fixed link.
* Fixed link.
* Fixed link.
* Fixed link to document Float32
* Fixed remarks
* Fixed
* Translation
2020-11-27 19:56:38 +03:00
Denis Glazachev
0e6dd287e7
Fix CMake generation and build for native Xcode and AppleClang
2020-11-27 20:33:16 +04:00
Ivan Blinkov
2619cde996
Update hero.html
2020-11-27 11:44:42 -03:00
Ivan Blinkov
ddca46d877
Update index.md
2020-11-27 11:43:32 -03:00
Anton Popov
458395dcaf
fix test
2020-11-27 17:31:30 +03:00
Nikolai Kochetov
1c8600bb0a
Fix data race on global BlockStreamProfileInfo in PullingAsyncPipelineExecutor.
2020-11-27 16:50:34 +03:00
alesapin
ba481e6665
Fix cache size calculation
2020-11-27 16:17:10 +03:00
Anton Popov
1a4ed07a98
add some more comments
2020-11-27 15:47:27 +03:00
Ivan Blinkov
1feebe9d73
Update README.md
2020-11-27 09:38:52 -03:00
alesapin
37c4133a23
Merge pull request #17275 from azat/cleanup
...
Tiny cleanup
2020-11-27 15:29:31 +03:00
Nikita Mikhaylov
0b6f5c75b9
Merge pull request #17435 from vitlibar/grpc-protocol-2
...
Implement GRPC protocol (corrections)
2020-11-27 15:19:50 +03:00
Alexander Kuzmenkov
a3277b183d
Adjust perf test thresholds
2020-11-27 15:08:42 +03:00
alesapin
239ed12458
Better defaults
2020-11-27 14:50:33 +03:00
alesapin
17fa29f44f
Less pulls of network image
2020-11-27 14:38:04 +03:00
Anton Popov
601d633690
fix optimize_redundant_functions_in_order_by
2020-11-27 14:29:39 +03:00
alesapin
f12ba9f2c1
Fix test
2020-11-27 14:26:42 +03:00
qianmoQ
4d94a83d33
translate documentation for ontime
2020-11-27 19:23:28 +08:00
filimonov
4b54259414
Update formats.md
2020-11-27 12:14:50 +01:00
filimonov
8b3b9a6263
add a note for copier docs
2020-11-27 12:10:57 +01:00
Alexander Kuzmenkov
19bdb34b19
Merge pull request #16183 from hexiaoting/dev_replace
...
Fix: throw error when column transformer use non-exist column
2020-11-27 14:09:58 +03:00
alesapin
50cf7fda39
Less flaky test_realod_zookeeper
2020-11-27 14:05:59 +03:00
Nikolai Kochetov
85283b3944
Merge pull request #17397 from ClickHouse/fix-types-for-read-from-join
...
Fix crash while reading from JOIN table with LowCardinality types
2020-11-27 13:37:05 +03:00