alesapin
|
60dd38eab6
|
Merge pull request #12857 from ClickHouse/fix_range_hashed_dictionary
Fix columns duplication for range hashed dictionary (DDL)
|
2020-07-28 11:20:09 +03:00 |
|
alexey-milovidov
|
4d76f41449
|
Merge pull request #12658 from azat/kafka-unavail-broker-SIGSEGV
Fix SIGSEGV in StorageKafka when broker is unavailable
|
2020-07-28 00:03:54 +03:00 |
|
alesapin
|
e73961dfe2
|
Fix columns duplication for range hashed dictionary created from DDL query
|
2020-07-27 17:06:44 +03:00 |
|
Azat Khuzhin
|
0cb6669531
|
Add integration test for input_format_parallel_parsing memory tracking
|
2020-07-23 11:31:13 +03:00 |
|
Azat Khuzhin
|
cdb959ec8e
|
Fix test_storage_kafka::test_kafka_unavailable
|
2020-07-22 11:42:30 +03:00 |
|
Azat Khuzhin
|
58ba72c7b6
|
Merge remote-tracking branch 'upstream/pr/12487' into kafka-unavail-broker-SIGSEGV
* upstream/pr/12487:
add failing test with kafka
|
2020-07-22 11:07:06 +03:00 |
|
Alexander Kuzmenkov
|
40ee6eba19
|
Merge pull request #12545 from ClickHouse/fix_load_part_without_checksums
Fix loading parts without checksums
|
2020-07-20 14:40:53 +03:00 |
|
tavplubix
|
5634482393
|
Merge pull request #12556 from azat/distributed-remove-files-on-drop
Remove data for Distributed tables (blocks from async INSERTs) on DROP TABLE
|
2020-07-17 19:29:57 +03:00 |
|
alexey-milovidov
|
0f6599c9e5
|
Merge pull request #12541 from BohuTANG/mysql_explain
Fix EXPLAIN format for MySQL client
|
2020-07-17 14:04:01 +03:00 |
|
alesapin
|
ac802a8e96
|
Merge pull request #12543 from ClickHouse/fix_marks_type_on_mutation
Fix incorrect adaptive granularity by default
|
2020-07-17 11:09:54 +03:00 |
|
Azat Khuzhin
|
6ea1b19476
|
Remove data for Distributed tables (blocks from async INSERTs) on DROP TABLE
|
2020-07-17 08:59:57 +03:00 |
|
alesapin
|
b3ec3b1ed1
|
Fix loading parts without checksums
|
2020-07-16 13:54:49 +03:00 |
|
Vitaly Baranov
|
000b197ad1
|
Merge pull request #11234 from traceon/ldap-per-user-authentication
Add LDAP authentication support
|
2020-07-16 13:17:21 +03:00 |
|
alesapin
|
42983c5416
|
Fix incorrect adaptive granularity by default
|
2020-07-16 12:10:15 +03:00 |
|
BohuTANG
|
bae11968de
|
Fix EXPLAIN format for MySQL/PG client #12432
|
2020-07-16 16:29:17 +08:00 |
|
Alexey Milovidov
|
2753cb58b6
|
Fixup
|
2020-07-16 05:31:03 +03:00 |
|
Alexey Milovidov
|
8abcee3201
|
Add integration test
|
2020-07-16 05:27:46 +03:00 |
|
Alexey Milovidov
|
11f8e2d906
|
Remove strange empty file
|
2020-07-16 05:11:40 +03:00 |
|
Denis Glazachev
|
59cb758cf7
|
Merge branch 'master' into ldap-per-user-authentication
|
2020-07-16 02:29:24 +04:00 |
|
Anton Ivashkin
|
52fea6a5a3
|
Merge master
|
2020-07-14 15:56:38 +03:00 |
|
Anton Popov
|
890bb2f582
|
add failing test with kafka
|
2020-07-14 12:24:12 +03:00 |
|
Denis Glazachev
|
f787702922
|
Merge branch 'master' into ldap-per-user-authentication
* master: (27 commits)
Whitespaces
Fix typo
Fix UBSan report in base64
Correct default secure port for clickhouse-benchmark #11044
Remove test with bug #10697
Update in-functions.md (#12430)
Allow nullable key in MergeTree
Update arithmetic-functions.md
[docs] add rabbitmq docs (#12326)
Lower block sizes and look what will happen #9248
Fix lifetime_bytes/lifetime_rows for Buffer direct block write
Retrigger CI
Fix up test_mysql_protocol failed
Implement lifetime_rows/lifetime_bytes for Buffer engine
Add comment regarding proxy tunnel usage in PocoHTTPClient.cpp
Add lifetime_rows/lifetime_bytes interface (exported via system.tables)
Tiny IStorage refactoring
Trigger integration-test-runner image rebuild.
Delete log.txt
Fix test_mysql_client/test_python_client error
...
|
2020-07-13 15:46:27 +04:00 |
|
Anton Ivashkin
|
26fca949bd
|
add profiling events from S3 request to system.events and system.query_log
|
2020-07-13 11:27:11 +03:00 |
|
alexey-milovidov
|
26d32f2ce5
|
Merge pull request #12412 from Jokser/s3-https
S3 HTTPS integration tests
|
2020-07-12 03:36:37 +03:00 |
|
Denis Glazachev
|
a6a6f43422
|
Fix the test: auth_params is a JSON object
|
2020-07-12 01:40:24 +04:00 |
|
alexey-milovidov
|
160dcf715d
|
Merge pull request #12383 from BohuTANG/mysql_write_through_poco_exception
Write through Poco::Exception exception to MySQL protocol client
|
2020-07-11 23:56:22 +03:00 |
|
Vitaly Baranov
|
fe6122a1dd
|
Merge pull request #12394 from vitlibar/fix-calculating-implicit-access-rights
Fix calculating implicit access rights
|
2020-07-11 19:31:56 +03:00 |
|
BohuTANG
|
d6b3509664
|
Fix up test_mysql_protocol failed
|
2020-07-11 21:30:20 +08:00 |
|
alexey-milovidov
|
60bc8c8a8e
|
Delete log.txt
|
2020-07-11 05:33:41 +03:00 |
|
BohuTANG
|
beaf97f634
|
Fix test_mysql_client/test_python_client error
|
2020-07-11 09:17:12 +08:00 |
|
Pavel Kovalenko
|
f43428a4d5
|
S3 HTTPS integration test.
|
2020-07-10 22:42:18 +03:00 |
|
Vitaly Baranov
|
c66433a472
|
Add tests for implicit access rights.
|
2020-07-10 17:16:47 +03:00 |
|
Vitaly Baranov
|
d036682ef1
|
Split test 'test_create_user_and_login' into two.
|
2020-07-10 17:16:47 +03:00 |
|
BohuTANG
|
86590d4aca
|
Change the exception catch to the generic way
|
2020-07-10 17:18:00 +08:00 |
|
BohuTANG
|
dfd7c5300a
|
Add test_mysql_client_exception integration test
|
2020-07-10 14:20:32 +08:00 |
|
alexey-milovidov
|
8d7e418617
|
Merge pull request #12314 from BohuTANG/mysql_select_database
Support MySQL 'SELECT DATABASE()'
|
2020-07-10 06:32:04 +03:00 |
|
BohuTANG
|
260bcb9d79
|
Add integration test for mysql replacement query
|
2020-07-09 22:20:54 +08:00 |
|
Vladimir Chebotarev
|
faf6be6576
|
Implemented single part uploads for DiskS3 (#12026)
* Implemented single part uploads for DiskS3.
* Added `min_multi_part_upload_size` to disk configuration.
|
2020-07-09 17:09:17 +03:00 |
|
alesapin
|
84f8bf1e14
|
Merge pull request #10697 from CurtizJ/polymorphic-parts
Polymorphic parts (in-memory format)
|
2020-07-08 13:25:45 +03:00 |
|
alesapin
|
f04a49a114
|
Merge pull request #12256 from ianton-ru/redirect_limit_exception
throw exception on redirect limit in S3 request
|
2020-07-08 10:33:42 +03:00 |
|
alesapin
|
042a3aa8d1
|
Merge pull request #12168 from qoega/compose-inside-docker
Place common docker compose files to integration docker container
|
2020-07-07 18:43:27 +03:00 |
|
Anton Ivashkin
|
78ba9c986f
|
throw exception on redirect limit in S3 request
|
2020-07-07 16:20:48 +03:00 |
|
alesapin
|
be85f9f98a
|
Merge pull request #12165 from vitlibar/fix-split-dictionary-source-table-name
Fix splitting table name of dictionary source
|
2020-07-07 11:49:36 +03:00 |
|
Alexander Kuzmenkov
|
dce7709405
|
Merge pull request #12152 from BohuTANG/mysql_kill_query
Support MySQL 'KILL QUERY [connection_id]'
|
2020-07-07 11:07:20 +03:00 |
|
Vitaly Baranov
|
4733504b51
|
Don't split dictionary source's table name into schema and table name itself
if ODBC driver doesn't support schema.
|
2020-07-06 23:41:39 +03:00 |
|
alesapin
|
3f90f65678
|
Merge remote-tracking branch 'origin' into CurtizJ-polymorphic-parts
|
2020-07-06 21:34:17 +03:00 |
|
Yatsishin Ilya
|
0c7a261bc6
|
Place common docker compose files to integration docker container
|
2020-07-06 16:45:54 +03:00 |
|
Nikita Mikhaylov
|
5c6d6bdf54
|
Merge pull request #11995 from azat/load_balancing-priority
Load balancing manual priority
|
2020-07-06 13:32:20 +04:00 |
|
BohuTANG
|
18c48ce12c
|
Add integration test for mysql replacement query
|
2020-07-06 16:26:06 +08:00 |
|
alexey-milovidov
|
ea0fb005fb
|
Merge pull request #12116 from vitlibar/fix-table-dictionary-dependency
Fix handling dictionary-table dependency
|
2020-07-06 04:19:43 +03:00 |
|