kssenii
|
ec11179f91
|
Merge branch 'master' of github.com:ClickHouse/ClickHouse into seekable-read-buffers
|
2021-11-03 14:33:31 +03:00 |
|
kssenii
|
45ea820297
|
Reduce memory usage for some formats
|
2021-11-03 14:30:03 +03:00 |
|
Kruglov Pavel
|
327a34e9da
|
Merge pull request #30497 from Avogar/null-deserialization
Add custom null representation support for TSV/CSV input formats, fix Nullable(String) deserializing in some formats
|
2021-11-03 11:30:25 +03:00 |
|
Kruglov Pavel
|
901ebcede6
|
Merge pull request #30351 from arenadata/ADQM-335
output_format_avro_rows_in_file
|
2021-11-02 12:25:27 +03:00 |
|
Kruglov Pavel
|
1f8535c02b
|
Merge branch 'master' into null-deserialization
|
2021-11-02 12:15:21 +03:00 |
|
avogar
|
d1ef96a5ef
|
Add test, avoid unnecessary allocations, use PeekableReadBuffer only in corner case
|
2021-10-27 17:29:15 +03:00 |
|
avogar
|
d5c5a3213b
|
Add custom null representation support for TSV/CSV input formats, fix bugs in deserializing NULLs in some cases
|
2021-10-21 16:52:27 +03:00 |
|
Kruglov Pavel
|
5052ec3ab0
|
Merge branch 'master' into tsv-csv
|
2021-10-19 12:03:52 +03:00 |
|
Kruglov Pavel
|
1e2ceeb2e7
|
Merge pull request #29291 from Avogar/capnproto
Add CapnProto output format, refactor CapnProto input format
|
2021-10-19 11:54:55 +03:00 |
|
Ilya Golshtein
|
d90302aa3b
|
output_format_avro_rows_in_file
|
2021-10-18 19:01:06 +03:00 |
|
Kruglov Pavel
|
dbc2f3408e
|
Merge branch 'master' into tsv-csv
|
2021-10-18 14:38:22 +03:00 |
|
Azat Khuzhin
|
50231460af
|
Use forward declaration for Buffer<> in generic headers
- changes in ReadHelpers.h -- recompiles 1000 modules
- changes in FormatFactor.h -- recompiles 100 modules
|
2021-10-16 12:03:24 +03:00 |
|
avogar
|
ce22f534c4
|
Add CapnProto output format, refactor CapnProto input format
|
2021-10-14 16:43:22 +03:00 |
|
avogar
|
324dfd4f81
|
Refactor and improve TSV, CSV and JSONCompactEachRow formats, fix some bugs in formats
|
2021-10-14 13:32:49 +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
|
c6bce1a4cf
|
Update Native.
|
2021-10-08 20:21:19 +03:00 |
|
Anton Popov
|
ea4fd19e28
|
Merge pull request #29087 from CurtizJ/asyn-inserts-follow-up
Minor enhancements in async inserts
|
2021-09-21 13:38:52 +03:00 |
|
PHO
|
3c4b1ea9c5
|
New setting: output_format_csv_null_representation
This is the same as output_format_tsv_null_representation but is for CSV output.
|
2021-09-17 17:58:23 +09:00 |
|
Anton Popov
|
99175f7acc
|
minor enhancements in async inserts
|
2021-09-16 20:55:34 +03:00 |
|
mergify[bot]
|
401b2f3b8f
|
Merge branch 'master' into json-as-string
|
2021-08-26 15:03:59 +00:00 |
|
Alexey Milovidov
|
8adaef7c8e
|
Make text format for Decimal tuneable
|
2021-08-16 11:03:23 +03:00 |
|
alexey-milovidov
|
36ab47769b
|
Merge pull request #27609 from Algunenano/refactor_mysql_format
Refactor mysql format check
|
2021-08-13 03:02:49 +03:00 |
|
mergify[bot]
|
38d97ec52a
|
Merge branch 'master' into json-as-string
|
2021-08-12 17:18:38 +00:00 |
|
Nikita Mikhaylov
|
8c06abee73
|
Merge pull request #25902 from Avogar/arrow-nested
Refactor ArrowColumnToCHColumn, support inserting Nested as Array(Struct) in Arrow/ORC/Parquet
|
2021-08-12 20:02:01 +03:00 |
|
Raúl Marín
|
a451bf6eac
|
Remove unused code
|
2021-08-12 11:30:01 +02:00 |
|
Raúl Marín
|
f6788fc660
|
Mysql handler: Move format check to the handler
|
2021-08-12 11:29:50 +02:00 |
|
Raúl Marín
|
65bb4ff744
|
Unify mysql output format checks
|
2021-08-09 14:29:35 +02:00 |
|
Raúl Marín
|
b1ff4ca81a
|
Fix 01176_mysql_client_interactive and work with mariadb client
|
2021-08-06 18:03:27 +02:00 |
|
mergify[bot]
|
3201d90105
|
Merge branch 'master' into json-as-string
|
2021-08-05 14:18:35 +00:00 |
|
Pavel Kruglov
|
e4c5d7e3b1
|
Support inserting nested as Array of structs, add some refactoring
|
2021-08-05 14:10:27 +03:00 |
|
Vitaly Baranov
|
4f1926550b
|
Merge pull request #26429 from vitlibar/remove-mysql-wire-context
Remove MySQLWireContext
|
2021-07-19 12:21:24 +03:00 |
|
Alexey Milovidov
|
c648e8356b
|
Remove even more code
|
2021-07-17 21:58:51 +03:00 |
|
Vitaly Baranov
|
0f8b196682
|
Remove MySQLWireContext.
|
2021-07-16 22:21:20 +03:00 |
|
Ilya Golshtein
|
16532658c2
|
Avro string for ClickHouse string
|
2021-07-13 20:03:00 +03:00 |
|
Alexander Tokmakov
|
1a470fb777
|
fix sequence_id in MySQL protocol
|
2021-07-07 20:03:28 +03:00 |
|
Pavel Kruglov
|
92e6df7b89
|
Allow data in square brackets in JSONAsString format
|
2021-06-23 16:17:34 +03:00 |
|
Pavel Kruglov
|
c8b37977da
|
Fix bugs, support dictionary for Arrow format
|
2021-06-15 16:15:27 +03:00 |
|
Nikolai Kochetov
|
dbaa6ffc62
|
Rename ContextConstPtr to ContextPtr.
|
2021-06-01 15:20:52 +03:00 |
|
Alexander Kuzmenkov
|
35459a0228
|
Update FormatFactory.cpp
|
2021-04-22 21:48:06 +03:00 |
|
Ivan
|
495c6e03aa
|
Replace all Context references with std::weak_ptr (#22297)
* Replace all Context references with std::weak_ptr
* Fix shared context captured by value
* Fix build
* Fix Context with named sessions
* Fix copy context
* Fix gcc build
* Merge with master and fix build
* Fix gcc-9 build
|
2021-04-11 02:33:54 +03:00 |
|
Alexander Kuzmenkov
|
e44b3822e3
|
Merge pull request #21850 from fastio/handle_errors_for_kafka_engine
Handle errors for Kafka engine
|
2021-04-09 22:59:40 +03:00 |
|
alexey-milovidov
|
5d672d4529
|
Update FormatFactory.cpp
|
2021-04-06 22:23:16 +03:00 |
|
Nikita Mikhailov
|
37f48d13b4
|
add test
|
2021-04-06 22:23:16 +03:00 |
|
Peng Jian
|
26b5482b4d
|
remove the flag in the parser
|
2021-03-31 22:25:51 +08:00 |
|
Peng Jian
|
909d5ad2b5
|
Handle errors for Kafka engine
|
2021-03-31 17:15:57 +08:00 |
|
Alexey Milovidov
|
905793a7e4
|
Disable excessive squashing of blocks for StorageMemory #13052
|
2021-02-07 04:57:17 +03:00 |
|
kssenii
|
daab2c91bb
|
Better
|
2021-01-21 21:15:11 +00:00 |
|
kssenii
|
c1702f34ee
|
Add factories info into system.query_log
|
2021-01-21 15:46:37 +00:00 |
|