Commit Graph

119297 Commits

Author SHA1 Message Date
Azat Khuzhin
4669951db5 Fix timeout for hedged requests
Reset the timeout for hedged requests after each packet (such as
Progress packets) to avoid triggering send_timeout/receive_timeout as a
total timeout for the query in some cases.

Here is a simple query that demonstrates the problem:

    select * from remote('127.2', view(select sleep(3) from system.one)) settings receive_timeout=1

Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2023-07-16 07:48:48 +02:00
robot-ch-test-poll
3b0a4040cd
Merge pull request #51876 from evillique/fix-mongodb-inserts
Fix inserts into MongoDB tables
2023-07-16 05:28:43 +02:00
Alexey Milovidov
d900aa467f
Merge pull request #51992 from ClickHouse/fix-test_extreme_deduplication
Fix test_extreme_deduplication
2023-07-16 05:54:44 +03:00
Alexey Milovidov
2be26de2db
Merge pull request #52142 from ClickHouse/remove-detection-of-flaky-test
There is no point in detecting flaky tests
2023-07-16 05:52:04 +03:00
robot-clickhouse-ci-2
ac3cc1c2ff
Merge pull request #45671 from ClibMouse/feature/interval-kql-style-formatting
Implement KQL-style formatting for Interval
2023-07-16 04:06:54 +02:00
robot-ch-test-poll
67492bc2ed
Merge pull request #52122 from azat/keeper-stat-zxid
Print Zxid in keeper stat command in hex (so as ZooKeeper)
2023-07-16 03:28:53 +02:00
Alexey Milovidov
9a421369d7
Merge pull request #49709 from amosbird/fix_49695
Fix projection with optimize_aggregators_of_group_by_keys
2023-07-16 04:10:54 +03:00
Alexey Milovidov
7e6551dbd0
Merge branch 'master' into fix-mongodb-inserts 2023-07-16 01:47:52 +03:00
robot-clickhouse
44fc93ba63 Automatic style fix 2023-07-15 21:10:21 +00:00
Alexey Milovidov
90f9d156d2
Merge branch 'master' into fix-test_extreme_deduplication 2023-07-16 00:05:40 +03:00
Alexey Milovidov
2ad7d121ae
Merge pull request #52085 from azat/tests/test_extreme_deduplication
Fix test_extreme_deduplication flakiness
2023-07-16 00:02:18 +03:00
Alexey Milovidov
20b77e946a There is no point in detecting flaky tests 2023-07-15 23:00:23 +02:00
Alexey Milovidov
84f7a6a6d7
Merge pull request #52083 from azat/tests/test_keeper_s3_snapshot
Fix flakiness of test_keeper_s3_snapshot flakiness
2023-07-15 23:46:47 +03:00
robot-ch-test-poll3
9e7361a0f6
Merge pull request #52135 from ucasfl/alias
Add array_agg as alias of groupArray for PostgreSQL compatibility
2023-07-15 21:14:38 +02:00
robot-ch-test-poll1
3b2b7d75c9
Merge pull request #52094 from zvonand/zvonand-docs-dt-parsing-short-string
Small docs update for DateTime, DateTime64
2023-07-15 19:31:49 +02:00
robot-ch-test-poll1
78994c8a96
Merge pull request #52090 from zvonand/zvonand-docs-22948
Small docs update for toYearWeek() function
2023-07-15 19:31:19 +02:00
Alexey Milovidov
47a33efc73
Merge branch 'master' into tests/test_keeper_s3_snapshot 2023-07-15 19:27:06 +03:00
Alexey Milovidov
edbd05f332
Merge branch 'master' into tests/test_extreme_deduplication 2023-07-15 19:20:32 +03:00
Alexey Milovidov
0eab3276f5
Merge branch 'master' into keeper-stat-zxid 2023-07-15 19:07:48 +03:00
robot-clickhouse
d365fade94
Merge pull request #52128 from azat/distributed-ddl-version
Bump version of the distributed_ddl_entry_format_version to 5 by default
2023-07-15 18:07:01 +02:00
flynn
290c145acf Add array_agg as alias of groupArray for PostgreSQL compatibility 2023-07-15 14:53:46 +00:00
Ilya Yatsishin
d058715cfc
Merge pull request #51186 from ClibMouse/jemalloc_s390x 2023-07-15 14:17:04 +02:00
Vitaly Baranov
42936c8939
Merge pull request #51448 from azat/backups-native-copy
Add ability to disable native copy for S3
2023-07-15 08:41:10 +02:00
Vitaly Baranov
2f23b6a593
Merge branch 'master' into backups-native-copy 2023-07-15 08:40:17 +02:00
Azat Khuzhin
7d3b28f9c3 Bump version of the distributed_ddl_entry_format_version to 5 by default
This will enable the following features for distributed DDL queries:
- opentelemetry support (#41484)
- initial_query_id pass through (#50015)

Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2023-07-15 08:06:21 +02:00
Alexey Milovidov
1b9bcae68e
Merge pull request #52129 from ClickHouse/revert-51291-ADQM-868
Revert "Millisecond and microsecond support in date_diff / age functions"
2023-07-14 23:41:19 +03:00
Alexey Milovidov
7284749d05
Merge pull request #52126 from ClickHouse/alexey-milovidov-patch-7
Add RISC-V 64 to the docs
2023-07-14 23:27:41 +03:00
Alexey Milovidov
6ff9c19129
Merge pull request #52125 from ClickHouse/docs-clang-16
Update build.md for clang-16
2023-07-14 23:27:28 +03:00
Alexey Milovidov
9307e60c20
Revert "Millisecond and microsecond support in date_diff / age functions" 2023-07-14 23:21:26 +03:00
Azat Khuzhin
6abdde12ca Print Zxid in keeper stat command in hex (so as ZooKeeper)
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2023-07-14 21:17:09 +02:00
Alexey Milovidov
94112895a1
Add RISC-V 64 to the docs 2023-07-14 21:09:58 +03:00
Alexey Milovidov
32bc5866ea Update build.md for clang-16 2023-07-14 20:04:58 +02:00
robot-ch-test-poll1
186669a04a
Merge pull request #50365 from HarryLeeIBM/hlee-s390x-crc32
Fix CRC32(WeakHash) issue for s390x
2023-07-14 19:00:01 +02:00
robot-ch-test-poll
93b40c490f
Merge pull request #51945 from arenadata/ADQM-950-B
Implement support of date/time format specifiers in log and error log file names
2023-07-14 18:54:27 +02:00
robot-ch-test-poll
67544528cb
Merge pull request #52112 from bigo-sg/improve_ch_to_arrow
Improve null_map logic in CHColumnToArrowColumn during fillArrowArray
2023-07-14 18:41:50 +02:00
robot-ch-test-poll4
897ca6e353
Merge pull request #52114 from PengyiPan/patch-1
Fixed typo in combinators.md
2023-07-14 18:25:25 +02:00
robot-ch-test-poll3
763a03f36a
Merge pull request #52115 from ClickHouse/tylerhannan-patch-1
Update README.md
2023-07-14 18:18:47 +02:00
Alexey Milovidov
f762a0e615
Update README.md 2023-07-14 18:56:53 +03:00
Alexey Milovidov
f0f69a2e3a Update CMakeLists.txt 2023-07-14 10:13:36 -04:00
Alexey Milovidov
b2546c8bb5 Update CMakeLists.txt 2023-07-14 10:13:36 -04:00
Alexey Milovidov
efa78a377e Update CMakeLists.txt 2023-07-14 10:13:36 -04:00
Boris Kuschel
dff5d78126 Add jemalloc support 2023-07-14 10:13:36 -04:00
Tyler Hannan
f7705fff58
Update README.md 2023-07-14 12:45:05 +02:00
therealnick233
103a689edc
Fixed typo in combinators.md
line 303, 'Jonh' -> 'John'
2023-07-14 18:36:42 +08:00
taiyang-li
8ea3bf4ade improve ch to arrow 2023-07-14 16:09:22 +08:00
Alexey Milovidov
4bb95305a4
Merge pull request #52077 from ClickHouse/auto/v23.3.8.21-lts
Update version_date.tsv and changelogs after v23.3.8.21-lts
2023-07-14 00:35:33 +03:00
zvonand
f7505f0c77 update docs 2023-07-13 19:41:45 +02:00
Andrey Zvonov
54723d4822
typofix2 2023-07-13 20:14:06 +03:00
Andrey Zvonov
0de7fb5c62
typofix1 2023-07-13 20:12:59 +03:00
Andrey Zvonov
013e46e0ee
Merge branch 'master' into zvonand-docs-22948 2023-07-13 18:02:49 +02:00