Commit Graph

142447 Commits

Author SHA1 Message Date
Blargian
8783647703 Revert addressToLine to original formatting 2024-05-24 07:03:15 +02:00
Blargian
b19c5ad13a Revert roundAge to original formatting 2024-05-24 07:01:15 +02:00
Blargian
3071909aca Revert roundAge to original formatting 2024-05-24 07:00:47 +02:00
Blargian
67ff6883fd Restore original formatting for logical functions and, or, not, xor 2024-05-24 06:51:38 +02:00
Blargian
e87c168bd8 Turn multi-line returns into a single line 2024-05-24 06:42:13 +02:00
Blargian
029e2ea226 Standardize references to data type docs 2024-05-24 05:54:16 +02:00
Shaun Struwig
3b2ff65994
Merge branch 'master' into docs_return_type_consistency 2024-05-23 17:29:26 +02:00
Shaun Struwig
bab94ac56a
Correct "note:::" to ":::note" 2024-05-23 17:24:07 +02:00
Shaun Struwig
732b6d1ecc
Add hyphens to return values 2024-05-23 17:22:02 +02:00
Shaun Struwig
a01b6e8e82
Numbers in return type should be in `` 2024-05-23 17:19:03 +02:00
Shaun Struwig
9cfd2322d7
Small edits to bit-functions.md 2024-05-23 17:14:56 +02:00
Robert Schulze
e513fc1985
Merge pull request #64019 from Blargian/document_revision
[Docs] add function `revision` + format changes to `other-functions`
2024-05-23 15:09:39 +00:00
Shaun Struwig
9481f2f325
Update array-functions.md
Add missing ::: for note
2024-05-23 17:07:55 +02:00
Blargian
45e4e30cfd Update retuurn type of logical functions 2024-05-23 16:51:17 +02:00
Blargian
9911f13c77 Update function return type for consistency 2024-05-23 16:39:53 +02:00
Kseniia Sumarokova
ab43f18ce9
Merge pull request #64128 from MikhailBurdukov/enable_keeep_free_bytes_metadata
Enable keep_free_space_bytes for the metadata storage.
2024-05-23 14:22:53 +00:00
Kruglov Pavel
30dce7821c
Merge pull request #63058 from Avogar/dynamic-data-type
Implement Dynamic data type
2024-05-23 14:19:46 +00:00
Shaun Struwig
508b035654 Move is NaN from other-functions to arithmetic functions 2024-05-23 14:08:48 +00:00
Shaun Struwig
f8fc1fa338
Merge branch 'master' into document_revision 2024-05-23 16:00:38 +02:00
Blargian
87b4d43a3f Update return type formatting 2024-05-23 15:48:20 +02:00
Shaun Struwig
e24253c097
Fix formatting in zh/index.md 2024-05-23 15:45:26 +02:00
Shaun Struwig
6e3a609907
Fix formatting in ru/index.md 2024-05-23 15:43:17 +02:00
Max K
9fb8c8263f
Merge pull request #64293 from ClickHouse/ci_changelog_py_fix
CI: dependency fix for changelog.py
2024-05-23 13:42:29 +00:00
Max K
b1fe9ab5f0 CI: dependency fix for changelog.py
#do_not_test
2024-05-23 15:33:21 +02:00
Blargian
713764f62f Add missing space before link 2024-05-23 14:01:00 +02:00
Blargian
ce26c4f657 Review changes and replace … with ... 2024-05-23 13:54:45 +02:00
Robert Schulze
906d17e6d5
Merge pull request #63957 from Blargian/document_proportionsZTest
[Docs] add `proportionsZTest` to docs
2024-05-23 11:49:24 +00:00
Raúl Marín
1bb41f820e
Merge pull request #64283 from ClickHouse/24.6-prepare
Update version after release
2024-05-23 11:11:04 +00:00
Raúl Marín
00bbffa6f0 Update autogenerated version to 24.6.1.1 and contributors 2024-05-23 11:04:29 +00:00
vdimir
70a1d3a63d
Merge pull request #63691 from ClickHouse/vdimir/fix_squashing_transform
Fix SimpleSquashingChunksTransform (02115_rewrite_local_join_right_di…
2024-05-23 09:43:45 +00:00
Raúl Marín
e6880e9e68
Merge pull request #62432 from canhld94/final_undefined_last_mark
Fix queries with FINAL give wrong result when table does not use adaptive granularity
2024-05-23 09:14:16 +00:00
Raúl Marín
d2231732bb
Merge pull request #64174 from Algunenano/create_as_mv_logical
Prevent LOGICAL_ERROR on CREATE TABLE as MaterializedView
2024-05-23 09:12:47 +00:00
Kseniia Sumarokova
cbacab0bf4
Merge pull request #64203 from ClickHouse/vdimir/rocksdb_flaky_test
Add debug logging to EmbeddedRocksDBBulkSink
2024-05-23 08:48:37 +00:00
MikhailBurdukov
45492baf44 Restart Ci 2024-05-23 08:20:16 +00:00
Blargian
9234beaff8 Fix typo and move from other-functions to math-functions 2024-05-23 09:32:43 +02:00
Antonio Andelic
3ff1b20e05
Merge pull request #64218 from ClickHouse/ignore-text-log-keeper
Ignore `text_log` for Keeper
2024-05-23 06:45:20 +00:00
Nikita Mikhaylov
02e463ab39
Merge pull request #64227 from ClickHouse/nikitamikhaylov-patch-1
Add gh to style-check dockerfile
2024-05-23 01:39:49 +00:00
Alexander Tokmakov
cd1d6d9b94
Merge pull request #64202 from azat/allow_suspicious_primary_key-fixes
Ignore allow_suspicious_primary_key on ATTACH and verify on ALTER
2024-05-22 23:23:57 +00:00
Alexey Milovidov
5a4633aa0e
Merge pull request #63962 from ClickHouse/analyzer-columns-list-fix
Analyzer: Fix COLUMNS resolve
2024-05-22 22:44:28 +02:00
Max K
4279174fad
Merge pull request #63961 from ClickHouse/ci_disable_arm_int_tests_with_kerberazied_kafka
CI: aarch64: disable arm integration tests with kerberaized kafka
2024-05-22 20:02:54 +00:00
Alexander Tokmakov
6611d430e2
Merge pull request #64063 from ClickHouse/fix_waiting_for_mutations
Fix waiting for mutations with retriable errors
2024-05-22 18:58:45 +00:00
Max K
9a40ff033d
Merge branch 'master' into ci_disable_arm_int_tests_with_kerberazied_kafka 2024-05-22 20:35:23 +02:00
Nikita Mikhaylov
7c9f36ad1e
Add gh to style-check dockerfile 2024-05-22 19:46:08 +02:00
Max K
17fee26e74
Merge pull request #64188 from ClickHouse/ci_cancel_pr_wf_if_added_to_mq
CI: cancel running PR wf after adding to MQ
2024-05-22 17:05:04 +00:00
Raúl Marín
c95041cca2
Merge pull request #64180 from Beetelbrox/fjurado-64137/feat-count-attached-views-and-dictionaries-independently
[64137] Split attached table count into attached tables, views and dictionaries
2024-05-22 17:04:51 +00:00
Sergei Trifonov
f82a816fdd
Merge pull request #64214 from ClickHouse/revert-63670-check_zk_path_exists
Revert "Prevent conversion to Replicated if zookeeper path already exists"
2024-05-22 15:59:18 +00:00
avogar
48cab9e9db Fix tests 2024-05-22 15:53:32 +00:00
Raúl Marín
82a851b255 Merge remote-tracking branch 'blessed/master' into create_as_mv_logical 2024-05-22 17:38:27 +02:00
Raúl Marín
6f4a8bf2ea Simplify test 2024-05-22 17:32:01 +02:00
Raúl Marín
492d7c570e Merge remote-tracking branch 'blessed/master' into final_undefined_last_mark 2024-05-22 17:27:15 +02:00