tavplubix
|
085359c110
|
Merge pull request #17274 from ClickHouse/fix_ast_formatting_in_logs
Fix AST formatting in log messages
|
2020-11-24 19:00:56 +03:00 |
|
Vitaly Baranov
|
65719da0d8
|
Merge pull request #16977 from MyroTk/rbac_attach_create_drop_detach_testflows
RBAC Testflows tests for ATTACH, CREATE, DROP, and DETACH
|
2020-11-24 18:31:44 +03:00 |
|
Pavel Kruglov
|
5b94dd2f74
|
Add eof check in receiveHello
|
2020-11-24 18:15:13 +03:00 |
|
Vitaly Baranov
|
4b3488934c
|
Disable running test test_odbc_interaction.test_bridge_dies_with_parent with asan.
|
2020-11-24 17:55:02 +03:00 |
|
Vitaly Baranov
|
3c85165e60
|
Redirect stderr, stdout for clickhouse-odbc-bridge to files.
|
2020-11-24 17:55:02 +03:00 |
|
Vitaly Baranov
|
a32ed23198
|
Fork abseil-cpp to remove dependency on errno@GLIBC_PRIVATE, __pthread_unwind@GLIBC_PRIVATE and to fix shared build.
|
2020-11-24 17:55:02 +03:00 |
|
Vitaly Baranov
|
7b0f94b5f2
|
glibc-compatibility: Add secure_getenv().
|
2020-11-24 17:55:02 +03:00 |
|
Vitaly Baranov
|
3253a525e2
|
glibc-compatibility: Add getauxval().
|
2020-11-24 17:55:02 +03:00 |
|
Vitaly Baranov
|
a61359c224
|
glibc-compatibility: Add accept4() from musl 1.2.1.
|
2020-11-24 17:55:02 +03:00 |
|
Vitaly Baranov
|
fc67aaec20
|
glibc-compatibility: Add epoll_create1() from musl 1.2.1.
|
2020-11-24 17:55:02 +03:00 |
|
Vitaly Baranov
|
d949898890
|
glibc-compatibility: Add eventfd(), eventfd_read(), eventfd_write() from musl 1.2.1.
|
2020-11-24 17:55:02 +03:00 |
|
Vitaly Baranov
|
be056a93ab
|
Add comments desribing the protocol.
|
2020-11-24 17:55:02 +03:00 |
|
Vitaly Baranov
|
1bd19bb124
|
Implemented clickhouse grpc client.
|
2020-11-24 17:55:02 +03:00 |
|
Vitaly Baranov
|
950bccb130
|
Add test for authentication.
|
2020-11-24 17:55:02 +03:00 |
|
Vitaly Baranov
|
a0e384b0c0
|
Added support for external tables.
|
2020-11-24 17:55:02 +03:00 |
|
Vitaly Baranov
|
23842e7ac6
|
Added support for input() function.
|
2020-11-24 17:55:02 +03:00 |
|
Vitaly Baranov
|
0e3a8840b5
|
Support cancellation of executing query via gRPC.
|
2020-11-24 17:55:02 +03:00 |
|
Vitaly Baranov
|
18ebea5d66
|
Optimization: Forward reading of next query infos.
|
2020-11-24 17:55:02 +03:00 |
|
Vitaly Baranov
|
88f1eeec2f
|
Add tests for parallel executing of queries.
|
2020-11-24 17:55:02 +03:00 |
|
Vitaly Baranov
|
eab3006a4d
|
Support SSL and compression when using gRPC protocol.
|
2020-11-24 17:55:02 +03:00 |
|
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 |
|