Commit Graph

113326 Commits

Author SHA1 Message Date
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
Alexey Milovidov
252c755323 Merge branch 'master' of github.com:ClickHouse/ClickHouse into fix-ibm 2023-04-21 12:39:13 +02:00
Alexey Milovidov
530b764953 Fix IBM 2023-04-21 12:38:45 +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
kssenii
0ccc3afe74 Fix 2023-04-21 12:26:28 +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
Alexey Milovidov
8a92eb0cf1
Update src/Storages/IStorage.h 2023-04-21 11:50:07 +03: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
alekseygolub
c974dc0de6
Merge branch 'master' into dashedsettings 2023-04-21 11:25:42 +03: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
kssenii
88784568dc Better 2023-04-20 23:24:04 +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
Aleksei Golub
d582b621bd Fix tests and style 2023-04-20 22:23:54 +03: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
kssenii
6edb61015d Fix style check 2023-04-20 19:35:49 +02:00
avogar
fd8e510819 Add tests 2023-04-20 17:35:34 +00:00
Aleksei Golub
1ec5773dc6 Added dashed-settings and support for unicode dash in cli arguments 2023-04-20 20:11:28 +03:00
kssenii
0a34f3bcea Merge remote-tracking branch 'upstream/master' into randomize-fs-read-settings 2023-04-20 19:04:01 +02:00
kssenii
6552ec6afc Small improvement 2023-04-20 18:15:09 +02:00
vdimir
505f83dc49
Upd 02661_quantile_approx.sql 2023-04-20 14:59:24 +00:00
Dan Roscigno
aec97033c9
Merge pull request #48940 from ClickHouse/DanRoscigno-patch-5
Update query-complexity.md
2023-04-20 10:56:31 -04:00
Dan Roscigno
95b64eccbc
Merge pull request #48861 from DanRoscigno/add-transactions
move transactions to clickhouse repo
2023-04-20 10:55:42 -04:00
Dan Roscigno
5bcd443bce
Merge pull request #48947 from DanRoscigno/docs-file-fxn-partition-by-48698
added file() write to docs
2023-04-20 10:53:22 -04:00
Yakov Olkhovskiy
d34ee81be6 use Poco::Timestamp() instead of std::time 2023-04-20 14:36:54 +00:00
Robert Schulze
d43dbc78b6
Merge pull request #48977 from ClickHouse/rs/string-function-cleanup2
More cleanups of function docs
2023-04-20 16:00:35 +02:00
Mikhail f. Shiryaev
634cf010b9
Merge pull request #48935 from ClickHouse/fasttests-build-time
Add building stage to the fasttests report, respect existing status on rerun
2023-04-20 15:50:18 +02:00
kssenii
59211c490a More correct accounting of limits 2023-04-20 15:43:14 +02:00
pengxiangcai
c7d6b8b643 add maskLowBits test 2023-04-20 21:33:41 +08:00
alesapin
d8e6c6ab88
Merge pull request #48731 from ClickHouse/limit_mutations_per_entry
Limit the number of mutations commands per `MUTATE_PART` entry
2023-04-20 15:05:46 +02:00
Arthur Passos
43841a6ee6 Merge branch 'master' into parsey_key_value_function 2023-04-20 10:05:34 -03:00
Arthur Passos
a03de85bab minor doc update 2023-04-20 10:01:34 -03:00
Mikhail f. Shiryaev
c28e8438e3
Fail Fast tests on next run if previous running has failed 2023-04-20 14:51:53 +02:00
Robert Schulze
e70190f5b5
Cleanup more function docs 2023-04-20 12:48:50 +00:00
kssenii
ec1370b2ed Fix 2023-04-20 14:46:10 +02:00
avogar
3b72a6821c Fix UNKNOWN_IDENTIFIER error while select from table with row policy and column with dots 2023-04-20 12:28:39 +00:00
Vladimir C
99ac321f5d
Merge pull request #48664 from ClickHouse/vdimir/http_tmp_buffer_fs_cache 2023-04-20 14:15:30 +02:00