Robert Schulze
d11ed921be
Some fixups
2024-01-12 14:05:19 +00:00
Raúl Marín
8e5cd5e6b0
Try a different approach
2024-01-12 14:04:47 +00:00
Sema Checherinda
fb2098ed5d
more relaxed check
2024-01-12 14:57:01 +01:00
Mikhail f. Shiryaev
9d8290cc50
Merge pull request #58712 from ClickHouse/helper-improvements
...
Some small improvements to version_helper from #57203
2024-01-12 17:40:14 +04:00
Kruglov Pavel
8d7c24aa5a
Install pyarrow in stateless tests
2024-01-12 13:06:51 +00:00
avogar
4979688693
Add tests
2024-01-12 13:06:51 +00:00
avogar
bfd7db8cf4
Better docs
2024-01-12 13:06:51 +00:00
avogar
fbfdde60a7
Add settings for better control of indexes type in Arrow dictionary. Use signed integer type for indexes by default
2024-01-12 13:06:51 +00:00
Sema Checherinda
8fbe832b71
Merge pull request #58740 from ClickHouse/chesema-fix-stress
...
fix stress with generate-template-key
2024-01-12 13:21:40 +01:00
Raúl Marín
78afc52564
Fix refactor
2024-01-12 12:28:03 +01:00
Raúl Marín
e22371ad03
Fix double destroy call on exception throw in addBatchLookupTable8
2024-01-12 12:02:38 +01:00
Blargian
aa8876a611
#58363 - Changes based on review of draft PR - changed output_format_pretty_color to use UInt64Auto. Added isWritingToTerminal function to IO/WriteHelpers.h and updated test
2024-01-12 12:31:57 +02:00
kssenii
7b674c31c5
Fix for issue 58697
2024-01-12 10:55:27 +01:00
kssenii
f4546a5eee
Fix build
2024-01-12 10:53:40 +01:00
kssenii
8b1d2805ae
Add one more test case to the test
2024-01-12 10:41:04 +01:00
Sema Checherinda
1f8c5ef41b
fix stress with generate-template-key
2024-01-12 10:36:25 +01:00
Antonio Andelic
654fee820e
Merge pull request #58665 from ClickHouse/jemalloc-system-commands
...
Add SYSTEM commands and Keeper 4LW for jemalloc
2024-01-12 10:08:13 +01:00
Ilya Yatsishin
ca67f7b92e
Fix style
2024-01-12 12:48:56 +04:00
Ilya Yatsishin
904c02d955
Fix
2024-01-12 12:43:11 +04:00
Dmitry Novik
91f4b20e02
Fix comments
2024-01-12 09:42:41 +01:00
Dmitry Novik
e3aed6ba4e
Fix integration test
2024-01-12 09:40:15 +01:00
Dmitry Novik
322d9478b0
Fix stream partitioning in parallel window functions
2024-01-12 08:32:34 +00:00
Dmitry Novik
a3dcd350dd
Merge pull request #58723 from ClickHouse/fix-analyzer-count-distinct-pass
...
Analyzer: Fix LOGICAL_ERROR in CountDistinctPass
2024-01-12 09:06:39 +01:00
Alexey Milovidov
df04476037
Update src/IO/TimeoutSetter.cpp
...
Co-authored-by: Konstantin Bogdanov <thevar1able@users.noreply.github.com>
2024-01-12 07:41:24 +03:00
Alexey Milovidov
c0da6163ed
Merge pull request #58650 from azat/tests/remerge_sort_lowered_memory_bytes_ratio
...
Fix 01600_remerge_sort_lowered_memory_bytes_ratio flakiness (due to settings randomization)
2024-01-12 04:18:08 +01:00
Alexey Milovidov
6c604ea1a7
Fix Mac OS X
2024-01-12 04:00:36 +01:00
Konstantin Bogdanov
633ef126c7
Merge pull request #57550 from ClickHouse/nickitat-patch-15
...
Small change in log message in MergeTreeDataMergerMutator
2024-01-12 02:02:10 +03:00
Dmitry Novik
f41c6b0e6b
Analyzer: Fix LOGICAL_ERROR in CountDistinctPass
2024-01-11 19:11:42 +00:00
Kseniia Sumarokova
7187fa5be2
Fix style check
2024-01-11 19:36:40 +01:00
kssenii
fada92173b
Support Point data type for MySQL
2024-01-11 19:19:08 +01:00
Alexey Milovidov
39540367c3
Merge pull request #58698 from ClickHouse/fix-bad-log-message-2
...
Fix bad log message
2024-01-11 18:15:53 +01:00
Yakov Olkhovskiy
84809b36c3
Merge pull request #58475 from ClickHouse/revert-58450-revert-56064-feature-server-iface-metrics
...
Second attempt: Use CH Buffer for HTTP out stream, add metrics for interfaces
2024-01-11 12:06:59 -05:00
Kseniia Sumarokova
a9ee80108f
Update 02963_test_flexible_disk_configuration.sql
2024-01-11 17:58:25 +01:00
Alexey Milovidov
13889a4988
Merge pull request #58506 from kitaisreal/parts-splitter-small-refactoring
...
PartsSplitter small refactoring
2024-01-11 17:53:14 +01:00
Robert Schulze
790f5890a0
Merge pull request #58611 from rschu1ze/qc-isolation
...
Improve isolation of query cache entries under re-created users or role switches
2024-01-11 17:30:24 +01:00
robot-ch-test-poll4
4c5884b1d9
Merge pull request #58701 from ClickHouse/docs/assume-contraint
...
Adds documentation for `ASSUME CONSTRAINT`
2024-01-11 17:04:48 +01:00
Kseniia Sumarokova
c211b3bb84
Update configs
2024-01-11 15:53:35 +01:00
Robert Schulze
bd9e38ff47
Incorporate review feedback
2024-01-11 13:53:08 +00:00
Nikolai Kochetov
f83cf1a6b7
Merge pull request #58638 from amosbird/fix-58620
...
Fix broken partition key analysis when doing projection optimization
2024-01-11 14:17:48 +01:00
Nikolai Kochetov
119b5ccf76
Merge pull request #56944 from amosbird/fix-56666
...
Fix a bug with projections and the aggregate_functions_null_for_empty setting during insertion.
2024-01-11 14:16:49 +01:00
Azat Khuzhin
d25832a29f
Refactor stacktrace symbolizer to avoid copy-paste
...
Note, that this patch slightly changes the behavior, since now inline
frames will be processed for sentry as well.
And also it properly uses offset argument for non ELF.
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2024-01-11 15:17:51 +03:00
Yakov Olkhovskiy
8db5b81359
use backQuote()
...
Co-authored-by: Alexander Tokmakov <tavplubix@clickhouse.com>
2024-01-11 07:10:43 -05:00
Nikita Mikhaylov
baf4e5e894
Added comments for system tables ( #48350 )
2024-01-11 12:50:00 +01:00
Antonio Andelic
d1040725b2
Adress comments
2024-01-11 12:37:24 +01:00
Igor Nikonov
8ba9b4a7ef
Merge pull request #57235 from ClickHouse/pr-custom-key-failover
...
Parallel replicas custom key: skip unavailable replicas
2024-01-11 12:22:32 +01:00
kssenii
df1d4458b4
Fix build without s3
2024-01-11 12:04:54 +01:00
Sema Checherinda
0f39245cb8
Merge pull request #58658 from ClickHouse/chesema-fix-stress-randomization
...
fix a typo in stress randomization setting
2024-01-11 11:44:31 +01:00
Mikhail f. Shiryaev
7ab571f0f0
Add ClickHouseVersion.is_lts
2024-01-11 11:42:59 +01:00
Mikhail f. Shiryaev
0572bf53ea
Add a new function to version_helper to get supported version from tags
2024-01-11 11:42:49 +01:00
Salvatore Mesoraca
b32149379f
Add tests for new normalizeQuery behavior
2024-01-11 11:18:59 +01:00