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 |
|
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 |
|
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 |
|
Nikita Mikhailov
|
b94a654715
|
build fix
|
2020-12-30 16:55:31 +03:00 |
|
Nikita Mikhailov
|
60b4a36c4a
|
arcadia fix + live view fix + cleanup
|
2020-12-30 07:50:58 +03:00 |
|
Nikita Mikhailov
|
c5f92e5096
|
better formatfactory
|
2020-12-30 06:07:30 +03:00 |
|
Nikita Mikhailov
|
2dde73f700
|
better
|
2020-12-28 19:52:54 +03:00 |
|
Nikita Mikhailov
|
c3288c3fbf
|
Merge branch 'master' of github.com:ClickHouse/ClickHouse into parallel-parsing-input-format
|
2020-12-28 15:09:37 +03:00 |
|
Nikita Mikhailov
|
dcfbe782c6
|
Merge branch 'master' of github.com:ClickHouse/ClickHouse into parallel-parsing-input-format
|
2020-12-23 05:20:22 +03:00 |
|
nikitamikhaylov
|
27f647f93d
|
done
|
2020-12-23 01:01:05 +03:00 |
|
Alexey Milovidov
|
3ab2a167e8
|
Merge branch 'master' into arrays-as-nested-csv
|
2020-12-22 00:05:50 +03:00 |
|
Alexey Milovidov
|
558e9d270f
|
Whitespace
|
2020-12-21 10:41:05 +03:00 |
|
Alexey Milovidov
|
ae9b67fefa
|
Support to parse Arrays in CSV as nested CSV in a String
|
2020-12-20 13:26:08 +03:00 |
|
Nikita Mikhailov
|
fbf2ac35e8
|
fix tsan
|
2020-12-17 18:14:09 +03:00 |
|