Commit Graph

140964 Commits

Author SHA1 Message Date
Raúl Marín
10fb28c6ea Fix crash with untuple and unresolved lambda 2024-04-30 13:36:20 +02:00
Robert Schulze
3bf29828dc
Add a warning about the UUID sort order 2024-04-30 11:16:06 +00:00
Robert Schulze
5660769a4b
Cosmetics, pt. V 2024-04-30 10:57:54 +00:00
Robert Schulze
6af89ecf12
Revert "Disable s390x build"
This reverts commit 116393c951.
2024-04-30 10:02:19 +00:00
Alexey Petrunyaka
93df0644ce
Fixes for the binary tidy build 2024-04-30 12:10:12 +03:00
János Benjamin Antal
71589c25ba
Merge pull request #62498 from ClickHouse/prevent-renaming-important-columns
Fix validation of special MergeTree columns
2024-04-30 09:10:08 +00:00
Alexey Milovidov
c4f7cfabd3
Merge pull request #63153 from ClickHouse/revert-62088-parqustom
Revert "Enable custom parquet encoder by default"
2024-04-30 11:00:59 +02:00
vdimir
23525ea3d5
Merge branch 'master' into ineq_join_v2 2024-04-30 08:15:51 +00:00
robot-clickhouse
821052dadc Automatic style fix 2024-04-30 08:12:01 +00:00
Smita Kulkarni
156f171224 Fix azure backup flaky test 2024-04-30 10:02:46 +02:00
Jordi Villar
8c3a9bc9c7 Revert "Merge pull request #60598 from jrdi/week-default-mode"
This reverts commit 61df8aa466, reversing
changes made to c6d21aebb5.
2024-04-30 09:23:25 +02:00
zhou
0a6db7a59d
Merge branch 'ClickHouse:master' into master 2024-04-30 15:06:09 +08:00
joe09@foxmail.com
3c1695b80b [docs] Update ClickVisual official website link 2024-04-30 15:04:22 +08:00
Alexey Milovidov
1f67c1d1b2 Remove a feature 2024-04-30 08:44:27 +02:00
Alexey Milovidov
7dad6e2212 Merge branch 'changelog-24.4' 2024-04-30 08:37:14 +02:00
Alexey Milovidov
eeea55d304 Update changelog 2024-04-30 08:36:59 +02:00
Alexey Milovidov
10f7125fa6
Revert "Enable custom parquet encoder by default" 2024-04-30 09:07:32 +03:00
Alexey Milovidov
9f06a1bf18
Merge pull request #63152 from ClickHouse/changelog-24.4
Changelog for 24.4
2024-04-30 07:58:58 +02:00
Alexey Milovidov
308fc05009 Changelog for 24.4 2024-04-30 07:33:46 +02:00
Alexey Milovidov
1546c9e3b8
Update LocalServer.cpp 2024-04-30 05:46:06 +03:00
Alexey Milovidov
817570c5e4
Merge branch 'master' into local-less-directories 2024-04-30 04:45:33 +02:00
Alexey Milovidov
7d53b4fd38
Update programs/local/LocalServer.cpp
Co-authored-by: Konstantin Bogdanov <thevar1able@users.noreply.github.com>
2024-04-30 05:45:05 +03:00
Alexey Milovidov
6358212bf8
Merge pull request #62999 from Algunenano/03132_rewrite_aggregate_function_with_if_implicit_cast
Fix optimize_rewrite_aggregate_function_with_if implicit cast
2024-04-30 04:43:04 +02:00
Alexey Milovidov
fd3fe73b5b
Merge pull request #63047 from ClickHouse/do-not-remove-group-by-constants-for-secondary-query
Do not remove server constants from GROUP BY key for secondary query.
2024-04-30 04:42:06 +02:00
Alexey Milovidov
006de3f94d
Merge pull request #63097 from canhld94/fix_abs_in_index
Fix incorrect judgement of of monotonicity of function abs
2024-04-30 04:28:16 +02:00
Alexey Milovidov
90d8e3cb97
Merge pull request #61116 from jkartseva/s3-plain-with-replace
S3-plain based disk supporting directory rename
2024-04-30 04:12:17 +02:00
pufit
2c0e880909 Format SQL security option only in CREATE VIEW queries. 2024-04-29 20:50:48 -04:00
Alexey Milovidov
c2297f6118 Add a comment 2024-04-30 01:52:39 +02:00
Alexey Milovidov
d4d2627f2b Merge branch 'master' of github.com:ClickHouse/ClickHouse into ubsan-clang-19 2024-04-30 01:50:16 +02:00
Alexey Milovidov
aef0644b69 Merge branch 'master' into ubsan-clang-19 2024-04-30 01:49:59 +02:00
Alexey Milovidov
7b1c39acbc
Merge pull request #63079 from ClickHouse/better-highlighting-of-keywords
Better highlighting of keywords
2024-04-30 01:45:39 +02:00
Alexey Milovidov
8475fae0ba
Merge pull request #63101 from Slach/fix_mysql81
Fix mysql8.3 compatibilty for MaterializedMySQL
2024-04-30 01:35:07 +02:00
Alexey Milovidov
5b376328bd
Merge pull request #63104 from peter279k/improve_pr_62592
Docs: Follow-up to #62592
2024-04-29 23:33:01 +00:00
Alexey Milovidov
e35330669f
Merge pull request #62020 from HowePa/patch-1
fix npy big endianness
2024-04-30 02:04:39 +02:00
Alexey Milovidov
283020c652
Merge pull request #62088 from ClickHouse/parqustom
Enable custom parquet encoder by default
2024-04-30 02:02:37 +02:00
Alexey Milovidov
989a880230
Merge pull request #62404 from Avogar/trivial-insert-select-from-files
Improve trivial insert select from files, add separate max_parsing_threads setting
2024-04-30 01:57:56 +02:00
Alexey Milovidov
b155b40568
Merge pull request #63121 from ClickHouse/fix-flaky-03094_grouparraysorted_memory
Fix flaky `03094_grouparraysorted_memory`
2024-04-30 01:32:43 +02:00
Alexey Milovidov
b5a33d523b
Merge pull request #63122 from ClickHouse/fix_mongo_ssl
Set server name for SSL handshake in MongoDB engine
2024-04-30 01:32:21 +02:00
Alexey Milovidov
cf431a5cf5
Merge pull request #63126 from ClickHouse/fix_mongo_wire_version_check
Use user specified db instead of "config" for MongoDB wire protocol version check
2024-04-30 01:31:58 +02:00
Alexey Milovidov
a86f2aab2f
Merge pull request #63073 from azat/tests/fix-logs-stats
Fix "invalid escape sequence" in clickhouse-test
2024-04-30 01:27:32 +02:00
Alexey Milovidov
4346b4511c
Merge pull request #63024 from kitaisreal/jit-sort-description-crash-fix
JIT sort description crash fix
2024-04-30 01:27:11 +02:00
Alexey Milovidov
ba45bd2534
Merge pull request #63125 from kitaisreal/recursive-cte-data-race-fix
Recursive CTE data race fix
2024-04-30 01:26:29 +02:00
Alexey Milovidov
0452505ea4
Merge pull request #63124 from den-crane/test/issue_56564
test for #56564
2024-04-30 01:26:14 +02:00
Alexey Milovidov
a40f8ac7cf
Merge pull request #63127 from ucasfl/test_for_55360
add test for #55360
2024-04-30 01:23:04 +02:00
Alexey Milovidov
08ef9a2eea
Merge pull request #63128 from den-crane/test/issue_47217
add tests for #47217, #55965
2024-04-30 01:22:18 +02:00
HarryLeeIBM
bf3c8b6966 Fix broken s390x build 2024-04-29 15:37:10 -07:00
Alexey Petrunyaka
918abe812b
Fixed test in 00396_uuid_v7.sql 2024-04-30 01:36:06 +03:00
Alexey Petrunyaka
698578402e
Merge branch 'master' into UUIDv7 2024-04-30 00:44:50 +03:00
Alexander Tokmakov
37950a5f4e
Merge pull request #62738 from pamarcos/pamarcos/system-unload-primary-key
Add SYSTEM UNLOAD PRIMARY KEY
2024-04-29 21:18:01 +00:00
Alexey Petrunyaka
c8847d8f97 Fixes for spell-checker 2024-04-30 00:15:04 +03:00