Alexey Milovidov
0d3271e548
Merge pull request #60727 from ClickHouse/allow-enums-and-strings
...
Make String a supertype for strings and enums
2024-03-04 18:58:58 +03:00
Alexey Milovidov
ce6dec65cf
Merge pull request #60729 from ClickHouse/remove-more-live-view
...
Remove more code from LIVE VIEW
2024-03-04 18:58:21 +03:00
Alexey Milovidov
bc0cf83668
Merge pull request #60738 from ClickHouse/sql-json-remove-nonsense
...
Remove nonsense from SQL/JSON
2024-03-04 18:57:50 +03:00
Alexey Milovidov
558cde5e80
Merge pull request #60731 from ClickHouse/fix-buffer-overflow-in-compression-codec-multiple
...
Fix buffer overflow in CompressionCodecMultiple
2024-03-04 18:57:01 +03:00
Nikolai Kochetov
f421d3d571
Merge pull request #60515 from ClickHouse/cleanup-lazy-format-always
...
PullingAsyncPipelineExecutor cleanup
2024-03-04 15:54:53 +01:00
Alexey Milovidov
de6c5d3a40
Merge pull request #60552 from ClickHouse/pc2
...
Userspace page cache again
2024-03-04 17:47:35 +03:00
robot-ch-test-poll3
580f0f02d3
Merge pull request #60728 from ClickHouse/remove-old-code-5
...
Remove old code
2024-03-04 14:46:10 +01:00
Alexander Tokmakov
2e64b6722f
Revert "Synchronize parsers"
2024-03-04 11:42:21 +01:00
Han Fei
f07f438fe6
Merge pull request #60259 from bigo-sg/hash_join_bug_59625
...
Resolve #59625 : improper filter setting
2024-03-04 17:32:26 +08:00
Antonio Andelic
e1e92e5547
Merge pull request #60544 from ClickHouse/keeper-add-timeout-commit-log
...
Keeper fix: add timeouts when waiting for commit logs
2024-03-04 09:53:35 +01:00
Alexey Milovidov
43e0a1b708
Remove nonsense from SQL/JSON
2024-03-04 05:59:02 +01:00
lgbo-ustc
aca219773b
Merge remote-tracking branch 'origin/master' into hash_join_bug_59625
2024-03-04 10:51:26 +08:00
Alexey Milovidov
7609856cd5
Fix another error
2024-03-04 03:06:27 +01:00
Alexey Milovidov
9a5085a4c3
Fix buffer overflow in CompressionCodecMultiple
2024-03-04 02:56:22 +01:00
Alexey Milovidov
fc6f3c8399
Live view's life is close to the end
2024-03-04 00:49:22 +01:00
Alexey Milovidov
da2481c5c8
Merge remote-tracking branch 'origin/master' into remove-old-code-5
2024-03-04 00:12:03 +01:00
Alexey Milovidov
cbf5443585
Remove old code
2024-03-04 00:11:55 +01:00
Alexey Milovidov
de4bd63a7d
Merge pull request #60522 from ClickHouse/sync-with-private-3
...
Synchronize parsers
2024-03-04 01:00:44 +03:00
Alexey Milovidov
b7169d68e3
Merge pull request #60691 from ClickHouse/fix-parse-date-time-best-effort-syslog
...
Fix questionable behavior in the `parseDateTimeBestEffort` function.
2024-03-04 00:58:38 +03:00
Alexey Milovidov
fe50f5ddf6
Make String a supertype for strings and enums
2024-03-03 22:49:54 +01:00
Alexey Milovidov
356e8cae39
Merge pull request #60710 from ClickHouse/speed-up-unit-tests
...
Improve unit tests
2024-03-03 23:56:17 +03:00
Alexey Milovidov
5703786f5a
Merge pull request #60709 from ClickHouse/remove-test-column-object
...
Remove unit test for ColumnObject
2024-03-03 23:55:52 +03:00
serxa
34cf2a1671
Fix scheduler fairness test
2024-03-03 17:27:37 +00:00
Alexey Milovidov
091f4c3e35
Merge pull request #60689 from azat/system.parts-no-uuid-fix
...
Fix system.parts for non-Atomic/Ordinary database engine (i.e. Memory)
2024-03-03 19:55:00 +03:00
Alexey Milovidov
fa724311ae
Merge pull request #60708 from azat/fix-invalid-storage-metadata-error
...
Fix "Invalid storage definition in metadata file" for parameterized views
2024-03-03 19:45:01 +03:00
Alexey Milovidov
7e63a051d6
Merge branch 'master' into fix-parse-date-time-best-effort-syslog
2024-03-03 17:33:44 +01:00
Alexey Milovidov
064689ee79
Merge branch 'master' into sync-with-private-3
2024-03-03 17:30:19 +01:00
Alexey Milovidov
0e62ed1e54
Improve unit tests
2024-03-03 17:25:25 +01:00
Alexey Milovidov
dff1bf3358
Remove unit test for ColumnObject
2024-03-03 17:17:49 +01:00
Alexey Milovidov
0208828d3f
Merge pull request #60535 from ClickHouse/changelog-24.2
...
General sanity in function `seriesOutliersDetectTukey`
2024-03-03 19:09:04 +03:00
Azat Khuzhin
eb711bd522
Fix "Invalid storage definition in metadata file" for parameterized views
...
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2024-03-03 16:02:35 +01:00
Azat Khuzhin
707200d2a4
Fix system.parts for non-Atomic/Ordinary database engine (i.e. Memory)
...
Previously the code assumes that only Ordinary do not have UUID, while
this is not true, Memory (at least) does not has it as well.
One of the major users of Memory engine is clickhouse-local.
v2: check UUID instead of database engine
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2024-03-03 10:27:06 +01:00
Alexey Milovidov
fc7e66accb
Fix build
2024-03-03 04:41:44 +01:00
Alexey Milovidov
75ecc6bdbf
Merge branch 'master' into sync-with-private-3
2024-03-03 04:37:37 +01:00
Alexey Milovidov
a1d1f76f67
Merge pull request #60519 from ClickHouse/sync-with-private
...
Synchronize Access
2024-03-03 06:36:51 +03:00
Alexey Milovidov
c292a911f5
Merge branch 'master' into sync-with-private
2024-03-03 02:07:20 +01:00
Alexey Milovidov
60be9f30a2
Merge pull request #60518 from ClickHouse/fix-bad-error-message
...
Fix bad error message
2024-03-03 04:06:44 +03:00
Alexey Milovidov
d15f7b2158
Fix questionable behavior in the parseDateTimeBestEffort
function
2024-03-03 01:42:59 +01:00
Alexey Milovidov
1f1e0f082a
Merge branch 'master' into changelog-24.2
2024-03-03 03:27:28 +03:00
Yakov Olkhovskiy
bae4783fe9
Merge pull request #54508 from UnamedRus/topk-statistics-count-errors
...
Add mode fot topK/topKWeighed function to also include count/error statistics
2024-03-02 11:54:55 -05:00
Alexey Milovidov
3883cdbf00
Merge branch 'master' into fix-bad-error-message
2024-03-02 03:18:50 +01:00
Alexey Milovidov
c362bbc9ca
Merge pull request #60390 from ClickHouse/redirect-handlers
...
Allow configuring HTTP redirect handlers for clickhouse-server
2024-03-02 05:15:31 +03:00
Alexey Milovidov
5dfe708de0
Merge pull request #60605 from ClickHouse/24.3-prepare
...
Update version after release
2024-03-02 04:56:21 +03:00
Nikita Taranov
bcd3ad01de
Merge pull request #55809 from amosbird/alt-51399
...
Improve the performance of serialized aggregation method when involving multiple [nullable] columns
2024-03-01 22:44:56 +01:00
Igor Nikonov
a28385966c
Merge pull request #60513 from ClickHouse/cleanup-random-progress-bar
...
Simple cleanup while fixing progress bar
2024-03-01 16:51:46 +01:00
UnamedRus
912b8baf57
Merge branch 'ClickHouse:master' into topk-statistics-count-errors
2024-03-02 00:43:29 +09:00
Nikita Mikhaylov
4fd64a696b
Merge pull request #56942 from shabroo/master
...
Emit a warning in clickhouse-client if Ordinary database engine is used
2024-03-01 15:42:28 +01:00
Igor Nikonov
ae7f780ce4
Merge pull request #60491 from ClickHouse/fix-cluster-table-func-progress-bar
...
Fix: progress bar for *Cluster table functions
2024-03-01 14:12:59 +01:00
Alexander Tokmakov
5225fc6a14
Revert "Add toMillisecond
function"
2024-03-01 13:59:03 +01:00
Antonio Andelic
8607e74966
Merge pull request #60537 from ClickHouse/keeper-snapshot-detached
...
Keeper improvement: abort during startup if an invalid snapshot is detected
2024-03-01 13:36:09 +01:00