Anton Popov
88601ae869
avoid conflicts in SettingsChangesHistory
2024-07-03 15:25:12 +02:00
Anton Popov
a3c0f09bb1
Merge branch 'master' into enable-optimize_functions_to_subcolumns
2024-07-03 15:17:35 +02:00
Mikhail Gorshkov
97e2c8c7d2
PR review follow-up
2024-07-03 12:56:20 +00:00
alesapin
4e6bdb15b0
Azure policy
2024-07-03 14:35:17 +02:00
Sema Checherinda
3a09000e44
remove trailing whitespaces
2024-07-03 14:33:21 +02:00
Yarik Briukhovetskyi
d3ede543bb
Merge pull request #65936 from hanfei1991/hanfei/exception-storage-join
...
add restriction for storage join
2024-07-03 12:32:16 +00:00
Nikita Taranov
36e557652f
Merge pull request #65940 from ClickHouse/add_table_name_to_mt_source_spans
...
Add table name to MergeTreeSource spans
2024-07-03 12:26:09 +00:00
alesapin
59246cdf92
Merge remote-tracking branch 'origin/master' into unify_tests_with_object_storage
2024-07-03 14:25:59 +02:00
Raúl Marín
2a1c13b070
Add comment about the changes
2024-07-03 14:25:31 +02:00
Nikolay Degterinsky
6d3d33638a
Fix lock-order-inversion in DatabaseCatalog
2024-07-03 14:22:33 +02:00
Yarik Briukhovetskyi
ef55ea50b9
Merge pull request #65998 from jwoodhead/patch-1
...
Correction of docs for `lagInFrame` and `leadInFrame` functions
2024-07-03 12:22:30 +00:00
Nikita Mikhaylov
3c62ffd752
Merge pull request #66005 from ClickHouse/cancelled-twice
...
Fix printing `Query was cancelled` twice
2024-07-03 12:20:29 +00:00
Sema Checherinda
913e97b1a5
work with review comments
2024-07-03 14:06:05 +02:00
alesapin
23c04fa110
Merge pull request #65999 from ClickHouse/fix_azure_profile_events
...
Add more Azure profile events + rename AzureUploadPart to AzureStageBlock
2024-07-03 11:54:29 +00:00
Sema Checherinda
c4207e9a6e
Update src/Interpreters/InterpreterInsertQuery.cpp
...
Co-authored-by: Kseniia Sumarokova <54203879+kssenii@users.noreply.github.com>
2024-07-03 13:48:45 +02:00
Sema Checherinda
f0aa006461
Update src/Interpreters/InterpreterInsertQuery.cpp
...
Co-authored-by: Kseniia Sumarokova <54203879+kssenii@users.noreply.github.com>
2024-07-03 13:48:32 +02:00
Sema Checherinda
aee1289f2d
Update src/Interpreters/InterpreterInsertQuery.cpp
...
Co-authored-by: Kseniia Sumarokova <54203879+kssenii@users.noreply.github.com>
2024-07-03 13:48:04 +02:00
Sema Checherinda
5c88d5b48a
Update src/Interpreters/InterpreterInsertQuery.cpp
...
Co-authored-by: Kseniia Sumarokova <54203879+kssenii@users.noreply.github.com>
2024-07-03 13:47:55 +02:00
Sema Checherinda
8777363670
Update src/Processors/Transforms/DeduplicationTokenTransforms.h
...
Co-authored-by: Kseniia Sumarokova <54203879+kssenii@users.noreply.github.com>
2024-07-03 13:47:45 +02:00
Sema Checherinda
c082930265
rename to buildPreAndSinkChains
2024-07-03 13:43:27 +02:00
Sema Checherinda
10d48afc20
token_info is defined always
2024-07-03 13:16:01 +02:00
Kseniia Sumarokova
bf8a82d058
Merge pull request #65977 from ClickHouse/kssenii-patch-10
...
Try fix "Check timeout expired" without any server logs in report in stateless tests
2024-07-03 10:40:45 +00:00
Robert Schulze
6ccb26b1aa
Switch to a virtual interface to get rid of static_pointer_cast
2024-07-03 10:38:51 +00:00
Azat Khuzhin
5f53a73457
Fix config merging for from_env with replace overrides
...
Without this patch new test fails with:
Exception: Failed to preprocess config '/etc/clickhouse-server/config.xml': Exception: Element <max_thread_pool_size> has value and does not have 'replace' attribute, can't process from_env substitution. Stack trace:
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2024-07-03 12:24:17 +02:00
Robert Schulze
4f0916caa5
Rename test 03164_materialize_statistics --> 02864_statistics_materialize_in_merge
...
Consistency with existing statistics tests
- 02864_statistics_operate
- 02864_statistics_exception
- 02864_statistics_uniq
2024-07-03 10:13:15 +00:00
Robert Schulze
c390ecdb4d
Rename 02864_statistics_operate --> 02864_statistics_ddl
2024-07-03 10:13:15 +00:00
Robert Schulze
bd7e613b3b
Minor cleanup of 02864_statistics_exception
2024-07-03 10:13:15 +00:00
Robert Schulze
2cefa56f9b
Update docs
2024-07-03 10:13:15 +00:00
Robert Schulze
9f4e44bfc4
Rename XStatistics to StatisticsX
...
Makes the naming more consistent with the rest of the codebase, e.g.
- MergeTreeIndexSet
- MergeTreeIndexMinMax
or
- StorageJoin
- StorageMergeTree
etc.
2024-07-03 10:13:15 +00:00
Robert Schulze
337871e0ec
Move some methods around
...
Makes the order of methods within classes consistent. Did not touch the
code itself.
2024-07-03 10:13:15 +00:00
Robert Schulze
198b80b6a2
Cosmetics
...
No code was harmed in the process (really just cosmetics).
2024-07-03 10:13:15 +00:00
Kseniia Sumarokova
cfafbc388c
Fix test_drop_table
2024-07-03 11:56:07 +02:00
Kseniia Sumarokova
dd9bf6d792
Merge pull request #65738 from RodolpheDuge/fix_odbc_nullable_fields
...
fix ODBC table with nullable fields
2024-07-03 09:43:47 +00:00
alesapin
706dd14367
Merge branch 'master' into fix_prewhere_without_columns
2024-07-03 11:25:58 +02:00
alesapin
4066d82ca3
Merge pull request #65970 from ClickHouse/keeper-fix-race-snapshot
...
Fix data race for Keeper snapshot queue
2024-07-03 09:20:07 +00:00
Antonio Andelic
c86cdbb243
Remove scary jemalloc log
2024-07-03 11:05:34 +02:00
alesapin
f2ffd727f0
Bump
2024-07-03 11:04:04 +02:00
alesapin
1f309ef342
Bump
2024-07-03 11:03:32 +02:00
Kseniia Sumarokova
188261913c
Merge pull request #65949 from ClickHouse/fix-tmp-data-in-cache-assertion
...
Fix logical error "Expected ReadBufferFromFile, but got DB::EmptyReadBuffer"
2024-07-03 08:54:10 +00:00
Robert Schulze
6079373ce3
Incorporate review feedback
2024-07-03 08:36:16 +00:00
Antonio Andelic
e3beff45c1
Merge pull request #65918 from ClickHouse/add-some-tools-for-keeper-profiling
...
Add extra profiling helpers for Keeper
2024-07-03 07:01:13 +00:00
Antonio Andelic
3779d89f30
Merge branch 'master' into gwp-asan-disable-stacktrace-by-default
2024-07-03 08:54:30 +02:00
pufit
bcf8a93a52
max_query_length
argument for the fuzzQuery
2024-07-03 01:34:25 -04:00
pufit
497ab310be
Merge branch 'master' into pufit/fuzz-query
...
# Conflicts:
# src/Storages/registerStorages.cpp
2024-07-03 00:02:54 -04:00
jsc0218
91f44476a7
Merge pull request #65945 from Algunenano/setting_247
...
Fix SettingsChangesHistory 24.7
2024-07-03 01:46:54 +00:00
Justin de Guzman
0a648fa204
Merge pull request #66015 from ClickHouse/melvynator-patch-2
...
Improve messaging around the JSON object datatype
2024-07-03 01:33:34 +00:00
Justin de Guzman
67aca82d9e
Revert file name change (changing slug is sufficient)
2024-07-02 18:09:40 -07:00
Justin de Guzman
ca49cbafd9
Fix link
2024-07-02 17:50:06 -07:00
Justin de Guzman
e06d1d8160
Formatting
2024-07-02 17:49:42 -07:00
Anton Popov
e99dac2f65
Merge branch 'master' into enable-optimize_functions_to_subcolumns
2024-07-03 00:55:16 +02:00