Commit Graph

113087 Commits

Author SHA1 Message Date
Alexey Milovidov
ed1a26ff7c Add ProfileEvents for log messages 2023-04-22 14:54:59 +02:00
Alexey Milovidov
e78ec28f88
Merge pull request #49029 from ClickHouse/kssenii-patch-8
Fix assertion after #48636
2023-04-22 14:48:39 +03:00
Alexey Milovidov
3aa6d4d9da
Merge pull request #49037 from ClibMouse/bugfix/z-build
Fix build error for big-endian platforms
2023-04-22 14:47:57 +03:00
Nikolay Degterinsky
d8d1b65324
Merge pull request #48605 from evillique/fix-logical-error-executable
Fix LOGICAL_ERROR in executable table function
2023-04-22 09:41:49 +02:00
robot-ch-test-poll4
d4394ac949
Merge pull request #49027 from ClickHouse/kssenii-patch-7
Fix typo
2023-04-22 06:05:44 +02:00
Nikolay Degterinsky
31c6127d15 Fix 2023-04-21 22:39:59 +00:00
Alexey Milovidov
366980dcf6
Merge pull request #49006 from ClickHouse/dont-allow-bad-changelogs
Dont allow bad changelogs
2023-04-22 01:08:40 +03:00
ltrk2
12cfc45b74 Fix build error for big-endian platforms 2023-04-21 13:52:19 -07:00
Alexey Milovidov
ded4b17d2c
Merge pull request #48989 from evillique/fix-ssl
Add fallback to password auth after failed SSL auth
2023-04-21 21:42:59 +03:00
Kruglov Pavel
cbc1fe73cc
Merge pull request #49009 from Avogar/increase-connection-timeout
Increase default value for connect_timeout_with_failover_ms
2023-04-21 20:41:50 +02:00
Kseniia Sumarokova
f98f3e0fc9
Fix assertion 2023-04-21 20:27:14 +02:00
Nikolay Degterinsky
7f9ddcf2ea Fix 2023-04-21 17:19:12 +00:00
Kseniia Sumarokova
bd748045ad
Fix typo 2023-04-21 18:54:23 +02:00
Nikolay Degterinsky
fb3c0f05df Add test 2023-04-21 14:22:14 +00:00
alesapin
0ca4960ada
Merge pull request #49014 from ClickHouse/remove_outdated_flaky_test
Remove outdated test
2023-04-21 16:04:08 +02:00
Alexey Milovidov
4f33985dac
Merge pull request #49015 from ClibMouse/improve-s390x-docs
Apply correct Markdown syntax
2023-04-21 16:48:11 +03:00
ltrk2
24381a9489 Apply correct Markdown syntax 2023-04-21 06:44:23 -07:00
alesapin
ac40eab79d Remove outdated test 2023-04-21 15:24:29 +02:00
Yakov Olkhovskiy
334b052879
Merge pull request #48873 from ClickHouse/fix-window-view-schedule
Fix unnecessary multiple rescheduling in StorageWindowView
2023-04-21 08:34:25 -04:00
Alexey Milovidov
bd64a4a6fc
Merge pull request #48904 from ClickHouse/fix_set_withzk_and_analyzer
Fix segfault when set is not built yet
2023-04-21 15:14:23 +03:00
Alexey Milovidov
6506e536b9
Merge pull request #49007 from Nick-71/patch-1
Update README.md
2023-04-21 15:13:01 +03:00
Tyler Hannan
aeccc9981e
Update README.md
ellipses in MD is problematic.
2023-04-21 13:45:24 +02:00
avogar
d68b8f46a4 Increase default value for connect_timeout_with_failover_ms 2023-04-21 11:38:36 +00:00
Kruglov Pavel
032b39e50b
Merge pull request #48976 from Avogar/fix-unknown-identifier-row-policy
Fix UNKNOWN_IDENTIFIER error while select from table with row policy and column with dots
2023-04-21 13:28:46 +02:00
Nick-71
3d03347d0c
Update README.md
added Berlin Meetup
2023-04-21 13:15:21 +02:00
Alexey Milovidov
2dbe4f80f2 Do not allow incomplete changelog entries 2023-04-21 12:59:47 +02:00
Alexey Milovidov
95e69b6f85 Do not allow incomplete changelog entries 2023-04-21 12:59:17 +02:00
robot-clickhouse-ci-1
32ac001448
Merge pull request #48838 from amosbird/issue_48735
Fix key condition on duplicate primary keys
2023-04-21 12:46:50 +02:00
alesapin
242ed6e515
Merge pull request #48970 from ClickHouse/trying_to_make_some_tests_parallel
Trying to make some tests parallel
2023-04-21 12:28:56 +02:00
Alexey Milovidov
9d6c3d7a4c
Merge pull request #48920 from awfeequdng/bugfix/maskLowBits
A non significant change (does not affect anything): add support for signed integers in the maskBits function
2023-04-21 13:22:44 +03:00
Alexey Milovidov
9670c9ce4e
Merge pull request #48969 from ClickHouse/vdimir/quantile-gk-rename
Rename quantileApprox -> quantileGK
2023-04-21 13:19:25 +03:00
Sema Checherinda
c5f5725092
Merge pull request #48834 from infdahai/infdahai-IndentWidth
remove duplicate indentwith in clang-format
2023-04-21 12:14:51 +02:00
Kruglov Pavel
9749448eb0
Merge pull request #47229 from Avogar/non-blocking-connect
Improve async reading from socket
2023-04-21 10:38:50 +02:00
Alexander Gololobov
e6d34a9f8b
Merge pull request #48987 from Avogar/avoid-logical-error
Don't throw logical error when column is not found in Parquet/Arrow schema
2023-04-21 09:46:16 +02:00
Ilya Yatsishin
69a382351c
Merge pull request #48993 from ClickHouse/doc-array-partial-sort 2023-04-21 08:03:05 +02:00
Yakov Olkhovskiy
540c33abce
fix grammar 2023-04-20 22:39:26 -04:00
Yakov Olkhovskiy
9ca91e618a
add arrayPartialSort and arrayPartialReverseSort 2023-04-20 22:27:13 -04:00
Yakov Olkhovskiy
bcf2252fe0
add arrayPartialSort and arrayPartialReverseSort 2023-04-20 22:08:24 -04:00
robot-ch-test-poll1
f466c89621
Merge pull request #48911 from Avogar/parquet-metadata-format
Add ParquetMetadata input format to read Parquet file metadata
2023-04-21 03:46:26 +02:00
pengxiangcai
41cf29179d typename spelling error: unsigedT -> UnsignedT 2023-04-21 08:51:58 +08:00
robot-ch-test-poll3
f32ab266e4
Merge pull request #48764 from ClibMouse/s390x_hash_insert
insert UInt32 Hashvalue in reverse order on big endian machine
2023-04-21 01:39:45 +02:00
Alexey Milovidov
f6a1752c97
Merge pull request #48991 from ClickHouse/revert-45819-clickhouse-help
Revert "Added tests for ClickHouse apps help and fixed help issues"
2023-04-21 01:54:44 +03:00
Alexey Milovidov
98ae9be734
Revert "Added tests for ClickHouse apps help and fixed help issues" 2023-04-21 01:54:34 +03:00
alesapin
148dd1e136
Merge branch 'master' into trying_to_make_some_tests_parallel 2023-04-20 23:40:17 +02:00
Kruglov Pavel
3fc9c31304
Merge pull request #48486 from Avogar/better-protobuf
Fix logical error with IPv4 in Protobuf, add support for Date32
2023-04-20 22:42:12 +02:00
Nikolay Degterinsky
83f342e94a Fallback to password auth after failed SSL auth 2023-04-20 20:02:05 +00:00
avogar
8a3e813ecd Don't throw logical error when column is not found in Parquet/Arrow schema 2023-04-20 19:09:40 +00:00
Kruglov Pavel
fb139e9a87
Fix style 2023-04-20 19:58:01 +02:00
avogar
fd8e510819 Add tests 2023-04-20 17:35:34 +00:00
vdimir
505f83dc49
Upd 02661_quantile_approx.sql 2023-04-20 14:59:24 +00:00