Commit Graph

64613 Commits

Author SHA1 Message Date
Azat Khuzhin
3a355ccff2 Mark some tests as long 2021-05-22 14:07:21 +03:00
Azat Khuzhin
8058166d55 tests: fix flakiness with system.{parts,detached_parts,columns,parts_clumns,tables} 2021-05-22 14:07:21 +03:00
Azat Khuzhin
12cc3fc4af clickhouse-test: fix stdout reference w/o --database argument
It was appended, but never truncated.
2021-05-22 14:07:21 +03:00
Azat Khuzhin
03e28e1cdf check-style: database filter for system.{tables,parts,parts_columns,columns} 2021-05-22 14:07:21 +03:00
Azat Khuzhin
1ad78a39ed check-style: improve current_database check 2021-05-22 14:07:21 +03:00
Azat Khuzhin
f07f133be5 Fix typo in 01800_log_nested 2021-05-22 14:07:21 +03:00
kssenii
53ce22ae65 Exponencial backoff if queues are empty 2021-05-22 09:44:57 +00:00
BoloniniD
3165db2799 Wrote first version of docs for YAML configuration 2021-05-22 11:04:19 +03:00
alesapin
8c06f81130 Followup fix 2021-05-22 10:50:23 +03:00
alesapin
8c63f0f8e2 Fix race condition on keeper shutdown 2021-05-22 10:46:12 +03:00
Vitaly Baranov
b89da7b420
Merge pull request #21858 from BoloniniD/yaml-cfg
YAML Configuration for ClickHouse
2021-05-22 10:29:51 +03:00
alexey-milovidov
a25f1910cc
Merge pull request #24320 from ClickHouse/remove-auto-array
Remove AutoArray
2021-05-22 02:19:59 +03:00
Maksim Kita
9ca8268deb
Merge pull request #24408 from kitaisreal/aggregate-function-segment-length-sum-fix-arcadia
Added AggregateFunctionSegmentLengthSum to ya.make
2021-05-22 02:01:27 +03:00
Maksim Kita
3aa1dba6e1 Added AggregateFunctionSegmentLengthSum to ya.make 2021-05-22 00:13:27 +03:00
alexey-milovidov
7b38ad3a85
Merge pull request #23204 from RedClusive/feature-quantileBfloat16
Feature quantile bfloat16
2021-05-21 23:46:05 +03:00
Azat Khuzhin
fbe8b37ff6 Skip 01880_remote_ipv6 in arcadia 2021-05-21 22:47:55 +03:00
Azat Khuzhin
1eceb5a8d3 parseAddress: improve port parsing (verify that port is a valid int) 2021-05-21 22:47:35 +03:00
Azat Khuzhin
44c85edae0 parseAddress: improve parsing of port for IPv6 2021-05-21 22:47:35 +03:00
Azat Khuzhin
09020242b2 parseAddress: improve parsing of port (by using tryParse() over parse()) 2021-05-21 22:47:35 +03:00
Azat Khuzhin
0536db0ec3 Fix resolving of IPv6 addresses
v2: move the check from Cluster to DNSResolver
2021-05-21 22:47:35 +03:00
Maksim Kita
89d4d0d5e6
Merge pull request #24402 from adw0rd/master
Docs fix typos
2021-05-21 22:36:11 +03:00
BoloniniD
33755f1f3d Implemented YAMLParser class 2021-05-21 21:56:22 +03:00
kssenii
fcfec83875 Fix comparisons with modulo key (version 2) 2021-05-21 16:40:47 +00:00
kssenii
94b5763dbd Revert "Different approach to fix modulo"
This reverts commit 665f1aa0f6.
2021-05-21 16:14:01 +00:00
MyroTk
07ce7ec40c Remove nodes clickhouse2 and clickhouse3, and zookeeper. 2021-05-21 17:58:04 +02:00
alesapin
95a053ee72
Merge pull request #24316 from ClickHouse/more-localhost-addresses
Recognize more addresses as local
2021-05-21 18:41:58 +03:00
MyroTk
740189893c Removing more config files. Updating wording in requirements. Added toDecimal256 tests to check max and min for every scale value. 2021-05-21 17:27:24 +02:00
kssenii
30845a383f Fix comparisons with modulo key 2021-05-21 15:01:41 +00:00
Mikhail Andreev
1a18bb57ce
Поправил опечатки 2021-05-21 17:46:35 +03:00
kssenii
665f1aa0f6 Different approach to fix modulo 2021-05-21 14:30:08 +00:00
MyroTk
e7df9e13c6 Merge branch 'tfs_extended_precision_data_types_testing' of https://github.com/MyroTk/ClickHouse into tfs_extended_precision_data_types_testing 2021-05-21 16:12:57 +02:00
MyroTk
04257d4e6f Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into tfs_extended_precision_data_types_testing 2021-05-21 16:12:33 +02:00
Anton Ivashkin
6b1b80f5cc Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into s3_zero_copy_replication 2021-05-21 16:01:48 +03:00
Anton Ivashkin
29336a4a34 Use keep_s3_on_delet flag instead of DeleteOnDestroyKeepS3 state 2021-05-21 15:29:10 +03:00
Maksim Kita
2aec0e37e4
CacheDictionaryStorage update 2021-05-21 15:27:41 +03:00
kssenii
bd0bc8e3e7 Revert "Adjust minMax index"
This reverts commit c69f587f8a.
2021-05-21 12:01:08 +00:00
Alexander Kuzmenkov
30fa7d4acc
Update group_by_sundy_li.xml 2021-05-21 14:07:15 +03:00
Vladimir
d56d7145c1
Merge pull request #24250 from ucasFL/count-range
Add aggregate function rangeSum
2021-05-21 13:23:38 +03:00
alesapin
0f0a864057 Fix flkay 01033_quota_dcl 2021-05-21 13:22:19 +03:00
alesapin
20a34e951a Split fetch part into two stages, don't use replicated block output stream 2021-05-21 12:30:49 +03:00
kssenii
6931573f69 Fix checks 2021-05-21 09:22:20 +00:00
Nikolai Kochetov
3cca5e8391
Merge pull request #24349 from ClickHouse/better-parallelism-for-fast-tests
Better parallelism for functional tests
2021-05-21 11:32:31 +03:00
alexey-milovidov
ddaf577be7
Merge pull request #24385 from ClickHouse/debug-documentation
Debug strange errors in documentation
2021-05-21 11:30:26 +03:00
kssenii
074428264f Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into hdfs-idisk 2021-05-21 08:26:54 +00:00
Alexey Milovidov
cec9d48edc Simply avoid validating AMP 2021-05-21 10:36:45 +03:00
alexey-milovidov
d4408d80df
Merge pull request #24384 from ClickHouse/fix-copyright-in-docs
Fix copyright in documentation
2021-05-21 10:27:37 +03:00
alexey-milovidov
af48a9baf1
Merge pull request #24379 from ClickHouse/fix-documentation-2
Fix diagnostics in documentation script
2021-05-21 10:27:20 +03:00
Alexey Milovidov
24f1856d5a Add comment out of despair about low quality documentation scripts 2021-05-21 10:25:48 +03:00
Alexey Milovidov
be65d588a4 Debug strange errors in documentation 2021-05-21 10:19:53 +03:00
Maksim Kita
d78f9fc271
Merge pull request #24146 from azat/mysql-settings
Add settings (for connections) for MySQL storage engine
2021-05-21 10:04:11 +03:00