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 |
|
Sergei Trifonov
|
823afac5ae
|
Merge pull request #62719 from ClickHouse/more-stacktraces-for-asyncloader
Save the stacktrace of thread waiting on failing AsyncLoader job
|
2024-05-22 14:42:00 +00:00 |
|
Kruglov Pavel
|
fddedee9a9
|
Merge pull request #59747 from Blargian/56257_parse_crlf_with_TSV_files
Parse CRLF with TSV files
|
2024-05-22 13:45:07 +00:00 |
|
Kruglov Pavel
|
4989109e13
|
Merge pull request #63662 from v01dXYZ/63496-compression-from-file-descriptor
Compress STDOUT if redirected to file with a compression extension
|
2024-05-22 13:37:05 +00:00 |
|
Kruglov Pavel
|
3266c3813c
|
Merge pull request #63628 from aiven-sal/aiven-sal/fixhashfuzz
Fix Array and Map support with Keyed hashing
|
2024-05-22 13:29:34 +00:00 |
|
alesapin
|
40e3527d36
|
Merge pull request #63848 from MikhailBurdukov/lazy_database_cleanup
Remove data from all disks after DROP with Lazy database.
|
2024-05-22 12:27:06 +00:00 |
|
alesapin
|
6adf0bd4f5
|
Merge remote-tracking branch 'origin/master' into fix_waiting_for_mutations
|
2024-05-22 14:14:57 +02:00 |
|
Kseniia Sumarokova
|
5f940eaa52
|
Merge pull request #63693 from MikhailBurdukov/truncate_for_obj_storage_disks
Enable truncate operation for object storage disks.
|
2024-05-22 12:09:35 +00:00 |
|
Kseniia Sumarokova
|
fda0b33061
|
Merge pull request #64117 from ClickHouse/fix-azure-multipart-upload-in-backup
Fix azure backup writing multipart blocks by 1mb (read buffer size) instead of `max_upload_part_size` (in non-native copy case)
|
2024-05-22 11:41:18 +00:00 |
|
Max K
|
5f01b14e0d
|
add prints
|
2024-05-22 13:14:39 +02:00 |
|
Francisco Javier Jurado Moreno
|
7123d08a69
|
Merge branch 'master' into fjurado-64137/feat-count-attached-views-and-dictionaries-independently
|
2024-05-22 12:57:13 +02:00 |
|
Azat Khuzhin
|
8dd52a2625
|
Ignore allow_suspicious_primary_key on ATTACH and verify on ALTER
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
Co-authored-by: Alexander Tokmakov <tavplubix@clickhouse.com>
|
2024-05-22 12:52:11 +02:00 |
|
Raúl Marín
|
26c9c156c4
|
Merge pull request #64204 from azat/large-FunctionsConversion
Fix special builds (due to excessive resource usage - memory/CPU)
|
2024-05-22 10:26:42 +00:00 |
|
Francisco Javier Jurado Moreno
|
f4e8d64298
|
Merge branch 'master' into fjurado-64137/feat-count-attached-views-and-dictionaries-independently
|
2024-05-22 12:23:39 +02:00 |
|
vdimir
|
d1b026af92
|
Merge pull request #64036 from ClickHouse/vdimir/less_corrpted_data_error_codes
Better handling illegal user input not to throw unexpected of CORRUPTED_DATA errors
|
2024-05-22 10:11:18 +00:00 |
|
Nikolai Kochetov
|
e331a4f221
|
Merge pull request #64037 from ClickHouse/final-distributed-no-throw
Fix final=1 for distributed over non-mt table.
|
2024-05-22 09:48:33 +00:00 |
|
Sergei Trifonov
|
376282dd6d
|
Revert "Prevent conversion to Replicated if zookeeper path already exists"
|
2024-05-22 09:58:31 +02:00 |
|
Azat Khuzhin
|
cad1f1a111
|
Tune cpu limit for loongarch64
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
|
2024-05-22 07:50:45 +02:00 |
|
Azat Khuzhin
|
89f26b56c6
|
Fix stripping heavy debug symbols in functions
v2: remove resolving realpath
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
|
2024-05-22 07:47:36 +02:00 |
|
Francisco Javier Jurado Moreno
|
8869094c99
|
Move opening brackets to its own line
|
2024-05-22 07:42:05 +02:00 |
|
Francisco Javier Jurado Moreno
|
a0ad4a96c7
|
Add yet more missing newlines
|
2024-05-22 07:34:38 +02:00 |
|
Francisco Javier Jurado Moreno
|
7be50ee90d
|
Add missing newline~
|
2024-05-22 07:26:24 +02:00 |
|
Francisco Javier Jurado Moreno
|
49529a1af9
|
Remove trailing whitespace
|
2024-05-22 07:18:17 +02:00 |
|
Francisco Javier Jurado Moreno
|
a8fe7294d2
|
Do not distinguish resource types for lazy database
|
2024-05-22 07:06:19 +02:00 |
|
Francisco Javier Jurado Moreno
|
04de82e965
|
Fix style
|
2024-05-22 06:35:25 +02:00 |
|
Francisco Javier Jurado Moreno
|
bb0b135c36
|
Do not decrement counter if table pointer is nut in lazy database detachtable
|
2024-05-22 06:18:43 +02:00 |
|
Robert Schulze
|
9b9f37a4f1
|
Merge pull request #63849 from Blargian/document_rowNumberInXYZ
[Docs] update `rowNumberInXYZ` functions
|
2024-05-21 21:07:37 +00:00 |
|
Robert Schulze
|
cd742dd040
|
Fix whitespace errors
|
2024-05-21 20:41:20 +00:00 |
|
Robert Schulze
|
c10bafc094
|
Incorporate feedback
|
2024-05-21 20:39:35 +00:00 |
|
Raúl Marín
|
44c4892a58
|
Merge pull request #64187 from azat/fix-global-profiler
Fix global query profiler
|
2024-05-21 19:17:47 +00:00 |
|
Kseniia Sumarokova
|
bedaaa38ef
|
Update test.py
|
2024-05-21 21:03:13 +02:00 |
|
Francisco Javier Jurado Moreno
|
2480542354
|
Order imports
|
2024-05-21 19:42:03 +02:00 |
|
Francisco Javier Jurado Moreno
|
3ff53b8a0f
|
Change double quotes in import
|
2024-05-21 19:38:30 +02:00 |
|
Azat Khuzhin
|
2a29046d03
|
Revert "Exclude FunctionsConversion from the large objects check for now"
This reverts commit 7261f924bb .
|
2024-05-21 19:18:39 +02:00 |
|
kssenii
|
d2cdb37df8
|
Fix test
|
2024-05-21 17:59:11 +02:00 |
|
Francisco Javier Jurado Moreno
|
0106f558fb
|
Update limits
|
2024-05-21 17:19:52 +02:00 |
|
alesapin
|
455045056f
|
Merge branch 'master' into ci_disable_arm_int_tests_with_kerberazied_kafka
|
2024-05-21 17:18:13 +02:00 |
|
Francisco Javier Jurado Moreno
|
f815b4e037
|
Fix style
|
2024-05-21 17:15:55 +02:00 |
|
Max K
|
ac7da1cc38
|
CI: cancel running PR wf after adding to MQ
|
2024-05-21 17:14:52 +02:00 |
|
Francisco Javier Jurado Moreno
|
3dbf32a558
|
Remove dict creation
|
2024-05-21 17:03:43 +02:00 |
|
Dmitry Novik
|
d7ff8f6bc7
|
Merge remote-tracking branch 'origin/master' into analyzer-columns-list-fix
|
2024-05-21 16:57:22 +02:00 |
|