Commit Graph

106834 Commits

Author SHA1 Message Date
xiedeyantu
f13eedd644 change settings name 2023-02-04 22:11:14 +08:00
xiedeyantu
7939787302 fix 2023-02-03 16:38:35 +08:00
chen
07a6de1713
Merge branch 'master' into s3_file_not_found 2023-02-03 12:29:17 +08:00
xiedeyantu
562642ab7f add settings s3_allow_throw_if_mismatch_files 2023-02-03 12:27:13 +08:00
Alexey Milovidov
63bfa19465
Merge pull request #45943 from ClickHouse/rfraposa-4
Add Hacker News example to full-text search page (inverted indexes)
2023-02-03 03:17:19 +03:00
alesapin
01959528e0
Merge pull request #45858 from ClickHouse/fix_flaky_0933_test
Fix flaky ttl_replicated test (remove sleep)
2023-02-02 23:17:53 +01:00
Alexey Milovidov
87dfbd6888
Merge pull request #45984 from ClickHouse/tavplubix-patch-2
Update system.md
2023-02-02 22:15:29 +03:00
Robert Schulze
0e5a10b856
Merge pull request #45751 from ClickHouse/qc-better-logging
Improve logging in Query Cache
2023-02-02 20:11:18 +01:00
Alexander Tokmakov
cce6d1989e
Update system.md 2023-02-02 22:01:00 +03:00
Dan Roscigno
440f14260c
Merge pull request #45978 from DanRoscigno/add-gcs-syntax-for-s3-function
add notes for GCS to s3 table function
2023-02-02 13:55:08 -05:00
pufit
0c13870eb1
Merge pull request #44680 from FFFFFFFHHHHHHH/corrMatrix
add corrMatrix,covarSampMatrix,covarPopMatrix AggregateFunction
2023-02-02 11:06:06 -05:00
DanRoscigno
8242c936e0 add notes for GCS 2023-02-02 10:56:39 -05:00
Alexey Milovidov
0ba246ca53
Merge pull request #45914 from jh0x/improve-into-date-from-uint16
Improve behaviour of conversion into Date for boundary value 65535
2023-02-02 18:54:53 +03:00
Yakov Olkhovskiy
57f26f8c7e
Merge pull request #45865 from ClickHouse/fix-ipv4-cast
Allow implicit narrowing conversion UInt64 => IPv4
2023-02-02 10:53:23 -05:00
Alexander Gololobov
ec3bb0c04e
Merge pull request #45794 from ClickHouse/parallelize_is_storage_touched_by_mutations
Do not restrict count() query to 1 thread in isStorageTouchedByMutations()
2023-02-02 16:44:11 +01:00
Mikhail f. Shiryaev
366df1ac50
Merge pull request #45972 from ClickHouse/improve-cherry-pick
Update cherrypick_pr to get mergeable state
2023-02-02 16:27:36 +01:00
Alexey Milovidov
44f9165498
Merge pull request #45935 from Kinzeng/dashboard-improvements
Dashboard improvements
2023-02-02 18:24:28 +03:00
Mikhail f. Shiryaev
46ff77654c
Update cherrypick_pr to get mergeable state 2023-02-02 16:13:50 +01:00
Robert Schulze
e9ce172f35
Merge branch 'master' into qc-better-logging 2023-02-02 16:12:31 +01:00
Mikhail f. Shiryaev
3e79b69cba
Merge pull request #45959 from ClickHouse/fix-binary-build-image
Add necessary dependency for sanitizers
2023-02-02 16:05:41 +01:00
Kevin Zhang
45e8020768 remove host used for dev 2023-02-02 09:16:39 -05:00
Mikhail f. Shiryaev
4c86e9125b
Add necessary dependency for sanitizers 2023-02-02 13:40:04 +01:00
Robert Schulze
3d6883dd9c
Merge pull request #45958 from ClickHouse/update-qc-docs
Docs: Remove obsolete query result cache page
2023-02-02 12:35:17 +01:00
Robert Schulze
cfcf957c75
Docs: Remove obsolete query result cache page 2023-02-02 11:33:35 +00:00
xiedeyantu
e22cc0eb98 Throw an error on no files satisfying S3 wildcard 2023-02-02 19:13:34 +08:00
Robert Schulze
8055b7ed07
Merge branch 'master' into qc-better-logging 2023-02-02 11:45:37 +01:00
Vitaly Baranov
b8078acce2
Merge pull request #45774 from vitlibar/wiping-sensitive-info-in-named-collection-overrides
Mask sensitive info in named collection's overrides
2023-02-02 10:06:59 +01:00
FFFFFFFHHHHHHH
bd57c01dbf add test 2023-02-02 12:08:25 +08:00
rfraposa
6011656008 Update invertedindexes.md 2023-02-01 20:55:58 -07:00
Alexey Milovidov
87acc6e1f3
Merge pull request #45888 from ClickHouse/fix-tidy-build
Fix clang-tidy error in Keeper `Changelog`
2023-02-02 06:34:54 +03:00
Alexey Milovidov
099532ecc5
Merge pull request #45867 from Algunenano/improve_obfuscator
Improve how the obfuscator deals with queries
2023-02-02 04:23:06 +03:00
Alexey Milovidov
1682078f1a
Merge pull request #45873 from FFFFFFFHHHHHHH/dev_format
Allow a three-argument version for table function format
2023-02-02 02:40:31 +03:00
Kevin Zhang
8969689b33
Merge branch 'master' into dashboard-improvements 2023-02-01 17:51:09 -05:00
Kevin Zhang
28a20f8de9 fix charts not clearing previous plot when editing after deleting charts 2023-02-01 16:49:58 -05:00
Kevin Zhang
698c819ea9 show authentication error message in dashboard when credentials invalid 2023-02-01 16:45:40 -05:00
Joanna Hulboj
e57492c214 Improve behaviour of conversion into Date for boundary value 65535 2023-02-01 18:22:06 +00:00
Nikolay Degterinsky
542f54cf2d
Merge pull request #45829 from Algunenano/fix_qualified_asterisk_children
Fix ASTQualifiedAsterisk cloning
2023-02-01 19:20:47 +01:00
Dan Roscigno
6301904a1c
Merge pull request #45862 from eiriksfa/patch-1
Update s2.md, typo in reference docs
2023-02-01 11:55:49 -05:00
Dan Roscigno
ab99f98416
Merge pull request #45905 from ClickHouse/rfraposa-3
Add example of using ip_trie dictionary
2023-02-01 11:54:34 -05:00
rfraposa
e52edd4e85 Update external-dicts-dict-layout.md 2023-02-01 09:06:21 -07:00
Anton Popov
8dd6dbc452
Merge pull request #45857 from CurtizJ/fix-minor-mistake
Fix minor mistake after refactoring
2023-02-01 15:33:19 +01:00
Nikolai Kochetov
6cd0b51127
Merge pull request #45871 from ClickHouse/fix-ipv6-parser
Fix ipv6 parser
2023-02-01 14:28:54 +01:00
Antonio Andelic
88c1744975
Better 2023-02-01 14:25:58 +01:00
Alexander Tokmakov
283057493b
Merge pull request #45869 from ClickHouse/stress_report_add_context
Add some context to stress test failures
2023-02-01 16:19:08 +03:00
Alexander Tokmakov
d2e11844d2
Merge pull request #45846 from ClickHouse/tavplubix-patch-2
Update 02540_duplicate_primary_key.sql
2023-02-01 15:33:35 +03:00
Antonio Andelic
5de6f86c27 Fix clang-tidy error 2023-02-01 12:28:44 +00:00
Vladimir C
7c6281c446
Merge pull request #45581 from Avogar/fix-date-inference 2023-02-01 13:04:12 +01:00
Vladimir C
b389c1effb
Merge pull request #45589 from ClickHouse/optimize-constraints 2023-02-01 12:57:02 +01:00
Vladimir C
0d48eed68f
Merge pull request #45848 from Algunenano/fix_connection_timeouts_context_include 2023-02-01 12:53:50 +01:00
Vladimir C
dad838859b
Merge pull request #44489 from canhld94/ch_canh_fix_sparkbar 2023-02-01 12:50:00 +01:00