Commit Graph

105484 Commits

Author SHA1 Message Date
Maksim Kita
250c93614c Revert "Revert "Validate function arguments in query tree"" 2023-01-17 11:20:24 +01:00
Vitaly Baranov
b13498d9ba
Merge pull request #45288 from vitlibar/fix-s3-requests-without-region
Fix s3 requests without region
2023-01-17 09:24:59 +01:00
Vitaly Baranov
9a52087989 More complex logic: GetObjectAttributes requests will be used
only if the endpoint is "*.amazonaws.com", otherwise HeadObject requests will be used.
2023-01-16 20:14:39 +01:00
Vladimir C
b80ee8df50
Merge pull request #45256 from DanRoscigno/add-grace-hash-docs 2023-01-16 18:43:19 +01:00
Kruglov Pavel
bdb3517512
Merge pull request #45231 from Avogar/json-tuples
Insert default values in case of missing tuple elements in JSONEachRow
2023-01-16 17:49:50 +01:00
Mikhail f. Shiryaev
51b5d647ae
Merge pull request #45302 from ClickHouse/fix-automerge-approved-at
Fix wrong approved_at, simplify conditions
2023-01-16 17:46:30 +01:00
Alexander Tokmakov
753ae9e80d
Merge pull request #45327 from ClickHouse/revert-45252-block-nonfloat-gorilla
Revert "Disallow Gorilla codec on non-float columns"
2023-01-16 19:16:06 +03:00
Alexander Tokmakov
df75c24f01
Revert "Disallow Gorilla codec on non-float columns" 2023-01-16 19:14:28 +03:00
Anton Popov
6863cd152f
Merge pull request #42181 from CurtizJ/optimize-loading-parts
Do not load inactive parts at startup
2023-01-16 14:38:50 +01:00
Alexander Tokmakov
d361402347
Merge pull request #45307 from ClickHouse/tavplubix-patch-1
Disable 02028_create_select_settings with Ordinary
2023-01-16 16:13:53 +03:00
Nikolay Degterinsky
70e79de69b
Merge pull request #38252 from bharatnc/ncb/weighted-quantile-approx
add quantileInterpolatedWeighted function
2023-01-16 13:41:13 +01:00
Nikolay Degterinsky
88ba1b0b85
Merge pull request #42884 from evillique/better_asterisk_parser
Improve Asterisk and ColumnMatcher parsers
2023-01-16 13:29:59 +01:00
Vladimir C
0337bc7c4d
Merge pull request #45147 from rgzntrade/master 2023-01-16 13:18:18 +01:00
Alexander Tokmakov
ee888f7f38
Merge pull request #44547 from ClickHouse/fix_44496
Fix too aggressive evaluation of args in default column expr
2023-01-16 15:08:58 +03:00
Alexander Tokmakov
26e6cb0899
Update 02028_create_select_settings.sql 2023-01-16 14:51:32 +03:00
Kseniia Sumarokova
d859976fbd
Merge pull request #45250 from ClickHouse/43188_Record_startup_time_in_profileevents
Record server startup time in ProfileEvents
2023-01-16 12:20:37 +01:00
alesapin
190c9b3156
Merge pull request #44682 from hanfei1991/hanfei/support-advance-dedup
deduplicate async inserts in the same block earlier
2023-01-16 12:19:30 +01:00
Alexander Tokmakov
94604f71b7
Merge pull request #44922 from azat/dist/async-INSERT-metrics
Optimize and fix metrics for Distributed async INSERT
2023-01-16 14:12:56 +03:00
Maksim Kita
80f6a45376
Merge pull request #44641 from ClickHouse/vdimir/view_explain_2
Function viewExplain accept SELECT and settings
2023-01-16 13:39:53 +03:00
Mikhail f. Shiryaev
4a07d3682f
Fix wrong approved_at, simplify conditions 2023-01-16 11:36:39 +01:00
Vitaly Baranov
7030b64096 Fix build. 2023-01-16 10:46:58 +01:00
Sema Checherinda
d746a3c4ff
Merge pull request #44480 from wineternity/issue_43333_doc
[DOC] Add support for signed arguments in range() #43333
2023-01-16 10:26:49 +01:00
Vitaly Baranov
16a20cd06e Use std::string_view instead of const std::string_view & 2023-01-16 10:18:04 +01:00
Maksim Kita
1682bfe0ab
Merge pull request #45299 from ClickHouse/revert-44882-function-node-validation
Revert "Validate function arguments in query tree"
2023-01-16 12:15:37 +03:00
Maksim Kita
8f5250e000
Revert "Validate function arguments in query tree" 2023-01-16 10:14:34 +01:00
Vitaly Baranov
e435edb4ab Make checkObjectExists() easier. 2023-01-16 10:06:20 +01:00
Maksim Kita
60d2a0bf7f
Merge pull request #44882 from ClickHouse/function-node-validation
Validate function arguments in query tree
2023-01-16 11:31:02 +03:00
Robert Schulze
76d1fe08f9
Merge pull request #45252 from ClickHouse/block-nonfloat-gorilla
Disallow Gorilla codec on non-float columns
2023-01-16 08:55:50 +01:00
Robert Schulze
ff493c439c
Merge pull request #45244 from bigo-sg/improve_like
Add fast path for col like '%%' or col like '%'  or match(col, '.*')
2023-01-16 08:36:20 +01:00
Smita Kulkarni
09241150a0 Updated recording of startup time till after starting last listener and added stopping the StopWatch - Record server startup time in ProfileEvents 2023-01-16 08:32:25 +01:00
simpleton
1754913013
test: Remove the temporary table in the test 2023-01-16 15:01:16 +08:00
taiyang-li
2f7ea79d94 change as request 2023-01-16 10:42:58 +08:00
simpleton
1cdd7361b0
Merge branch 'ClickHouse:master' into master 2023-01-16 09:36:38 +08:00
Ilya Yatsishin
cf5052c77e
Merge pull request #45291 from den-crane/patch-57 2023-01-16 02:33:54 +01:00
Dan Roscigno
b486ce7128
Merge pull request #45293 from melvynator/patch-9
Update json.md
2023-01-15 20:16:02 -05:00
Dan Roscigno
adca0b64d3
use markdown file instead of URL to enforce 404 checks 2023-01-15 19:31:58 -05:00
Peignon Melvyn
674a1d1877
Update json.md 2023-01-16 01:27:08 +01:00
Denny Crane
6cf603e05f
Update index.md 2023-01-15 18:40:59 -04:00
Alexey Milovidov
0536c9b36d
Merge pull request #45283 from azat/tests/binary-detection
tests: fix clickhouse binaries detection
2023-01-16 01:18:37 +03:00
Alexey Milovidov
721c399f17
Merge pull request #45287 from ClickHouse/nickitat-patch-9
Disable `02151_hash_table_sizes_stats_distributed` under TSAN
2023-01-16 01:16:55 +03:00
Alexey Milovidov
9d043b2f92
Merge pull request #45284 from azat/ci/report-html-entities
tests/ci: encode HTML entities in the reports
2023-01-16 01:16:05 +03:00
Han Fei
5617f7f616 address comments 2023-01-15 22:51:10 +01:00
Vitaly Baranov
a955504043 Move throw_on_error parameter to the end. 2023-01-15 20:28:16 +01:00
Vitaly Baranov
21b8aaeb8b Stop using HeadObject requests in S3
because they don't work well with endpoints without explicit region.
2023-01-15 20:28:11 +01:00
Han Fei
701dc88d6f
Merge branch 'master' into hanfei/support-advance-dedup 2023-01-15 19:46:28 +01:00
Han Fei
c859f8dbe5
Update src/Storages/MergeTree/ReplicatedMergeTreeSink.cpp
Co-authored-by: alesapin <alesapin@gmail.com>
2023-01-15 19:46:16 +01:00
Han Fei
bb2c0914e9
Update src/Storages/MergeTree/ReplicatedMergeTreeSink.cpp
Co-authored-by: alesapin <alesapin@gmail.com>
2023-01-15 19:46:09 +01:00
Nikita Taranov
c33d7ffcc2
Disable 02151_hash_table_sizes_stats_distributed.sh under TSAN 2023-01-15 18:53:50 +01:00
Dan Roscigno
f13fdfb431
Merge pull request #45280 from tbragin/patch-5
Update postgresql.md
2023-01-15 11:52:47 -05:00
Azat Khuzhin
683a51633e tests: fix clickhouse binaries detection
Previosly only clickhouse-client binary was more or less detected, but
everything else does not, since "test -x clickhouse" does not work as
expected, "test -x" need a full path to the file, it does not search in
PATH.

Also improve clickhouse-test default --binary path, by properly search
in PATH.

Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2023-01-15 17:05:16 +01:00