Commit Graph

34518 Commits

Author SHA1 Message Date
alexey-milovidov
105b61b2af
Merge pull request #8800 from CurtizJ/fix-alter-with-ttl
Fix alters if there is set TTL for table.
2020-01-24 06:30:45 +03:00
alexey-milovidov
528d231a6b
Merge pull request #8750 from azat/temporary_data_configuration
Multiple paths (disks/volumes) for storing temporary data support
2020-01-24 06:21:52 +03:00
alexey-milovidov
5c9393df97
Merge pull request #8717 from ClickHouse/oandrew-avro
Merging Avro format.
2020-01-24 06:14:09 +03:00
Alexey Milovidov
12d980259e Fixed bug with parentheses 2020-01-24 05:38:03 +03:00
alexey-milovidov
ab162170d2
Merge pull request #8799 from millb/query_log
Fixed 01070_exception_code_in_query_log_table test
2020-01-24 02:30:53 +03:00
Maxim Akhmedov
af54c378ce Make checkStackSize symbol weak. 2020-01-23 23:30:40 +03:00
Alexey Milovidov
205f798491 Update Avro submodule to prevent UBSan failure 2020-01-23 23:04:53 +03:00
alexey-milovidov
c698132cca
Merge pull request #8769 from traceon/format-name-http-header
Set X-ClickHouse-Format HTTP response header to the format name
2020-01-23 22:23:26 +03:00
alexey-milovidov
761a3e56a5
Update SystemLog.cpp 2020-01-23 22:21:57 +03:00
Alexey Milovidov
680da3d7ed Merge remote-tracking branch 'origin/master' into oandrew-avro 2020-01-23 22:08:08 +03:00
Alexey Milovidov
64984cf061 Update Avro submodule to prevent UBSan failure 2020-01-23 22:06:53 +03:00
Alexey Milovidov
5ab0e23a0c Forked Avro to make changes for UBSan 2020-01-23 21:52:23 +03:00
Alexey Milovidov
59d9bfa71e Enable Avro with Memory Sanitizer 2020-01-23 21:47:17 +03:00
Alexey Milovidov
629f5e85e6 Merge branch 'oandrew-avro' of github.com:yandex/ClickHouse into oandrew-avro 2020-01-23 21:43:06 +03:00
chertus
d38bf7b4b2 add test 2020-01-23 21:32:16 +03:00
alexey-milovidov
119c7a9670
Update SystemLog.cpp 2020-01-23 21:28:37 +03:00
Azat Khuzhin
4f868614d5 Document tmp_policy 2020-01-23 21:10:33 +03:00
Nikolai Kochetov
5a8932488d Romve commented code. 2020-01-23 21:02:13 +03:00
Nikolai Kochetov
50f66433e0 Update PushingToViewsBlockOutputStream 2020-01-23 20:51:43 +03:00
Alexander Kuzmenkov
c7616ff11a [wip] performance comparison 2020-01-23 20:49:11 +03:00
Azat Khuzhin
c9cc1ef516 Cover tmp_policy 2020-01-23 20:31:19 +03:00
Azat Khuzhin
88bfb788a9 Add ability to use multiple disks/volumes for temporary data
This patch adds <tmp_policy> config directive, that will define the
policy to use for storing temporary files, if it is not set (default)
the <tmp_path> will be used.

Also tmp_policy has some limitations:
- move_factor              is ignored
- keep_free_space_bytes    is ignored
- max_data_part_size_bytes is ignored
- must have exactly one volume
2020-01-23 20:31:01 +03:00
alesapin
24e0d3e63d Remove token 2020-01-23 20:19:51 +03:00
Nikolai Kochetov
9635c8d5c5 Update PushingToViewsBlockOutputStream 2020-01-23 20:11:49 +03:00
Nikolai Kochetov
7d4d063f38 Try to remove some code. 2020-01-23 18:53:58 +03:00
chertus
3571cdb4b5 correct row limit for many right blocks case 2020-01-23 18:47:49 +03:00
Nikolai Kochetov
25ea3d83e2 Merge branch 'issue_7878_2' of https://github.com/vzakaznikov/ClickHouse into vzakaznikov-issue_7878_2 2020-01-23 18:45:24 +03:00
Nikolai Kochetov
4a4de82648 Merged with master 2020-01-23 18:44:26 +03:00
alexey-milovidov
f563d7f4b3
Merge pull request #8801 from vitlibar/fix-race-system-reload-all-dictionaries
Fix race when executing SYSTEM RELOAD ALL DICTIONARIES.
2020-01-23 18:10:17 +03:00
Nikolai Kochetov
405f9f0696 Fix LazyOutput. 2020-01-23 17:58:50 +03:00
alesapin
1fa6adacbe
Merge pull request #8790 from ClickHouse/disable_flappy_tests
Disable some flappy tests
2020-01-23 17:41:17 +03:00
Ivan Blinkov
07fc58771d
Update index.html 2020-01-23 17:41:05 +03:00
Ivan Blinkov
9106fc74b4
Update LICENSE 2020-01-23 17:38:30 +03:00
Ivan Blinkov
c6e7c29eef
Update AUTHORS 2020-01-23 17:36:05 +03:00
Ivan Blinkov
97c67e0e0a
Update AUTHORS 2020-01-23 17:33:48 +03:00
Mikhail Korotov
c05652067e
Update HTTPHandler.cpp 2020-01-23 16:40:16 +03:00
Mikhail Korotov
276d1c233e
Update 01071_http_header_exception_code.sh 2020-01-23 16:38:55 +03:00
Vitaly Baranov
6a6ec36d63 Fix race when executing SYSTEM RELOAD ALL DICTIONARIES. 2020-01-23 16:35:12 +03:00
CurtizJ
1764ba5219 test for alter with ttl 2020-01-23 16:11:06 +03:00
CurtizJ
b5d8baee71 fix alters if ttl is set 2020-01-23 16:04:06 +03:00
Nikolai Kochetov
b3e33b8330 Enable block skip for null format in processors pipeline. 2020-01-23 15:59:01 +03:00
Nikolai Kochetov
f85e7ca36d Enable block skip for null format in processors pipeline. 2020-01-23 15:53:32 +03:00
millb
c441c2fc9c tests fixed 2020-01-23 15:47:13 +03:00
alexey-milovidov
3b896d21bd
Merge pull request #8792 from grihabor/patch-1
Add extern "C" for cgo to link
2020-01-23 15:40:13 +03:00
alexey-milovidov
39e34e0339
Merge pull request #8795 from abyss7/replxx
Restore support for \G suffix
2020-01-23 15:37:04 +03:00
alesapin
36e619ab4b Add trash script for tests history 2020-01-23 15:29:08 +03:00
Nikolai Kochetov
b6a819c5d8 Fix ConvertingAggregatedToChunksTransform. 2020-01-23 14:45:12 +03:00
Nikolai Kochetov
bceb084512 Fix ConvertingAggregatedToChunksTransform. 2020-01-23 14:44:43 +03:00
Vitaliy Zakaznikov
024dce32d8 Fixing NameOrDefault mode in ConvertingBlockInputStream. 2020-01-23 12:40:27 +01:00
Nikolai Kochetov
8839defb63 Fix ConvertingAggregatedToChunksTransform. 2020-01-23 14:39:42 +03:00