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
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
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
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
Nikolai Kochetov
405f9f0696
Fix LazyOutput.
2020-01-23 17:58:50 +03:00
Vitaly Baranov
6a6ec36d63
Fix race when executing SYSTEM RELOAD ALL DICTIONARIES.
2020-01-23 16:35:12 +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
Vladimir Chebotarev
a362664cc1
Better handling of per_part_columns_lock
.
2020-01-23 13:08:35 +03:00
Nikolai Kochetov
f431b10e38
Update TCPHandler.
2020-01-23 13:04:18 +03:00
Ivan
b80e3dcd46
Refactoring of replxx ( #8748 )
2020-01-23 11:18:19 +03:00
alexey-milovidov
2e849490bc
Merge pull request #8770 from millb/query_log
...
Created column exception_code in query_log table
2020-01-23 06:01:48 +03:00
Alexey Milovidov
d853cffe61
Returned back DateTime64
2020-01-23 05:44:22 +03:00
Alexey Milovidov
fb89ffdbb3
Added comments
2020-01-23 05:12:11 +03:00
Alexey Milovidov
35726ac2dd
Fixed error in Avro format
2020-01-23 05:03:53 +03:00
Alexey Milovidov
a75ce4477b
Fixed error in Avro format
2020-01-23 05:01:58 +03:00
Alexey Milovidov
9f0230d4ba
Addition to prev. revision
2020-01-23 04:09:17 +03:00
Alexey Milovidov
fde33ddc47
Addition to prev. revision
2020-01-23 04:06:53 +03:00
Alexey Milovidov
39565eb0b0
Addition to prev. revision
2020-01-23 04:03:32 +03:00
Alexey Milovidov
0c18bcf415
Addition to prev. revision
2020-01-23 03:41:37 +03:00
Alexey Milovidov
b213f08f1c
Added type conversions in AvroInputFormat
2020-01-23 03:04:50 +03:00
Alexey Milovidov
ef93eb47a6
Removed old garbage
2020-01-23 02:50:57 +03:00
Alexey Milovidov
12bd78ecf8
Merge branch 'master' into oandrew-avro
2020-01-23 02:10:38 +03:00
tavplubix
8cfe9a4d66
Update ParsedTemplateFormatString.cpp
2020-01-22 23:09:23 +03:00
tavplubix
c00636bfa7
Update ParsedTemplateFormatString.cpp
2020-01-22 22:23:59 +03:00
Alexander Kuzmenkov
55be790199
Do not crash if the row template file is empty.
2020-01-22 21:27:09 +03:00
Mikhail Korotov
d68f8d1f8e
Update QueryLog.h
2020-01-22 16:58:36 +03:00
alexey-milovidov
c683c77633
Merge pull request #8768 from ClickHouse/processors-default
...
Enable Processors
2020-01-22 16:55:52 +03:00
millb
6fc7a827f6
Fixed bug with empty exception
2020-01-22 16:52:26 +03:00
millb
6cd6b4d3b2
exception_code is changed
2020-01-22 15:29:30 +03:00
Artem Zuikov
289f16978f
Merge pull request #8764 from 4ertus2/bugs
...
Fix toDecimalOrNull() with exception inside
2020-01-22 14:18:34 +03:00
alesapin
0d484be01a
Merge pull request #8767 from ClickHouse/aku/null-format
...
Fix sending no data to client with Null format.
2020-01-22 13:06:16 +03:00
Nikolai Kochetov
47ffa40f99
Merge pull request #8766 from vzakaznikov/issue_7878
...
Fix issue #7878
2020-01-22 12:54:59 +03:00
millb
4cffb62b41
Created exception_code column in query_log table
2020-01-21 22:49:42 +03:00
Alexey Milovidov
5d33bedf80
Whitespace
2020-01-21 22:18:40 +03:00
alexey-milovidov
5e7f80c664
Merge pull request #8760 from kreuzerkrieg/GCCSuggestOverride
...
Add GCC warning to suggest virtual function override
2020-01-21 22:12:26 +03:00
Denis Glazachev
79085bf629
Set X-ClickHouse-Format
HTTP response header to the format name
2020-01-22 00:33:33 +05:30