Kruglov Pavel
|
7873b4475f
|
Merge branch 'master' into autodetect-format
|
2022-01-25 10:56:52 +03:00 |
|
avogar
|
a6740d2f9a
|
Detect format and schema for stdin in clickhouse-local
|
2022-01-25 10:25:37 +03:00 |
|
avogar
|
af54ca4866
|
Fix partition write
|
2022-01-14 21:21:36 +03:00 |
|
avogar
|
253035a5df
|
Fix
|
2022-01-14 19:17:06 +03:00 |
|
avogar
|
89a181bd19
|
Make better
|
2022-01-14 18:16:18 +03:00 |
|
avogar
|
97788b9c21
|
Allow to create new files on insert for File/S3/HDFS engines
|
2021-12-29 21:19:13 +03:00 |
|
avogar
|
8112a71233
|
Implement schema inference for most input formats
|
2021-12-29 12:18:56 +03:00 |
|
Alexey Milovidov
|
71926a3a97
|
Fix surprisingly bad code in function "file"
|
2021-12-13 07:57:54 +03:00 |
|
Raúl Marín
|
051dddd8df
|
Reduce dependencies on ASTIdentifier.h
Goes from rebuilding 483 objects to 165 when it's modified
|
2021-11-26 16:49:40 +01:00 |
|
Kruglov Pavel
|
d9c1a0c8ec
|
Merge branch 'master' into fix-write-buffers
|
2021-11-20 17:48:24 +03:00 |
|
Kruglov Pavel
|
1bbe0df945
|
Fix perf test
|
2021-11-16 11:41:50 +03:00 |
|
avogar
|
8f7be52ac4
|
Update test, remove commented code
|
2021-11-15 14:58:18 +03:00 |
|
avogar
|
e5661b9b62
|
Minor change
|
2021-11-11 21:09:21 +03:00 |
|
avogar
|
c521a9131a
|
Small refactoring of WriteBiffer-s
|
2021-11-11 02:11:18 +03:00 |
|
avogar
|
2dd4393ca1
|
Small refactoring in formats
|
2021-11-03 20:07:05 +03:00 |
|
kssenii
|
03d7476864
|
One more fix
|
2021-10-29 00:50:59 +03:00 |
|
kssenii
|
d39840376f
|
Review fixes
|
2021-10-28 15:44:12 +03:00 |
|
kssenii
|
1d743b9259
|
Partitoned write
|
2021-10-25 19:23:44 +03:00 |
|
Kseniia Sumarokova
|
c692155c7e
|
Merge pull request #30309 from kssenii/fix-file-symlinks
Fix symlinks in file table function
|
2021-10-20 11:09:51 +03:00 |
|
Kseniia Sumarokova
|
5633865df1
|
Update src/Storages/StorageFile.cpp
Co-authored-by: Nikolay Degterinsky <43110995+evillique@users.noreply.github.com>
|
2021-10-17 14:16:40 +03:00 |
|
kssenii
|
059fc1de69
|
Allow symlinks in file storage
|
2021-10-17 09:11:06 +00:00 |
|
Nikolai Kochetov
|
a08c98d760
|
Move some files.
|
2021-10-16 17:03:50 +03:00 |
|
Nikolai Kochetov
|
ab28c6c855
|
Remove BlockInputStream interfaces.
|
2021-10-14 13:25:43 +03:00 |
|
Nikolai Kochetov
|
2957971ee3
|
Remove some last streams.
|
2021-10-13 21:22:02 +03:00 |
|
Nikolai Kochetov
|
ec18340351
|
Remove streams from formats.
|
2021-10-11 19:11:50 +03:00 |
|
Nikolai Kochetov
|
341553febd
|
Fix build.
|
2021-09-16 20:40:42 +03:00 |
|
Nikolai Kochetov
|
b997214620
|
Rename QueryPipeline to QueryPipelineBuilder.
|
2021-09-14 20:48:18 +03:00 |
|
Nikolai Kochetov
|
f569a3e3f7
|
Merge branch 'master' into rewrite-pushing-to-views
|
2021-09-09 20:30:23 +03:00 |
|
Nikolai Kochetov
|
66a76ab70f
|
Rewrite PushingToViewsBlockOutputStream part 6
|
2021-09-03 20:29:36 +03:00 |
|
kssenii
|
c5ee335c68
|
Fix tests
|
2021-08-22 21:41:09 +03:00 |
|
kssenii
|
14afb3c509
|
File progress for local fix
|
2021-08-22 20:33:55 +03:00 |
|
Nikolai Kochetov
|
9b5a816b43
|
Merge branch 'master' into output-streams-to-processors
|
2021-07-26 18:03:11 +03:00 |
|
Nikolai Kochetov
|
0eb563dc1b
|
Fix more tests.
|
2021-07-26 17:47:29 +03:00 |
|
Nikolai Kochetov
|
fa1c223269
|
Fix some tests.
|
2021-07-26 13:08:40 +03:00 |
|
Alexey Milovidov
|
2f2dce399a
|
Fix style
|
2021-07-25 01:26:21 +03:00 |
|
Alexey Milovidov
|
215505b985
|
Remove unused error code
|
2021-07-24 19:51:56 +03:00 |
|
Alexey Milovidov
|
774f6d2617
|
Allow to read file descriptor multiple times in File storage
|
2021-07-24 19:50:03 +03:00 |
|
BoloniniD
|
2fa02061b7
|
Fix parallel reads
|
2021-07-24 15:31:35 +03:00 |
|
BoloniniD
|
07c57edbfc
|
Merge branch 'master' of github.com:ClickHouse/ClickHouse into pipe_reading
|
2021-07-23 23:39:38 +03:00 |
|
Nikolai Kochetov
|
9c92f43359
|
Update storages.
|
2021-07-23 22:33:59 +03:00 |
|
Nikolai Kochetov
|
2dc5c89b66
|
Update Storage::write
|
2021-07-23 17:25:35 +03:00 |
|
Nikolai Kochetov
|
f38de35b14
|
Rename some constants.
|
2021-07-21 19:13:17 +03:00 |
|
Nikolai Kochetov
|
179ec05a72
|
Remove some streams.
|
2021-07-20 21:18:43 +03:00 |
|
BoloniniD
|
49ee24e824
|
What if we replace unique_lock with shared?
|
2021-07-20 19:22:41 +03:00 |
|
Nikita Mikhaylov
|
4d3f828beb
|
Merge pull request #26314 from kssenii/fix-hdfs-crash
Fix hdfs crash
|
2021-07-20 15:01:56 +03:00 |
|
BoloniniD
|
a9deeb6a78
|
Trying to fix freeze on union all
|
2021-07-18 15:55:24 +03:00 |
|
Alexey Milovidov
|
261a220227
|
Remove some code
|
2021-07-17 21:06:46 +03:00 |
|
BoloniniD
|
19b673fb3b
|
Style fix for error message
|
2021-07-17 15:30:03 +03:00 |
|
kssenii
|
61652acede
|
Add test
|
2021-07-14 22:49:16 +03:00 |
|
BoloniniD
|
407652457f
|
Added fstat for table fd + more fixes
|
2021-07-09 12:20:11 +03:00 |
|