tuanpach
9c5aaeaf1f
Merge pull request #70330 from tuanpach/generate-random-suffix-when-replacing-table
...
Generate a string as the random suffix for the temporary table name when replacing tables
2024-10-14 03:20:34 +00:00
Blargian
4be0d6868f
update syntax
2024-10-13 17:08:36 +02:00
Blargian
0abb6684eb
add globalVariable function
2024-10-13 17:06:27 +02:00
Blargian
b2082ce86e
update example
2024-10-13 16:21:24 +02:00
Blargian
bb58ab61a4
update timeSlot docs
2024-10-13 16:18:31 +02:00
Shaun Struwig
e58ed73d71
Update type-conversion-functions.md
...
fix incorrect example
2024-10-13 15:43:49 +02:00
Pablo Marcos
5e28d2cfde
Remove unused variable
2024-10-13 15:18:21 +02:00
Pablo Marcos
7b478cb73f
Yet another deadlock fix attempt
2024-10-13 15:15:58 +02:00
Alexey Milovidov
6e9f7dbd5b
Less log messages
2024-10-13 11:23:12 +02:00
Pablo Marcos
326217a039
Remove more unneeded debug traces
2024-10-12 22:18:50 +02:00
Pablo Marcos
c4a265a25f
Remove debug traces
2024-10-12 22:15:21 +02:00
Pablo Marcos
04b9b94b2e
This time is personal
2024-10-12 16:11:45 +00:00
Pablo Marcos
bd0fbafc2d
Fix deadlock ^_^
2024-10-12 14:57:07 +00:00
Pablo Marcos
59d5bdd838
Merge branch 'master' into system-query-metric-log
2024-10-12 14:00:40 +00:00
Alexey Milovidov
5b9f9a2607
Merge pull request #70585 from nicelocal/fix_arch_native
...
Fix ARCH_NATIVE CMake flag
2024-10-12 11:03:34 +00:00
Alexey Milovidov
ab4f5f269e
Update src/Processors/IProcessor.h
...
Co-authored-by: Konstantin Bogdanov <thevar1able@users.noreply.github.com>
2024-10-12 19:03:05 +08:00
jsc0218
4de51aaf4d
add doc
2024-10-12 02:12:26 +00:00
Mikhail f. Shiryaev
12ffb1700b
Remove indent
2024-10-11 22:40:42 +02:00
jsc0218
9c52087b7c
simple_with_insert
2024-10-11 20:33:25 +00:00
Alexey Milovidov
df4e80bd01
Merge pull request #70550 from ClickHouse/mve
...
Refreshable materialized views are not experimental anymore
2024-10-11 14:42:19 +00:00
Aleksei Filatov
200784bb15
Ignore frozen_metadata.txt
2024-10-11 14:35:49 +00:00
Christoph Wurm
ea6e8ba909
Update Settings.cpp: Clarify throw_if_no_data_to_insert
2024-10-11 21:37:21 +08:00
Arthur Passos
d76cea6c7e
simplify parquet bf rpn by removing function_equals
2024-10-11 10:31:08 -03:00
kssenii
3a1bf3490a
Merge remote-tracking branch 'origin' into fix-db-replicated-with-unavailable-source-table-function
2024-10-11 15:26:59 +02:00
kssenii
f832cc3dc9
Try fix test
2024-10-11 15:01:02 +02:00
Кирилл Гарбар
61239e3956
Check if storage policy from disk is compatible with previous one
2024-10-11 15:50:37 +03:00
Arthur Passos
9b6979b286
Merge branch 'master' into add_parquet_bloom_filters_support
2024-10-11 09:46:19 -03:00
Arthur Passos
a72a534788
assert parquet column size is 16 bytes when hashing ipv6
2024-10-11 09:45:03 -03:00
Kseniia Sumarokova
36e29e467c
Update docs/en/operations/opentelemetry.md
2024-10-11 14:36:09 +02:00
Kseniia Sumarokova
a0e2e6aadf
Update docs/en/operations/settings/settings.md
2024-10-11 14:36:02 +02:00
Arthur Passos
99786b1e71
few comments adressed
2024-10-11 09:27:37 -03:00
Alexey Milovidov
086196b4be
Fix typos
2024-10-11 20:16:04 +08:00
Kseniia Sumarokova
d3258e0a80
Merge pull request #70268 from ucasfl/iceberg-hdfs
...
Support reading iceberg tables on HDFS
2024-10-11 11:57:26 +00:00
Daniil Gentili
a1f715ecf4
Fix ARCH_NATIVE CMake flag
2024-10-11 11:36:44 +00:00
Alexey Milovidov
435a8cb5ce
Merge branch 'master' into mve
2024-10-11 18:14:23 +08:00
zhanglistar
f6068fa059
fix index bug
2024-10-11 16:24:06 +08:00
lwz9103
5b52e79d72
fix nullptr if query thread not initialized
2024-10-11 14:11:16 +08:00
lwz9103
31dd409d28
Improve compatibility of cast(timestamp as string) with spark
...
remove trailing zeros with the configuration date_time_64_output_format_cut_trailing_zeros_align_to_groups_of_thousands, which defaults to false to maintain consistency with previous behavior.
If config is true, output scale will be dynamic set in (0, 3, 6) according to tailing zeros. See changes in following examples.
- 2012-01-01 00:11:22.000000 -> 2012-01-01 00:11:22
- 2012-01-01 00:11:22.120000 -> 2012-01-01 00:11:22.120
- 2012-01-01 00:11:22.123400 -> 2012-01-01 00:11:22.123400
2024-10-11 14:11:16 +08:00
zhanglistar
d92b75dd9e
Merge branch 'ClickHouse:master' into regReplace-empty-needle
2024-10-11 09:49:45 +08:00
zhanglistar
65831dcbc9
fix crash and clean code
2024-10-11 09:49:11 +08:00
vdimir
9876841c64
Merge pull request #70520 from ClickHouse/vdimir/max_parts_to_move
...
Add setting max_parts_to_move
2024-10-10 16:33:14 +00:00
Alexey Milovidov
c8117d22f9
Merge pull request #70530 from ClickHouse/async-insert-muffler
...
Make async insert print nothing
2024-10-10 14:32:11 +00:00
flynn
591db3c1c5
Fix
2024-10-10 13:37:17 +00:00
vdimir
9d2dff24d1
settings.md alphabetical
2024-10-10 14:19:35 +02:00
vdimir
5788a6f405
Merge branch 'master' into vdimir/followup-69411
2024-10-10 13:59:55 +02:00
flynn
03d787509f
Fix
2024-10-10 11:00:10 +00:00
flynn
2734f4d3fd
disable icebergHDFS test for aarch64
2024-10-10 10:58:38 +00:00
Konstantin Bogdanov
6c3845522b
Add a test
2024-10-10 12:18:24 +02:00
Konstantin Bogdanov
91f403e913
Merge pull request #70532 from baibaichen/fix_debug_build
...
Fix debug build in clang-18
2024-10-10 09:51:31 +00:00
vdimir
d2f58a8b03
Merge branch 'master' into vdimir/followup-69411
2024-10-10 11:43:35 +02:00