Commit Graph

140296 Commits

Author SHA1 Message Date
Shaun Struwig
ae8b22b6e0
Update math-functions argument types.
Many functions have argument type listed as `Float64` type when it can be `Float*`,`(U)Int*` or in some cases `Decimal*`
2024-04-22 13:48:28 +02:00
Maksim Kita
0e28d20791 Fixed code review issues 2024-04-22 14:37:04 +03:00
Anton Popov
59125601a1 fix crash in function formatRow 2024-04-22 11:36:45 +00:00
Nikita Taranov
d8b3b48a25
Merge pull request #62697 from nickitat/fix_parallel_replicas_with_aggregation_by_partitions
Disable aggregation-by-partitions optimisation with parallel replicas
2024-04-22 11:02:56 +00:00
Blargian
015d47ff4b Update return types of all added functions 2024-04-22 13:00:08 +02:00
robot-clickhouse
19dbc8d2e2 Automatic style fix 2024-04-22 10:39:56 +00:00
vdimir
1a9b83f1e1
Merge pull request #62615 from Blargian/document_countXYZ
[Docs] add missing `countXYZ` functions
2024-04-22 10:37:43 +00:00
Yarik Briukhovetskyi
d3d0d4f6c0
empty commit 2024-04-22 11:36:27 +01:00
Mikhail f. Shiryaev
0811124d7d
Add description to the commit status on failed autofix 2024-04-22 12:29:30 +02:00
Shaun Struwig
e5339413f3
Correct tanh return type
Change return type from incorrect Float64 to correct Float32
2024-04-22 12:24:26 +02:00
Robert Schulze
8880427817
Merge pull request #62836 from rschu1ze/fix-tybo
Fix typo
2024-04-22 10:08:51 +00:00
Mikhail f. Shiryaev
a39baf84cf
Get rid of merge_commit in style check autofix 2024-04-22 12:03:51 +02:00
Robert Schulze
580a581415
Fix typo 2024-04-22 09:56:46 +00:00
Anton Popov
f29f3b9ba9
Merge pull request #62117 from pamarcos/pamarcos/copy_comment_in_create_as_statement
Copy comment when using CREATE AS statement
2024-04-22 09:52:21 +00:00
Robert Schulze
b2d76b1dea
Merge pull request #62511 from rschu1ze/one_thousand_joins
Add test for bug #33446
2024-04-22 09:41:47 +00:00
Maksim Kita
0ad8c6ef78 Added docs 2024-04-22 12:12:02 +03:00
Maksim Kita
c91fff60f4 Added tests 2024-04-22 12:12:02 +03:00
Maksim Kita
f1660fa8bb Analyzer support QUALIFY clause 2024-04-22 12:12:02 +03:00
Duc Canh Le
233c6534e3 explicitly enable analyzer
Signed-off-by: Duc Canh Le <duccanh.le@ahrefs.com>
2024-04-22 03:48:44 +00:00
Duc Canh Le
298206c0af minor fix in test
Signed-off-by: Duc Canh Le <duccanh.le@ahrefs.com>
2024-04-22 01:27:44 +00:00
Konstantin Bogdanov
a84d0c170f
Merge pull request #62828 from ClickHouse/table_engine_grant_undo_breaking_change
TableEngineGrant: undo breaking change
2024-04-21 23:50:50 +00:00
Konstantin Bogdanov
dd344cd307
Poke CI 2024-04-22 00:12:29 +02:00
Konstantin Bogdanov
38e8b4991e
Undo breaking change 2024-04-22 00:01:33 +02:00
Blargian
9c6ff535cd Add roundDuration 2024-04-21 22:01:13 +02:00
Blargian
2c986d7d17 Add roundDown 2024-04-21 21:43:04 +02:00
Blargian
2fea683c05 Add roundAge 2024-04-21 21:31:14 +02:00
Blargian
41a54daec9 Fix incorrect formatting of existing examples 2024-04-21 20:51:42 +02:00
Shaun Struwig
026027e51c
Update aspell-dict.txt
Add 'countSubstringsCaseInsensitiveUTF'
2024-04-21 20:47:11 +02:00
Shaun Struwig
112fcaf21f
Update aspell-dict.txt
Remove 'countSubstringsCaseInsensitiveUTF8' from list
2024-04-21 20:37:45 +02:00
Alexey Milovidov
aebfdf3eec
Merge pull request #62754 from rschu1ze/follow-up-62700
Follow-up to #62700: Fix build when `$CC` isn't set
2024-04-21 11:37:32 +00:00
Alexey Milovidov
5898761b58
Merge pull request #62818 from vitlibar/allow-special-macros-in-replicated-database-zk-path
Allow special macros {uuid} and {database} in a Replicated database ZooKeeper path
2024-04-21 11:32:44 +00:00
Robert Schulze
ef4dfa6c3a
Merge remote-tracking branch 'rschu1ze/master' into follow-up-62700 2024-04-21 11:31:58 +00:00
Alexey Milovidov
788e4d35ee
Merge pull request #62813 from ClickHouse/kafka-log-consumer-id-with-librdkafka-logs
Add `client.id` to librdkafka logs
2024-04-20 21:06:14 +00:00
Artur Malchanau
0575d02b81
Fix 02499_monotonicity_toUnixTimestamp64 test
Fix 02499_monotonicity_toUnixTimestamp64 test by using max_threads=1 to
make read_rows more predictable.
2024-04-20 23:20:20 +03:00
Vitaly Baranov
e42967c724 Add test. 2024-04-20 16:48:26 +01:00
Vitaly Baranov
79619adc6c Allow special macros {uuid} and {database} in the ZooKeeper path of a Replicated database. 2024-04-20 16:47:55 +01:00
János Benjamin Antal
e5ca964808 Add client.id to librdkafka logs 2024-04-20 10:42:27 +00:00
Artur Malchanau
5ebdcf06ca
Fix taking full part if part contains less than 'limit' rows
Do not take full part if part contains less than 'limit' rows.
2024-04-20 12:41:08 +03:00
Duc Canh Le
de5b0dab32 Fix FINAL modifier is not respected in CTE with analyzer
Signed-off-by: Duc Canh Le <duccanh.le@ahrefs.com>
2024-04-20 02:18:19 +00:00
Alexey Milovidov
d93eb86601
Merge pull request #62740 from ElderlyPassionFruit/fix-typo
Fix typo in exception explanation
2024-04-20 00:51:50 +00:00
Alexey Milovidov
968d8b7ee5
Merge pull request #62152 from JackyWoo/add_query_progress_to_table_zookeeper
Add query progress to table zookeeper
2024-04-20 00:48:31 +00:00
Justin de Guzman
98fef9f036
[Docs] Fix query 2024-04-19 13:36:41 -07:00
Justin de Guzman
4e38ccefdd
[Docs] Add examples for FINAL 2024-04-19 13:34:26 -07:00
Mikhail f. Shiryaev
48a4c40549
Merge pull request #62786 from ClickHouse/tiny-ci-improvements
Tiny CI improvements
2024-04-19 19:19:39 +00:00
vdimir
3f52f6efc2
Merge pull request #62616 from Blargian/document_tanh
[Docs] add missing `tanh`
2024-04-19 15:39:41 +00:00
Mikhail f. Shiryaev
8e2ba01600
Merge pull request #62651 from ClickHouse/get-job-id-fallback
Do not fail job on failed get_job_id_url
2024-04-19 14:45:59 +00:00
Yarik Briukhovetskyi
59df591ba1
Merge pull request #62690 from peter279k/improve_wikistat_data
Add the loading data with cleaning approach
2024-04-19 12:45:23 +00:00
Mikhail f. Shiryaev
c9e41251a6
Fail build_report jobs on non-success statuses 2024-04-19 14:31:54 +02:00
Anton Popov
f09d0b6536
Merge pull request #62608 from CurtizJ/azure-retries
Better retries in azure sdk
2024-04-19 12:01:42 +00:00
Dmitry Novik
49b94161b9
Merge pull request #62755 from ClickHouse/analyzer-fix-exception-message
Analyzer: Fix exception message
2024-04-19 11:55:00 +00:00