Michael Kolupaev
|
2498170253
|
Fix use-after-free in StorageURL when switching URLs
|
2023-06-22 16:24:12 +00:00 |
|
Kruglov Pavel
|
11f176dd19
|
Merge pull request #50712 from KevinyhZou/bug_fix_csv_parse_by_tab_delimiter
Support CSVInputFormat to read csv file by whitespace & tab delimiter
|
2023-06-16 13:16:22 +02:00 |
|
KevinyhZou
|
953f40aa3b
|
Merge branch 'master' into bug_fix_csv_parse_by_tab_delimiter
|
2023-06-15 10:25:19 +08:00 |
|
Chang Chen
|
86694847c6
|
using Reader instead of typename CapnpType::Reader
|
2023-06-14 15:22:32 +08:00 |
|
Chang Chen
|
e281026e00
|
fix build issue on clang 15
|
2023-06-14 12:29:55 +08:00 |
|
kevinyhzou
|
f3b99156ac
|
review fix
|
2023-06-14 10:48:21 +08:00 |
|
Kruglov Pavel
|
607f337d67
|
Merge pull request #50592 from Avogar/max-bytes-to-read-in-schema-inference
Add setting to limit the number of bytes to read in schema inference
|
2023-06-13 16:47:57 +02:00 |
|
Kruglov Pavel
|
8fdcd91c38
|
Merge pull request #49752 from Avogar/better-capnproto-3
Refactor CapnProto format to improve input/output performance
|
2023-06-13 16:20:38 +02:00 |
|
Kruglov Pavel
|
24d70a2afd
|
Fix
|
2023-06-12 13:37:59 +02:00 |
|
kevinyhzou
|
911f8ad8dc
|
use whitespace or tab as field delimiter
|
2023-06-12 11:57:52 +08:00 |
|
avogar
|
47b0c2a862
|
Make better
|
2023-06-09 13:01:36 +00:00 |
|
kevinyhzou
|
48e1b21aab
|
Add feature to support read csv by space & tab delimiter
|
2023-06-08 20:34:30 +08:00 |
|
avogar
|
cc036528fe
|
Merge branch 'master' of github.com:ClickHouse/ClickHouse into better-capnproto-3
|
2023-06-08 11:16:13 +00:00 |
|
Kruglov Pavel
|
1baa6404e6
|
Merge branch 'master' into skip-trailing-empty-lines
|
2023-06-06 19:39:34 +02:00 |
|
avogar
|
df50833b70
|
Allow to skip trailing empty lines in CSV/TSV/CustomeSeparated formats
|
2023-06-06 17:33:05 +00:00 |
|
Kruglov Pavel
|
af880a6f3b
|
Merge branch 'master' into max-bytes-to-read-in-schema-inference
|
2023-06-06 14:47:58 +02:00 |
|
Nikita Mikhaylov
|
e87348010d
|
Rework loading and removing of data parts for MergeTree tables. (#49474)
Co-authored-by: Sergei Trifonov <sergei@clickhouse.com>
|
2023-06-06 14:42:56 +02:00 |
|
avogar
|
33e51d4f3b
|
Add setting to limit the number of bytes to read in schema inference
|
2023-06-05 15:22:04 +00:00 |
|
Kruglov Pavel
|
59f27014f7
|
Merge pull request #50474 from valentinalexeev/patch-1
Additional error information when JSON is too large
|
2023-06-05 13:31:21 +02:00 |
|
Alexey Gerasimchuk
|
9958731c27
|
Merge branch 'master' into ADQM-830
|
2023-06-05 07:46:47 +10:00 |
|
Valentin Alexeev
|
516cda94ee
|
Use in.count() instead of pos
|
2023-06-02 18:42:35 +02:00 |
|
Valentin Alexeev
|
da4d55cdaf
|
Additional error information when JSON is too large
If a parser fails on a large JSON, then output the last position processed to allow review.
|
2023-06-02 18:42:35 +02:00 |
|
Michael Kolupaev
|
b51064a508
|
Get rid of SeekableReadBufferFactory, add SeekableReadBuffer::readBigAt() instead
|
2023-06-01 18:48:30 -07:00 |
|
avogar
|
883350d5c2
|
Fix tests
|
2023-06-01 14:51:14 +00:00 |
|
Kruglov Pavel
|
8b34a30455
|
Fix style
|
2023-05-31 22:14:57 +02:00 |
|
Kruglov Pavel
|
898d1f34db
|
Merge branch 'master' into better-capnproto-3
|
2023-05-31 21:44:00 +02:00 |
|
avogar
|
c9626314f7
|
Better
|
2023-05-31 19:22:44 +00:00 |
|
Kruglov Pavel
|
2dd4701115
|
Merge branch 'master' into allow_empty
|
2023-05-30 16:04:12 +02:00 |
|
avogar
|
ea395e9554
|
Make better
|
2023-05-25 15:24:02 +00:00 |
|
Alexey Gerasimchuck
|
75791d7a63
|
Added input_format_csv_trim_whitespaces parameter
|
2023-05-25 07:51:32 +00:00 |
|
Kruglov Pavel
|
f76fc5e066
|
Fix special build
|
2023-05-24 17:19:04 +00:00 |
|
Kruglov Pavel
|
94ef08977a
|
Fix special build
|
2023-05-24 17:19:04 +00:00 |
|
Kruglov Pavel
|
5f1ca61d09
|
Fix special builds
|
2023-05-24 17:19:04 +00:00 |
|
avogar
|
a89a8b8d50
|
Fix build
|
2023-05-24 17:19:04 +00:00 |
|
Kruglov Pavel
|
c2eada7ba7
|
Fix style
|
2023-05-24 17:19:04 +00:00 |
|
avogar
|
e66f6272d1
|
Refactor CapnProto format to improve input/output performance
|
2023-05-24 17:19:04 +00:00 |
|
Michael Kolupaev
|
6fd5d8e8ba
|
Add setting output_format_parquet_compliant_nested_types to produce more compatible Parquet files
|
2023-05-19 18:39:50 +00:00 |
|
Yakov Olkhovskiy
|
0a44a69dc8
|
remove unnecessary header
|
2023-05-17 00:22:13 +00:00 |
|
Yakov Olkhovskiy
|
282297b677
|
binary encoding of IPv6 in protobuf
|
2023-05-16 23:46:01 +00:00 |
|
Kruglov Pavel
|
5ada385502
|
Merge branch 'master' into allow_empty
|
2023-05-16 12:21:31 +02:00 |
|
Kruglov Pavel
|
558eda4146
|
Merge pull request #49412 from azat/block-use-dense-hash-map
Switch Block::NameMap to google::dense_hash_map over HashMap
|
2023-05-15 12:22:55 +02:00 |
|
Alexey Milovidov
|
0ca36d4f89
|
Merge branch 'master' into clang-17
|
2023-05-14 01:57:40 +02:00 |
|
Alexey Milovidov
|
5a44dc26e7
|
Fixes for clang-17
|
2023-05-13 02:57:31 +02:00 |
|
Alexey Milovidov
|
f6144ee32b
|
Revert "Make Pretty formats even prettier."
|
2023-05-13 02:45:07 +03:00 |
|
Azat Khuzhin
|
2c40dd6a4c
|
Switch Block::NameMap to google::dense_hash_map over HashMap
Since HashMap creates 2^8 elements by default, while dense_hash_map
should be good here.
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
|
2023-05-12 05:52:57 +02:00 |
|
Alexey Milovidov
|
ef16077c72
|
Merge branch 'master' into pretty-time-squashing
|
2023-05-06 18:20:49 +03:00 |
|
Alexey Milovidov
|
90b0de5677
|
Make Pretty prettier
|
2023-05-05 06:36:53 +02:00 |
|
Michael Kolupaev
|
3bd1489f18
|
Propagate input_format_parquet_preserve_order to parallelizeOutputAfterReading()
|
2023-05-05 04:20:27 +00:00 |
|
Michael Kolupaev
|
eb3b774ad0
|
Better control over Parquet row group size
|
2023-05-04 14:59:55 -07:00 |
|
Nikita Mikhaylov
|
954e3b724c
|
Speedup outdated parts loading (#49317)
|
2023-05-03 18:56:45 +02:00 |
|