Vitaly Baranov
|
b0cb3eb306
|
Extend the protocol with streaming and nonstreaming functions.
|
2020-11-24 17:55:01 +03:00 |
|
Vitaly Baranov
|
b51e14253d
|
Added support for sessions in gRPC protocol.
|
2020-11-24 17:55:01 +03:00 |
|
Vitaly Baranov
|
9285f7edc1
|
Send profile info to client.
|
2020-11-24 17:55:01 +03:00 |
|
Vitaly Baranov
|
98e2cc4117
|
Fix sending progress.
|
2020-11-24 17:55:01 +03:00 |
|
Vitaly Baranov
|
4f0405af93
|
Send logs via gRPC protocol too.
|
2020-11-24 17:55:01 +03:00 |
|
Vitaly Baranov
|
218d9ea3e8
|
Added input_data_delimiter to protocol.
|
2020-11-24 17:55:01 +03:00 |
|
Vitaly Baranov
|
797c84889f
|
Use ReadBuffer to join input data from multiple query infos.
That fixes inserting of a row splitted between two query infos.
|
2020-11-24 17:55:01 +03:00 |
|
Vitaly Baranov
|
63c8d8124a
|
Added test for inserting to columns with defaults.
|
2020-11-24 17:55:01 +03:00 |
|
Vitaly Baranov
|
de4586739a
|
Fix using output format.
|
2020-11-24 17:55:01 +03:00 |
|
Vitaly Baranov
|
1bab6a2337
|
Added logging for grpc calls.
|
2020-11-24 17:55:01 +03:00 |
|
Vitaly Baranov
|
8146093794
|
Provide more information about errors.
|
2020-11-24 17:55:01 +03:00 |
|
Vitaly Baranov
|
fb90e9d091
|
Simplify the code: pass callbacks as tags to grpc.
|
2020-11-24 17:53:34 +03:00 |
|
Vitaly Baranov
|
ba723d6d75
|
Simplify the code: get rid of WriteBufferFromGRPC.
|
2020-11-24 17:53:34 +03:00 |
|
Vitaly Baranov
|
c2edd9f8ce
|
Rework async server: switch to coroutine-like approach, no using statuses anymore for control flow.
|
2020-11-24 17:53:34 +03:00 |
|
Vitaly Baranov
|
ff62fd4967
|
Add an adapter for protocol servers.
|
2020-11-24 17:53:34 +03:00 |
|
Vitaly Baranov
|
a327f24e3c
|
Refine the protocol. Code cleanup in tests.
|
2020-11-24 17:53:34 +03:00 |
|
Vitaly Baranov
|
3856ae1a5e
|
Fix PVS Error "Unable to start the analysis on this file" for files
which include protobuf-generates files.
|
2020-11-24 17:53:34 +03:00 |
|
Vitaly Baranov
|
93459d854b
|
Fix WriteBufferFromVector: restart() now resize empty container to initial_size
because WriteBufferFromVector can't operate with empty container.
|
2020-11-24 17:53:34 +03:00 |
|
Vitaly Baranov
|
db9f762e73
|
Fix tests.
|
2020-11-24 17:53:34 +03:00 |
|
Vitaly Baranov
|
8e6c68f4f7
|
Fix unbundled build.
|
2020-11-24 17:53:34 +03:00 |
|
Vitaly Baranov
|
44717797c9
|
Fix code style and compilation.
|
2020-11-24 17:53:34 +03:00 |
|
Vitaly Baranov
|
13f2352c57
|
Move files to right places.
|
2020-11-24 17:53:34 +03:00 |
|
mnkonkova
|
6cd1557d67
|
Implement GRPC protocol.
|
2020-11-24 17:53:34 +03:00 |
|
Vitaly Baranov
|
8d96a11d8d
|
Update grpc build scripts.
|
2020-11-24 17:53:34 +03:00 |
|
Vitaly Baranov
|
5dde87fdcc
|
Update contrib/grpc & contrib/protobuf.
|
2020-11-24 17:53:34 +03:00 |
|
alesapin
|
cfe7d853c1
|
Update ZooKeeperImpl.cpp
|
2020-11-24 17:42:31 +03:00 |
|
alesapin
|
821111e716
|
Update ZooKeeperImpl.cpp
|
2020-11-24 17:41:57 +03:00 |
|
nikitamikhaylov
|
31505fb279
|
done
|
2020-11-24 17:40:38 +03:00 |
|
alexey-milovidov
|
2aee13c93a
|
Merge pull request #17351 from ClickHouse/dependabot/pip/docs/tools/mkdocs-macros-plugin-0.5.0
Bump mkdocs-macros-plugin from 0.4.20 to 0.5.0 in /docs/tools
|
2020-11-24 17:38:06 +03:00 |
|
alesapin
|
a800bff5d4
|
Update ZooKeeperImpl.cpp
|
2020-11-24 17:33:42 +03:00 |
|
Amos Bird
|
6b4512809c
|
Fix const column in set index.
|
2020-11-24 22:31:59 +08:00 |
|
Alexander Kuzmenkov
|
9b0368ffa5
|
Merge pull request #16338 from ucasFL/union-distinct
Add UNION DISTINCT and setting `union_default_mode`
|
2020-11-24 17:30:24 +03:00 |
|
myrrc
|
b7e94b487c
|
fixed scale calc, again
|
2020-11-24 17:29:30 +03:00 |
|
Anton Popov
|
8c5971873e
|
Merge branch 'master' of git://github.com/satanson/ClickHouse into repeat-logn
|
2020-11-24 17:17:30 +03:00 |
|
Anton Popov
|
30fa6a16b3
|
Merge pull request #17361 from CurtizJ/remove-test
Remove outdated test
|
2020-11-24 17:14:13 +03:00 |
|
myrrc
|
03139c2c1e
|
Merge branch 'improvement/diff-types-in-avg-weighted' of github:myrrc/clickhouse into improvement/diff-types-in-avg-weighted
|
2020-11-24 17:08:38 +03:00 |
|
myrrc
|
420f2489a7
|
fixed decimal scales calc, updated the tests
|
2020-11-24 17:07:59 +03:00 |
|
Nikita Mikhaylov
|
44e4a4f388
|
Merge pull request #17344 from nikitamikhaylov/msan-fix-attempt
Attempt to fix Stress test (MSan)
|
2020-11-24 17:07:54 +03:00 |
|
Anton Popov
|
4e07681444
|
remove outdated test
|
2020-11-24 16:30:52 +03:00 |
|
myrrc
|
fbb0e6e6aa
|
Merge remote-tracking branch 'upstream/master' into improvement/diff-types-in-avg-weighted
|
2020-11-24 16:04:17 +03:00 |
|
qianmoQ
|
93b6add264
|
fix document for introduction toc priority
|
2020-11-24 20:48:16 +08:00 |
|
qianmoQ
|
e740bd40f1
|
fix document for index.md and distinctive-features.md
|
2020-11-24 20:36:19 +08:00 |
|
Anton Popov
|
6e1a9240e1
|
Merge branch 'master' into fix-groupby-optimization
|
2020-11-24 15:24:07 +03:00 |
|
Anton Popov
|
ff36dee2ec
|
move test to bugs
|
2020-11-24 15:22:13 +03:00 |
|
Nikita Mikhaylov
|
6787f98476
|
Merge pull request #14958 from nikitamikhaylov/refactor_cache_dictionary
Refactor cache dictionary
|
2020-11-24 14:55:02 +03:00 |
|
nikitamikhaylov
|
5be300ff22
|
Merge branch 'master' of github.com:ClickHouse/ClickHouse into merging-sequential-consistency
|
2020-11-24 14:46:57 +03:00 |
|
qianmoQ
|
504e228d9f
|
Fixed a problem with the translation of the document
fix `clickhouse-local.md` document
|
2020-11-24 19:13:00 +08:00 |
|
alesapin
|
45f09fe293
|
Merge pull request #17220 from ianton-ru/s3_max_redirects
S3 max redirects
|
2020-11-24 12:13:10 +03:00 |
|
vdimir
|
52bc290616
|
Regenerate ya.make, add format null to ip_trie.xml
|
2020-11-24 11:20:11 +03:00 |
|
alesapin
|
b05385cec0
|
Remove code from test which copy-pasted from another test
|
2020-11-24 11:17:37 +03:00 |
|