robot-ch-test-poll1
|
d1c4e3e825
|
Merge pull request #59629 from ClickHouse/ci_ast_fuzzer_slack_report_fix
CI: fix ast fuzzer job report (slack bot issue)
|
2024-02-06 15:04:05 +04:00 |
|
Raúl Marín
|
79d91294c6
|
Merge pull request #59594 from Algunenano/fix_map_memory
Fix incorrect result of arrayElement / map[] on empty value
|
2024-02-06 11:54:09 +01:00 |
|
Raúl Marín
|
c858e2e173
|
Merge remote-tracking branch 'blessed/master' into fix_map_memory
|
2024-02-06 11:48:13 +01:00 |
|
Raúl Marín
|
b247440b7d
|
Merge pull request #59603 from Algunenano/crash_topk
Fix crash in topK when merging empty states
|
2024-02-06 11:40:52 +01:00 |
|
Max Kainov
|
cbd81b506f
|
CI: fix ast fuzzer job report (slack bot issue)
#job_ast_fuzzer_debug #job_style_check
|
2024-02-06 09:56:15 +00:00 |
|
vdimir
|
3642bbc05c
|
Merge pull request #59483 from ClickHouse/vdimir/analyzer/00917_multiple_joins_denny_crane
Analyzer: Fix denny_crane
|
2024-02-06 10:17:27 +01:00 |
|
Vitaly Baranov
|
5962ed0bd3
|
Add test.
|
2024-02-06 09:43:19 +01:00 |
|
taiyang-li
|
bc9c1bf345
|
improve ifnotnull
|
2024-02-06 11:48:13 +08:00 |
|
taiyang-li
|
2c882f012e
|
opt isNotnull
|
2024-02-06 11:35:14 +08:00 |
|
Justin de Guzman
|
1c0fa345ac
|
Fix broken link for Variant data type (#59539)
|
2024-02-06 00:51:28 +01:00 |
|
Alexey Milovidov
|
fa53af18c1
|
Merge pull request #59618 from ClickHouse/alexey-milovidov-patch-8
Update 85_bug-report.md
|
2024-02-05 23:51:18 +01:00 |
|
Alexey Milovidov
|
e673d8bd0c
|
Update 85_bug-report.md
|
2024-02-06 01:50:59 +03:00 |
|
robot-ch-test-poll
|
6cb72bf775
|
Merge pull request #59610 from ClickHouse/tylerhannan-patch-1
Update README.md
|
2024-02-05 23:01:27 +01:00 |
|
Alexander Gololobov
|
a26e8b3a9e
|
Fix for filters w/o path column
|
2024-02-05 22:48:48 +01:00 |
|
Nikita Mikhaylov
|
d8555af448
|
Change the default value for async_insert_max_data_size to 10 MiB (#59536)
|
2024-02-05 22:41:28 +01:00 |
|
Tyler Hannan
|
15b6dd1431
|
Update README.md
Fixing dated Recordings link
|
2024-02-05 22:27:13 +01:00 |
|
Vitaly Baranov
|
86ac7b14d0
|
Fix Distributed table engine with a constant sharding key.
|
2024-02-05 21:56:29 +01:00 |
|
Raúl Marín
|
40885d7f16
|
Add extra sanity check
|
2024-02-05 21:51:26 +01:00 |
|
Igor Nikonov
|
dab078f7d2
|
Profile events
|
2024-02-05 20:21:48 +00:00 |
|
Raúl Marín
|
d782c9bde6
|
Fix crash in topK when merging empty states
|
2024-02-05 20:52:54 +01:00 |
|
Alexey Milovidov
|
adb9bca43e
|
Merge branch 'master' into merge-tree-as-a-default-table-engine
|
2024-02-05 19:30:07 +01:00 |
|
Alexey Milovidov
|
a122857b6e
|
Merge pull request #59565 from kitaisreal/multi-version-use-mutex
MultiVersion use mutex
|
2024-02-05 19:28:00 +01:00 |
|
Sema Checherinda
|
d7371a3b2d
|
Merge pull request #59533 from ClickHouse/chesema-grpc-server
GRPCServer: do not call value() on empty optional query_info
|
2024-02-05 18:56:46 +01:00 |
|
Bhavna Jindal
|
c9954a7eb8
|
added check for NaN and infinite values
|
2024-02-05 09:23:11 -08:00 |
|
Max K
|
3ddaa1b5f1
|
CI: nightly job to update latest docker tag only (#59586)
* CI: nightly job to update latest docker tag only
---------
Co-authored-by: robot-clickhouse <robot-clickhouse@users.noreply.github.com>
|
2024-02-05 18:09:43 +01:00 |
|
János Benjamin Antal
|
59dcd22af5
|
Merge pull request #59445 from ClickHouse/fix-formatting-alter-queries-with-modify-column-settings
Fix `ASTAlterCommand::formatImpl` in case of column specific settings modifications
|
2024-02-05 17:44:30 +01:00 |
|
Raúl Marín
|
ca9e2cac8a
|
Add test
|
2024-02-05 17:37:06 +01:00 |
|
Nikolai Kochetov
|
e9c50ba9c2
|
Merge pull request #59567 from 4JustMe4/master
Add missed #include <bit> and <exception>
|
2024-02-05 17:36:29 +01:00 |
|
Raúl Marín
|
c4e1d09c66
|
Reserve enough memory for memcpySmallAllowReadWriteOverflow15
|
2024-02-05 17:33:14 +01:00 |
|
vdimir
|
d3123438c7
|
Merge pull request #59382 from ClickHouse/vdimir/analyzer/fix_array_join_subcolumn
Fix ARRAY JOIN with subcolumns
|
2024-02-05 17:27:59 +01:00 |
|
Dmitry Novik
|
cbb63e333c
|
Update analyzer_tech_debt.txt
|
2024-02-05 16:25:17 +00:00 |
|
vdimir
|
9b5ea7bb8a
|
Analyzer: Fix 00917_multiple_joins_denny_crane
|
2024-02-05 16:25:13 +00:00 |
|
Igor Nikonov
|
a50a140626
|
Test for UNEXPECTED_CLUSTER
|
2024-02-05 15:29:08 +00:00 |
|
Igor Nikonov
|
8748d8c537
|
UNEXPECTED_CLUSTER error for cluster with more than 1 shard
|
2024-02-05 15:10:51 +00:00 |
|
Yarik Briukhovetskyi
|
569b8487e8
|
Merge pull request #59403 from jh0x/no-octal-v2
Remove octal issues when parsing with `input_format_values_interpret_expressions=0`
|
2024-02-05 15:34:50 +01:00 |
|
Igor Nikonov
|
576cfdbf5c
|
Includes cleanup
|
2024-02-05 14:27:07 +00:00 |
|
Alexey Milovidov
|
556b63700a
|
Merge pull request #59591 from ClickHouse/alexey-milovidov-patch-8
Update CHANGELOG.md
|
2024-02-05 15:13:06 +01:00 |
|
Alexey Milovidov
|
f03d8006d4
|
Update CHANGELOG.md
|
2024-02-05 17:12:39 +03:00 |
|
Max K
|
411b76cc57
|
Merge pull request #59241 from ClickHouse/test_arm
CI: Add ARM integration tests
|
2024-02-05 14:52:46 +01:00 |
|
Robert Schulze
|
ad13a57b7f
|
Improve detection of v2 capabilities
|
2024-02-05 13:43:55 +00:00 |
|
Robert Schulze
|
7d8fbf90cd
|
Merge remote-tracking branch 'rschu1ze/master' into nested-memory-cgroups
|
2024-02-05 13:26:51 +00:00 |
|
Konstantin Bogdanov
|
f663f13a35
|
Merge pull request #59277 from ClickHouse/create-tables-in-threadpool
Concurrent tables creation in `recoverLostReplica`
|
2024-02-05 16:04:46 +03:00 |
|
Igor Nikonov
|
45bcc04d98
|
Use ConnectionPoolPtr instead of raw pointer
|
2024-02-05 12:56:03 +00:00 |
|
Raúl Marín
|
719c5e9f1b
|
Merge pull request #59566 from Algunenano/aws_fix
Fix aws submodule reference
|
2024-02-05 13:39:36 +01:00 |
|
Sema Checherinda
|
8581bdbe58
|
do not call value() on empty optional query_info
|
2024-02-05 13:24:51 +01:00 |
|
Igor Nikonov
|
92a36109c3
|
Merge remote-tracking branch 'origin/master' into pr-better-replicas-failover-2
|
2024-02-05 12:07:44 +00:00 |
|
Nikolai Kochetov
|
89bcebfe96
|
Merge pull request #59544 from jrdi/fix-update-insert-deduplication-token
Fix corner case when passing `update_insert_deduplication_token_in_dependent_materialized_views`
|
2024-02-05 13:03:12 +01:00 |
|
Raúl Marín
|
08c1799f9c
|
Merge pull request #59383 from Algunenano/fuzz_literal
Add some fuzzing to ASTLiterals
|
2024-02-05 12:27:43 +01:00 |
|
Kseniia Sumarokova
|
83515e3656
|
Merge pull request #59543 from nickolaj-jepsen/master
Add support for NATS credentials file
|
2024-02-05 12:20:26 +01:00 |
|
Raúl Marín
|
fc475e28f3
|
Merge pull request #59498 from Algunenano/minmax_nan_null
Make MAX use the same rules as permutation for complex types
|
2024-02-05 12:16:02 +01:00 |
|