avogar
|
f754881e1f
|
Fix output String data into Text CapnProto type
|
2021-10-14 16:43:23 +03:00 |
|
avogar
|
5d16dc7f9a
|
Try to fix tests, update capnp lib to eliminate problem with UB sanitizer
|
2021-10-14 16:43:23 +03:00 |
|
avogar
|
ce22f534c4
|
Add CapnProto output format, refactor CapnProto input format
|
2021-10-14 16:43:22 +03:00 |
|
Nikolai Kochetov
|
a5fa5c7ea3
|
Move formats to Impl
|
2021-10-13 13:01:08 +03:00 |
|
Nikolai Kochetov
|
ec18340351
|
Remove streams from formats.
|
2021-10-11 19:11:50 +03:00 |
|
Nikolai Kochetov
|
a95c28ec4b
|
Merge pull request #29898 from ClickHouse/remove-native-stream
Remove some more streams.
|
2021-10-10 21:01:16 +03:00 |
|
Alexey Milovidov
|
0828ecae97
|
Better exception message while reading column from Arrow-supported formats
|
2021-10-09 19:46:36 +03:00 |
|
Nikolai Kochetov
|
c6bce1a4cf
|
Update Native.
|
2021-10-08 20:21:19 +03:00 |
|
Denis Glazachev
|
ca7b69b0f3
|
Manipulate with -Wreserved-identifier only if HAS_RESERVED_IDENTIFIER has been detected
|
2021-10-03 17:42:36 +04:00 |
|
Alexey Milovidov
|
fe6b7c77c7
|
Rename "common" to "base"
|
2021-10-02 10:13:14 +03:00 |
|
Kruglov Pavel
|
b46e4db70e
|
Fix PVS check 2.0
|
2021-09-22 18:22:34 +03:00 |
|
Kruglov Pavel
|
7545bff76c
|
Minor update
|
2021-09-22 13:47:03 +03:00 |
|
mergify[bot]
|
627a4fea96
|
Merge branch 'master' into fix-msgpack
|
2021-09-22 10:14:18 +00:00 |
|
Pavel Kruglov
|
9ed82fb44a
|
Fix PVS check
|
2021-09-22 13:13:05 +03:00 |
|
Anton Popov
|
db50a1027e
|
Merge pull request #29132 from Avogar/fix-avro
Fix segfault in Avro with LowCardinality(Nullable)
|
2021-09-19 16:13:11 +03:00 |
|
Pavel Kruglov
|
aba86b010b
|
Update docs, tests and add some fixes
|
2021-09-17 17:32:23 +03:00 |
|
Pavel Kruglov
|
7bf13c4891
|
Remove extra space
|
2021-09-17 16:13:15 +03:00 |
|
Pavel Kruglov
|
48a3a2f75c
|
Fix segfault in Avro with LowCardinality(Nullable)
|
2021-09-17 16:11:44 +03:00 |
|
Vladimir C
|
333fd323f5
|
Merge pull request #29062 from Avogar/orc-fixes
|
2021-09-17 14:48:19 +03:00 |
|
Kruglov Pavel
|
50c0045e27
|
Remove unused header
|
2021-09-16 17:13:07 +03:00 |
|
Pavel Kruglov
|
96dba14213
|
Improve MsgPack input/output format
|
2021-09-16 17:05:07 +03:00 |
|
Pavel Kruglov
|
2b67d54d58
|
tmp
|
2021-09-16 14:25:45 +03:00 |
|
Kruglov Pavel
|
1b0da15291
|
Use detachColumns
Co-authored-by: Vladimir C <vdimir@yandex-team.ru>
|
2021-09-16 12:22:39 +03:00 |
|
Anton Popov
|
dfbb1ffec0
|
Merge pull request #27537 from CurtizJ/merging-20557
Merging #20557 (Asynchronous inserts)
|
2021-09-16 03:08:34 +03:00 |
|
Pavel Kruglov
|
2e9858172e
|
Allow to input and output LowCardinality columns in ORC format
|
2021-09-15 22:04:36 +03:00 |
|
Vitaly Stoyan
|
9bbdd39efc
|
initial commit
|
2021-09-15 18:07:18 +03:00 |
|
Anton Popov
|
fc17936c12
|
Merge remote-tracking branch 'upstream/master' into HEAD
|
2021-09-14 23:02:30 +03:00 |
|
Vitaly Stoyan
|
a416fd52d8
|
initial commit
|
2021-09-14 21:22:18 +03:00 |
|
Sergei Semin
|
12e24a23d3
|
Merge branch 'master' into fix-build-clang-13-2
|
2021-09-12 19:30:55 +03:00 |
|
Mike Kot
|
c4385a2c40
|
Simplifying exception messages
|
2021-09-11 00:40:18 +02:00 |
|
Sergei Semin
|
c01bf59805
|
ignore diagnostic -Wreserved-identifier in ArrowBufferedStreams.cpp
|
2021-09-09 23:51:47 +03:00 |
|
Anton Popov
|
8e5b3b2f6c
|
Merge remote-tracking branch 'upstream/master' into HEAD
|
2021-09-09 15:12:34 +03:00 |
|
Raúl Marín
|
09a9ad0dfe
|
Improve [C|T]SV errors
|
2021-09-03 16:15:56 +02:00 |
|
Anton Popov
|
5e421ab272
|
Merge remote-tracking branch 'upstream/master' into HEAD
|
2021-09-02 02:42:50 +03:00 |
|
tavplubix
|
e55c0bc40a
|
Merging #27980 (#28413)
* fix: empty string convert to DecimalOrNumbeOrDateOrDateTime
* fix: ifnull convert to defaut value
* fix variable name
* fix cast args
* modify ifnull args
* use short circuit
Co-authored-by: liyang830 <liyang830@jd.com>
|
2021-09-01 12:12:23 +03:00 |
|
Anton Popov
|
e8ac8e3454
|
execute asynchronous inserts separatly for each client
|
2021-08-27 06:00:12 +03:00 |
|
mergify[bot]
|
401b2f3b8f
|
Merge branch 'master' into json-as-string
|
2021-08-26 15:03:59 +00:00 |
|
Anton Popov
|
6d3274c22c
|
Merge remote-tracking branch 'upstream/master' into HEAD
|
2021-08-26 03:31:46 +03:00 |
|
Vasily Nemkov
|
51ffc33457
|
Introduce sessions.
This is required to add system.session_log table.
|
2021-08-18 14:24:52 +03:00 |
|
Kseniia Sumarokova
|
0917488cec
|
Merge pull request #27382 from kssenii/cast-internal
add Cast internal function
|
2021-08-13 13:13:51 +03:00 |
|
mergify[bot]
|
38d97ec52a
|
Merge branch 'master' into json-as-string
|
2021-08-12 17:18:38 +00:00 |
|
Pavel Kruglov
|
188c7371f9
|
Remove unecessary code
|
2021-08-11 19:41:51 +03:00 |
|
Pavel Kruglov
|
7498a1eb38
|
Fix tests and style
|
2021-08-09 17:30:14 +03:00 |
|
kssenii
|
9ca422f0c5
|
Introduce CAST for internal usage
|
2021-08-07 09:03:10 +00:00 |
|
Pavel Kruglov
|
0a06470b69
|
tmp
|
2021-08-06 18:12:31 +03:00 |
|
Anton Popov
|
3a0d4807a5
|
Merge branch 'async-insert' of git://github.com/abyss7/ClickHouse into merging-20557
|
2021-08-06 16:20:02 +03:00 |
|
Pavel Kruglov
|
a0c10b546f
|
Small fixes
|
2021-08-05 18:18:33 +03:00 |
|
Pavel Kruglov
|
607d4dcc0b
|
Resolve conflicts, fix build and tests
|
2021-08-05 18:09:48 +03: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 |
|