Vitaly Baranov
|
77d9cddfec
|
Replace clickhouse_grpc.proto in a test with symlink.
|
2022-02-10 02:46:05 +07:00 |
|
Vitaly Baranov
|
1341b4b4de
|
Rename QueryInfo's field result_compression -> transport_compression_type and change its type for better consistency.
Make the previous field obsolete.
|
2022-02-10 02:46:05 +07:00 |
|
Vitaly Baranov
|
1f6b65d39d
|
gRPC: Split compression_type field into input_compression_type and output_compression_type.
Make the previous field obsolete.
|
2022-02-10 02:46:05 +07:00 |
|
Maksim Kita
|
e0dfc9cd38
|
Merge pull request #34454 from kitaisreal/dictionary-get-http-json-test
Added test 33734
|
2022-02-09 17:21:03 +01:00 |
|
Nikolai Kochetov
|
38fb50f736
|
Merge pull request #33958 from Algunenano/mv_cacheable_scalars
Scalar cache improvements
|
2022-02-09 16:46:53 +03:00 |
|
Maksim Kita
|
0658fb3256
|
Added test 33734
|
2022-02-09 12:06:17 +00:00 |
|
Anton Popov
|
822b58247a
|
Merge pull request #34132 from CurtizJ/fix-distributed-inserts
Fix inserts to distributed tables in case of change of native protocol
|
2022-02-09 14:58:44 +03:00 |
|
Kruglov Pavel
|
4ec0f6f091
|
Merge pull request #33824 from ManagedDatabases/client-fault-tolerant-connection
Client fault tolerant connection
|
2022-02-09 14:26:11 +03:00 |
|
mergify[bot]
|
fd5caa3196
|
Merge branch 'master' into short-circuit-bug
|
2022-02-09 11:04:19 +00:00 |
|
mergify[bot]
|
43459ee7b3
|
Merge branch 'master' into fixing-test-storage-postgresql
|
2022-02-09 00:54:18 +00:00 |
|
DF5HSE
|
cfefa57485
|
Merge branch 'master' of github.com:ClickHouse/ClickHouse into client-fault-tolerant-connection
|
2022-02-08 19:53:55 +03:00 |
|
avogar
|
08c009ab50
|
Fix possible error 'Cannot convert column Function to mask'
|
2022-02-08 18:23:43 +03:00 |
|
Nikolai Kochetov
|
0f7c0c72bd
|
Merge pull request #34305 from amosbird/projection-fix27
Fix various issues when projection is enabled by default
|
2022-02-08 17:19:56 +03:00 |
|
Anton Popov
|
496d77c3c3
|
Merge pull request #33467 from cmsxbc/addressToLineWithInlines
add function addressToLineWithInlines
|
2022-02-08 17:03:46 +03:00 |
|
kssenii
|
71c57bed8e
|
Fix
|
2022-02-08 14:52:07 +01:00 |
|
Kruglov Pavel
|
3e216adc17
|
Merge pull request #34405 from Avogar/fix-segfault-in-url
Fix segfault in schema inference from url
|
2022-02-08 16:48:37 +03:00 |
|
alesapin
|
31fdd5c6dc
|
Merge pull request #34364 from vitlibar/fix-inserting-into-temp-tables-via-grpc
Fix inserting to temporary tables via gRPC.
|
2022-02-08 14:46:48 +03:00 |
|
avogar
|
e118c89bb2
|
Fix segfault in schema inference from url
|
2022-02-08 13:40:03 +03:00 |
|
Kruglov Pavel
|
b4fec2af7c
|
Merge pull request #34065 from Avogar/msgpack
Support UUID in MsgPack format
|
2022-02-08 11:42:17 +03:00 |
|
DF5HSE
|
c08bc7ad65
|
Merge branch 'master' of github.com:ClickHouse/ClickHouse into client-fault-tolerant-connection
|
2022-02-08 11:37:31 +03:00 |
|
cmsxbc
|
1d13c68c9c
|
use max instead of not any to check all rows
|
2022-02-08 08:58:01 +08:00 |
|
cmsxbc
|
a33bd4c623
|
Merge branch 'master' into addressToLineWithInlines
|
2022-02-08 08:54:15 +08:00 |
|
Anton Popov
|
b21adb8e11
|
Merge pull request #34229 from evillique/parser
Add composability to casting and index operators
|
2022-02-08 03:17:00 +03:00 |
|
alexey-milovidov
|
755c8084b1
|
Merge pull request #34125 from Avogar/table-from-literal
Add table function format(format_name, data)
|
2022-02-08 02:48:56 +03:00 |
|
alexey-milovidov
|
51c767d107
|
Merge pull request #34345 from ClickHouse/fix-wrong-engine-database-memory
Fix wrong engine in SHOW CREATE DATABASE with engine Memory #34225
|
2022-02-08 02:45:46 +03:00 |
|
DF5HSE
|
c1df291b18
|
Fix error with IPv6 in host param
|
2022-02-08 02:03:41 +03:00 |
|
DF5HSE
|
69e535fcb2
|
Merge branch 'master' of github.com:ClickHouse/ClickHouse into client-fault-tolerant-connection
|
2022-02-08 02:03:36 +03:00 |
|
DF5HSE
|
e780c1292d
|
Add tests, remove saving host in config
|
2022-02-08 02:03:35 +03:00 |
|
alexey-milovidov
|
274c5be64e
|
Merge pull request #34057 from Algunenano/i34053
Less flaky test_inconsistent_parts_if_drop_while_replica_not_active
|
2022-02-07 23:37:21 +03:00 |
|
Amos Bird
|
1995894eef
|
Fix tests
|
2022-02-08 02:32:23 +08:00 |
|
Kruglov Pavel
|
4b5221a6aa
|
Merge pull request #34017 from Avogar/values-func
Add schema inference for values() table function.
|
2022-02-07 20:31:40 +03:00 |
|
Anton Popov
|
b633a916af
|
Merge pull request #34228 from CurtizJ/fix-subcolumns-with-dots
Fix reading of subcolumns with dots in their names
|
2022-02-07 19:01:33 +03:00 |
|
Nikolay Degterinsky
|
5d4591adaa
|
Better test
|
2022-02-07 15:02:19 +00:00 |
|
avogar
|
77b42bb9ff
|
Support UUID in MsgPack format
|
2022-02-07 17:11:44 +03:00 |
|
avogar
|
1f63cea082
|
Add schema inference for values() table function
|
2022-02-07 16:11:33 +03:00 |
|
avogar
|
4fa05cf07e
|
Fix style and test
|
2022-02-07 14:31:21 +03:00 |
|
avogar
|
975ba9146f
|
Fix tests naming, remove code duplication
|
2022-02-07 14:12:19 +03:00 |
|
avogar
|
f8cd51917b
|
Fix test
|
2022-02-07 13:43:37 +03:00 |
|
avogar
|
89e471924c
|
Add table function format(format_name, data)
|
2022-02-07 13:43:37 +03:00 |
|
mergify[bot]
|
dd947f964c
|
Merge branch 'master' into mv_cacheable_scalars
|
2022-02-07 10:07:26 +00:00 |
|
Kruglov Pavel
|
f63455b7a2
|
Merge pull request #34117 from Avogar/local
Small improvement in schema inference from stdin in local
|
2022-02-07 10:47:14 +03:00 |
|
Vitaly Baranov
|
b2ba0c4320
|
Fix inserting to temporary tables via gRPC.
|
2022-02-07 12:36:17 +07:00 |
|
Vitaly Baranov
|
7b91a66c39
|
Merge pull request #34341 from vitlibar/add-test-for-propagating-opentelemetry-context-grpc
Add test for propagating OpenTelemetry context via gRPC protocol
|
2022-02-07 12:29:05 +07:00 |
|
Amos Bird
|
2debfc922d
|
Better projection format and test fixes
|
2022-02-07 10:47:11 +08:00 |
|
alexey-milovidov
|
fb9ed9acad
|
Merge pull request #34175 from kitaisreal/bitset-sort-performance-check
bitsetsort peformance check
|
2022-02-07 05:34:57 +03:00 |
|
alexey-milovidov
|
f3cb347a9d
|
Merge pull request #34186 from Avogar/fix-s3-schema-inference
Fix schema inference for table function s3
|
2022-02-06 23:35:23 +03:00 |
|
Alexey Milovidov
|
05886005b8
|
Update references
|
2022-02-06 23:14:08 +03:00 |
|
mergify[bot]
|
8045598afe
|
Merge branch 'master' into fix-s3-schema-inference
|
2022-02-06 17:08:48 +00:00 |
|
Amos Bird
|
a6f0b01e6a
|
Fix order by after aggregation
|
2022-02-07 00:42:11 +08:00 |
|
kssenii
|
e41a895ebb
|
Fix
|
2022-02-06 16:11:18 +01:00 |
|