alesapin
436ad63958
More retries
2022-01-14 20:05:55 +03:00
Sergei Trifonov
f70c6320cf
use std::string_view instead of raw pointers
2022-01-14 18:41:41 +03:00
Mikhail f. Shiryaev
b72e7db223
Merge pull request #33635 from ClickHouse/docker-etc-hosts
...
Remove broken editing of /etc/hosts
2022-01-14 16:39:15 +01:00
Kruglov Pavel
d2e9f37bee
Merge branch 'master' into format-by-extention
2022-01-14 18:36:23 +03:00
Kruglov Pavel
6945a7fd4a
Merge pull request #33641 from Avogar/fix-s3-tests
...
Fix s3 integration tests
2022-01-14 18:35:00 +03:00
avogar
b127356e93
Fix s3 integration tests
2022-01-14 18:34:22 +03:00
Kruglov Pavel
4ed81c8bc8
Merge pull request #33629 from Avogar/fix-parquet-test
...
Fix test 00900_long_parquet_load
2022-01-14 18:29:37 +03:00
Kruglov Pavel
5d3f78f773
Update 02165_auto_format_by_file_extension.sh
2022-01-14 18:05:56 +03:00
Vladimir C
fccdb6583c
Merge pull request #33638 from ekonkov/patch-1
2022-01-14 18:02:49 +03:00
Eugene Konkov
dfe87e3541
fix typo
2022-01-14 17:52:10 +03:00
Mikhail f. Shiryaev
fdb88b75ec
Don't build integration tests on arm64 yet
2022-01-14 15:48:43 +01:00
avogar
3d3ccf8c8f
Fix test 02165_auto_format_by_file_extension
2022-01-14 17:47:11 +03:00
avogar
817a314263
Fix tests and style
2022-01-14 17:46:24 +03:00
Mikhail f. Shiryaev
73f06421b1
Use automatic architecture for docker repo
2022-01-14 15:03:43 +01:00
Mikhail f. Shiryaev
97e4151aff
Remove broken editing of /etc/hosts
2022-01-14 14:46:14 +01:00
Kruglov Pavel
f3359b4698
Merge pull request #33633 from Avogar/error-codes
...
Fix error codes order
2022-01-14 16:44:43 +03:00
avogar
eeec8c6c11
Fix error codes order
2022-01-14 16:36:12 +03:00
avogar
8884c4a3fe
Fix tests and build
2022-01-14 16:27:57 +03:00
alesapin
28cafdc1a2
Merge pull request #33626 from ClickHouse/move_to_22
...
Update version to 22.1 not 21.13
2022-01-14 16:19:25 +03:00
Kruglov Pavel
d54a430d9c
Merge pull request #33566 from Avogar/fix-avro
...
Fix segfault in Avro
2022-01-14 16:01:56 +03:00
avogar
158ba8366d
Fix test 00900_long_parquet_load
2022-01-14 15:57:36 +03:00
IlyaTsoi
7a08e1c0c4
Update LDAPClient.cpp
...
Change volume of reserved memory for variable
2022-01-14 15:29:57 +03:00
Vitaly Baranov
f818baf8f3
Update src/Access/LDAPClient.cpp
...
Co-authored-by: Denis Glazachev <traceon@users.noreply.github.com>
2022-01-14 19:17:14 +07:00
Vitaly Baranov
7084099958
Update src/Access/LDAPAccessStorage.cpp
...
Co-authored-by: Denis Glazachev <traceon@users.noreply.github.com>
2022-01-14 19:16:10 +07:00
Sergei Trifonov
d36f2bf66b
do not construct std::string if there is no error
2022-01-14 15:15:02 +03:00
alesapin
d7a7926610
Update version to 22.1 not 21.13
2022-01-14 15:10:45 +03:00
alesapin
32e40e9e6b
Fixup
2022-01-14 14:28:44 +03:00
alesapin
54725bb289
Fix two flaky integration tests
2022-01-14 14:27:36 +03:00
Vladimir C
1254225061
Merge pull request #33611 from azat/dist-current-database
2022-01-14 14:19:42 +03:00
avogar
2f000a178a
Add more tests
2022-01-14 14:00:50 +03:00
huzhichengdd
1e0f867961
Update ContextAccess.cpp
2022-01-14 18:16:19 +08:00
huzhichengdd
71871c16db
Update ContextAccess.cpp
2022-01-14 18:04:55 +08:00
huzhichengdd
106f2fea86
Update ContextAccess.cpp
2022-01-14 18:04:26 +08:00
Anton Popov
12195b149f
Merge pull request #31966 from ucasfl/comp-decimal-float
...
Enable comparison between Decimal and Float
2022-01-14 12:56:26 +03:00
Mikhail f. Shiryaev
a8203dd01e
Merge pull request #33623 from ClickHouse/metrics-lambda
...
Add an exception message example
2022-01-14 10:06:33 +01:00
Mikhail f. Shiryaev
a63494cb66
Add an exception message example
2022-01-14 10:05:19 +01:00
Mikhail f. Shiryaev
cdb3a51438
Fix virtualenv in docker docks-builder
2022-01-14 09:54:23 +01:00
alesapin
b6937f7462
Merge pull request #33616 from ClickHouse/metrics-lambda
...
Metrics lambda: fix deletion
2022-01-14 11:53:13 +03:00
alesapin
5257b413d4
Merge pull request #33612 from ClickHouse/workflow-linting
...
Add actionlint configuration and fix all issues
2022-01-14 11:41:48 +03:00
alesapin
d3a93f5d7e
Merge pull request #33602 from ClickHouse/interpret_keeper_error_in_our_client
...
Make ZooKeeper client better interpret keeper server connection reject
2022-01-14 11:32:27 +03:00
Azat Khuzhin
c341b3b237
Add current database to table names in JOIN section for distributed queries
...
This should fix JOIN w/o explicit database.
v2: rewrite only JOIN section, since there is old behavior that relies
on default_database for IN section, see [1]:
- 01487_distributed_in_not_default_db
- 01152_cross_replication
[1]: https://s3.amazonaws.com/clickhouse-test-reports/33611/d0ea3c76fa51131171b1825939680867eb1c04da/fast_test__actions_.html
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2022-01-14 11:23:38 +03:00
Azat Khuzhin
4dcb332be9
Add ability to rewrite only JOIN tables in AddDefaultDatabaseVisitor
...
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2022-01-14 11:18:52 +03:00
Azat Khuzhin
249bdce453
Fix AddDefaultDatabaseVisitor for temporary tables
...
This will fix rewriting of distributed queries with GLOBAL IN
v2: get external tables only for non-global context
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2022-01-14 11:18:52 +03:00
Azat Khuzhin
0a9b1ee803
Remove RestoreQualifiedNamesMatcher::Data::rename (always true)
...
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2022-01-14 11:18:52 +03:00
Mikhail f. Shiryaev
bca9f56ccd
Improve logging in docs_check.py
2022-01-14 09:15:41 +01:00
Kseniia Sumarokova
10f0e44cc6
Merge pull request #33601 from ClickHouse/kssenii-patch-2
...
Fix flacky test_dictionaries_postgresql/
2022-01-14 09:44:10 +03:00
Kseniia Sumarokova
5da673c3a5
Merge pull request #31104 from bigo-sg/hive_table
...
Implement hive table engine
2022-01-14 09:39:17 +03:00
mergify[bot]
8d70b67e2a
Merge branch 'master' into grant_bug_fixed
2022-01-14 02:02:37 +00:00
huzhichengdd
4a02d96af4
Update ContextAccess.cpp
2022-01-14 09:46:51 +08:00
Mikhail f. Shiryaev
52594179e3
Fix broken receiver get_dead_runners_in_ec2
2022-01-14 00:51:37 +01:00