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
Azat Khuzhin
af1308083a
tests/ci: encode HTML entities in the reports
...
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2023-01-15 17:03:32 +01:00
Robert Schulze
b6f12f9edd
Fix unit_tests_dbms
2023-01-15 14:49:04 +00:00
Nikolay Degterinsky
24b686734d
Fix build
2023-01-15 13:46:55 +00:00
Robert Schulze
eac9a5728d
Merge remote-tracking branch 'origin/master' into block-nonfloat-gorilla
2023-01-15 13:35:41 +00:00
Robert Schulze
7023d68536
Fix codecs_int_*.xml
2023-01-15 13:31:45 +00:00
Alexey Milovidov
a5244f8d1d
Merge pull request #45279 from tbragin/patch-4
...
Update postgresql.md
2023-01-15 12:34:09 +03:00
Ilya Yatsishin
96987b7cd8
Merge pull request #45239 from Avogar/generate-random
2023-01-15 00:37:34 +01:00
Tanya Bragin
d825f50c84
Update postgresql.md
...
Adding Postgres blog to Postgres DB engine page
cc @DanRoscigno @gingerwizard
2023-01-14 14:39:41 -08:00
Tanya Bragin
b5773caeb2
Update postgresql.md
...
Adding related Postgres blog here.
cc @gingerwizard @DanRoscigno
2023-01-14 14:34:33 -08:00
Robert Schulze
a4a6126c9d
Prohibit manual delta compression before floating-point time series compression
2023-01-14 20:09:50 +00:00
Robert Schulze
fbdaca4e2a
Code cleanup
2023-01-14 19:21:30 +00:00
flynn
f98e01d538
fix
2023-01-14 18:24:52 +00:00
flynn
1c5214a192
add test
2023-01-14 18:18:51 +00:00
flynn
29eb30b49f
Fix some reading avro format bugs
...
fix
2023-01-14 18:05:26 +00:00
Robert Schulze
a5e14a85ab
Fix 01272_suspicious_codecs
2023-01-14 17:29:10 +00:00
Dan Roscigno
4087ce4f71
Merge pull request #45274 from tbragin/patch-3
...
Update clickhouse-local.md
2023-01-14 11:59:10 -05:00
Tanya Bragin
36ec76f53d
Update clickhouse-local.md
...
cc @DanRoscigno @gingerwizard Adding latest clickhouse-local blog to related content on this page.
2023-01-14 07:50:10 -08:00
Alexey Milovidov
6698f3ccf0
Merge pull request #45008 from ClickHouse/add-dmesg-log-to-fuzzer
...
Add `dmesg.log` to Fuzzer
2023-01-14 14:43:30 +03:00
Dmitry Novik
3d23654720
Skip validation of function IN
2023-01-13 23:10:16 +00:00
Alexey Milovidov
ec8c38c174
Add review suggestion
2023-01-13 22:53:17 +01:00
Alexey Milovidov
167d980fe2
Fix GitHub
2023-01-13 22:52:05 +01:00
Alexey Milovidov
e6b3f54842
Merge pull request #41110 from ClickHouse/automerge
...
Automatically merge green backport PRs and green approved PRs
2023-01-13 23:16:35 +03:00