Commit Graph

139099 Commits

Author SHA1 Message Date
Alexey Milovidov
0fccaafda4 Fix tests 2024-04-04 20:06:40 +02:00
Alexey Milovidov
c8da569459 Merge branch 'master' into bridges-are-separate 2024-04-04 20:04:31 +02:00
Alexey Milovidov
d4a01dad61
Merge pull request #62284 from ClickHouse/fix-default-value-for-pretty-format-row-numbers
Fix docs about default value of `output_format_pretty_row_numbers`
2024-04-04 19:38:36 +02:00
Yarik Briukhovetskyi
05a2d89aa6
Merge pull request #62293 from Misz606/patch-4
Update README.md
2024-04-04 19:27:45 +02:00
Yarik Briukhovetskyi
7ef5e25a26
empty commit 2024-04-04 19:16:38 +02:00
Nikolai Kochetov
300904dc83
Merge pull request #60997 from kitaisreal/context-get-global-temporary-volume-use-shared-lock
Context getGlobalTemporaryVolume use shared lock
2024-04-04 18:30:20 +02:00
Misz606
51aff6d63c
Update README.md
Localy should be spelled locally.
2024-04-04 12:09:05 -04:00
alesapin
ff054b5ab3 With better name 2024-04-04 17:14:55 +02:00
alesapin
85d98e1a42 Modernize code a little 2024-04-04 16:51:46 +02:00
alesapin
d9e7c0a662 Add comment 2024-04-04 16:36:12 +02:00
alesapin
34a2119945 Public visibility 2024-04-04 16:32:29 +02:00
Raúl Marín
1f1a0ff7d4
Merge pull request #62232 from Algunenano/paranoid
Include table name in paranoid checks
2024-04-04 16:27:35 +02:00
Kruglov Pavel
01fecadabf
Mark format RowBinaryWithDefaults as not suitable for output 2024-04-04 15:35:51 +02:00
Antonio Andelic
9e1d8b8aaa Fix mortonEncode with no rows 2024-04-04 15:22:09 +02:00
Robert Schulze
7ce2a47ba5
Merge pull request #62265 from rschu1ze/static-instance
Don't access static members through instance
2024-04-04 14:36:03 +02:00
Yarik Briukhovetskyi
edacb991e0
Merge pull request #62257 from yariks5s/fix_retention_docs
Fix s3-style link mapper for gcs
2024-04-04 14:30:33 +02:00
Yarik Briukhovetskyi
a0925e6bc4
empty commit 2024-04-04 14:19:19 +02:00
Raúl Marín
7e608f567b Fix argMax with nullable non native numeric column 2024-04-04 13:55:52 +02:00
Kseniia Sumarokova
1a701921ff
Merge pull request #62160 from ClickHouse/add-more-logging
Add some logging
2024-04-04 13:48:28 +02:00
János Benjamin Antal
5d67793609 Fix docs about default value of output_format_pretty_row_numbers 2024-04-04 11:41:28 +00:00
Dmitry Novik
33aee0f599 Analyzer: Fix name resolution from parent scopes 2024-04-04 13:00:51 +02:00
Antonio Andelic
6197a62f0f
Merge pull request #62175 from ClickHouse/user-specific-s3-backup-on-cluster
User specific S3 endpoint for Backup/Restore on cluster
2024-04-04 12:46:29 +02:00
Raúl Marín
276246ee97 Introduce IAggregateFunction_fwd to reduce header dependencies 2024-04-04 12:29:54 +02:00
alesapin
58c79af80b Simpler 2024-04-04 12:22:11 +02:00
Igor Nikonov
a98c3ec632
Merge pull request #62260 from ClickHouse/fix-02980_dist_insert_readonly_replica
Disable 02980_dist_insert_readonly_replica for SMT
2024-04-04 12:08:03 +02:00
vdimir
e516bef844
Annalyzer: limit maximal size of column in constant folding 2024-04-04 09:52:58 +00:00
Dmitry Novik
d86eae3dd9
Merge pull request #62186 from ClickHouse/analyzer-query-param
Analyzer: Fix query parameter resolution
2024-04-04 11:26:12 +02:00
vdimir
b4ae81ee00
Merge pull request #62253 from ClickHouse/vdimir/analyzer_legacy_lambda_syntax
Fix lambda(tuple(x), x + 1) syntax in analyzer
2024-04-04 11:21:03 +02:00
Robert Schulze
d5229da1ec
Fix tidy build 2024-04-04 09:09:03 +00:00
kssenii
b91d446630 Ping CI 2024-04-04 10:57:29 +02:00
Kseniia Sumarokova
ccd3d7ae18
Merge pull request #62261 from ClickHouse/fix-logical-error-in-cache-eviction
Fix logical error from fs cache in stress test
2024-04-04 10:47:22 +02:00
Maksim Kita
414f3aebef Context getGlobalTemporaryVolume use shared lock 2024-04-04 11:32:39 +03:00
Antonio Andelic
03feab3d20
Merge pull request #62250 from ClickHouse/bad-boy-const
Correctly handle const columns in DistinctTransfom
2024-04-04 09:13:40 +02:00
robot-clickhouse
3e66b338b4
Merge pull request #62267 from JosephRedfern/patch-1
Correct config key typo in S3 Table Engine documentation
2024-04-03 23:56:48 +02:00
Yarik Briukhovetskyi
3c61a7f4bf
Update storing-data.md 2024-04-03 23:34:31 +02:00
Raúl Marín
2c2f2b9526 Missing include 2024-04-03 22:59:59 +02:00
Robert Schulze
dda1a0b9f0
Also enable modernize-use-override 2024-04-03 20:44:02 +00:00
Robert Schulze
d905b83369
Fix something bad 2024-04-03 20:12:22 +00:00
Joseph Redfern
2578ceddad
Correct typo in "use_invironment_credentials" configuration option
`use_environment_credentials was incorrectly specified as `use_invironment_credentials`
2024-04-03 21:09:47 +01:00
Robert Schulze
9626506585
More fixes 2024-04-03 19:18:31 +00:00
Robert Schulze
de2a0be025
Don't access static members through instance
- clang-tidy rightfully complains (-readability-static-accessed-through-instance)
- not going to enable the warning for now to avoid breaking the build
2024-04-03 18:50:33 +00:00
Raúl Marín
76b6c125ff Remove boost dep in wide integers when possible 2024-04-03 20:36:29 +02:00
Raúl Marín
40b901a2e3 More crap 2024-04-03 19:49:56 +02:00
Kruglov Pavel
9fa84f0397
Merge pull request #61442 from ClickHouse/revert-61435-revert-61316-patch-1
Revert "Revert "Updated format settings references in the docs (datetime.md)""
2024-04-03 19:46:03 +02:00
Raúl Marín
0dbb249b48 More nested includes 2024-04-03 19:30:55 +02:00
kssenii
c70ecfe5f3 Fix 2024-04-03 19:18:56 +02:00
Raúl Marín
11eb872ac6 Remove more nested includes 2024-04-03 19:06:36 +02:00
kssenii
2db1e34517 Better logger name 2024-04-03 19:06:33 +02:00
Igor Nikonov
463691922c Fix: disable test for SMT 2024-04-03 17:05:49 +00:00
yariks5s
ca27cf3fde fix mapper for gcs 2024-04-03 16:38:41 +00:00