Nikolai Kochetov
fea33f8b60
Add processlist to PipelineExecutor. Throw exception if query was killed.
2020-01-28 16:16:02 +03:00
Nikolai Kochetov
5a8a367228
Add processlist to PipelineExecutor. Throw exception if query was killed.
2020-01-28 15:59:34 +03:00
Nikolai Kochetov
a19c8b3d37
Update LimitTransform.
2020-01-28 14:50:22 +03:00
Nikolai Kochetov
f94eb7a0ff
Update ISource.
2020-01-27 21:09:20 +03:00
Nikolai Kochetov
733df795a3
Fix IBlockInputStream
2020-01-27 20:12:55 +03:00
Nikolai Kochetov
43455d79b4
Add time limit to SourceWithProgress.
2020-01-27 19:58:25 +03:00
Nikolai Kochetov
45741eb03a
Add cancell to SourceFromInputStream.
2020-01-27 19:16:06 +03:00
Nikolai Kochetov
6a656e8ee8
Add cancell to SourceFromInputStream.
2020-01-27 19:03:55 +03:00
Nikolai Kochetov
902b977d9d
Add cancell to SourceFromInputStream.
2020-01-27 17:39:14 +03:00
Nikolai Kochetov
73ee23c1d8
Add cancell to SourceFromInputStream.
2020-01-27 17:31:40 +03:00
Nikolai Kochetov
a9c09b88c3
Update ISource
2020-01-27 13:59:54 +03:00
Nikolai Kochetov
2c025a8bd1
Add progress.
2020-01-27 13:05:57 +03:00
Nikolai Kochetov
cab636cb62
Merged with master.
2020-01-24 18:10:24 +03:00
alesapin
32783b3cea
Fix integration test
2020-01-24 11:55:36 +03:00
alesapin
7af36b9b74
Better image for woboq browser
2020-01-24 11:07:20 +03:00
Nikolai Kochetov
b55ae23bb9
Merge pull request #8797 from ClickHouse/fix-null-format-for-processors-2
...
Skip blocks for Null format with processors.
2020-01-24 10:34:13 +03:00
Alexey Milovidov
b1fcea78b8
Merge branch 'fix-paren'
2020-01-24 07:05:32 +03:00
Alexey Milovidov
3a5c7370b2
Addition to prev. revision #8811
2020-01-24 07:05:15 +03:00
alexey-milovidov
2105c02e85
Merge pull request #8811 from ClickHouse/fix-paren
...
Fixed bug with parentheses
2020-01-24 07:04:13 +03:00
alexey-milovidov
de32863f73
Merge pull request #8791 from excitoon-favorites/fixdestructeddatapart
...
Fixed bug with `MergeTreeReadPool`
2020-01-24 06:37:18 +03:00
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
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
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
Azat Khuzhin
4f868614d5
Document tmp_policy
2020-01-23 21:10:33 +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
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
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