Commit Graph

146354 Commits

Author SHA1 Message Date
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
Peignon Melvyn
4680489c37
Improve messaging around the JSON object datatype
- Changed the title
- Improve messaging around the future of this feature
2024-07-03 00:31:50 +02:00
Justin de Guzman
54c4f02dca
[Docs] Better wording for behavior of MATERIALIZED expr 2024-07-02 15:22:48 -07:00
Kseniia Sumarokova
9f1152301e
Merge pull request #65986 from ClickHouse/fix-race-in-s3queue
Fix race in s3queue
2024-07-02 22:01:09 +00:00
Daniil Ivanik
97215f473a
Merge branch 'master' into divanik/fix_size_column_in_s3_archives 2024-07-02 22:26:38 +02:00
Robert Schulze
0afccecd6b
Fix build 2024-07-02 19:35:58 +00:00
Robert Schulze
6fe8f33fa0
Merge pull request #65941 from azat/poco-ssl-retries
Fix handling of `SSL_ERROR_WANT_READ/SSL_ERROR_WANT_WRITE` with zero timeout
2024-07-02 19:33:52 +00:00
Robert Schulze
a6c8509b32
Merge pull request #65818 from pamarcos/bittest-throw-error-if-out-of-bounds
Throw an error in `bitTest*` if the bit position is out-of-bounds
2024-07-02 19:03:10 +00:00
Alexander Tokmakov
073471530b fix test 2024-07-02 20:30:46 +02:00
Nikita Taranov
d2cade4aa3
Relax the check in 02982_aggregation_states_destruction 2024-07-02 20:11:06 +02:00
Kseniia Sumarokova
188e9536e1
Merge pull request #63201 from ClickHouse/fix-partitioned-delta-lake
Support reading partitioned DeltaLake data, infer DeltaLake schema by reading metadata instead of data
2024-07-02 18:02:08 +00:00
Robert Schulze
659020dc86
More aesthetic error messages 2024-07-02 17:43:29 +00:00
Robert Schulze
1821638d5e
Replace validateArgumentType() by validateFunctionArguments() 2024-07-02 17:43:29 +00:00
vdimir
6fadbf1cf1
Merge branch 'master' into vdimir/replicateddb_forbid_populate 2024-07-02 18:38:42 +02:00
Robert Schulze
0ed3466124
Cleanup FunctionArgumentDescriptor
const char * can be nullptr, std::string_view can't.
2024-07-02 16:30:48 +00:00
Pablo Marcos
389a86ec05 Sort error codes alphabetically 2024-07-02 16:20:42 +00:00
Kseniia Sumarokova
bdc7157670
Merge pull request #65839 from ClickHouse/fix-s3-queue-memory-usage
Fix s3queue memory usage
2024-07-02 16:19:33 +00:00
Nikita Fomichev
4f66a6651a Tests: remove +x flag from 03167_base64_url_functions_sh.reference 2024-07-02 18:16:22 +02:00
Nikita Fomichev
a020138764 Tests: add tests for new analyzer 2024-07-02 18:15:57 +02:00
kssenii
21f0eb2eec Do not use async initialization of readers in s3queue 2024-07-02 18:13:49 +02:00
Pablo Marcos
7a7633a230 Simplify logic in corner case to avoid comparing doubles
The case for > bit_limit is already covered in previous branch,
so we just need to cover the other case.

This also fixes an overflow that was caused in previous check. e.g.
b > B(word_size * n) if sizeof(B) is 1 byte but n is huge
2024-07-02 16:10:46 +00:00
Nikita Mikhaylov
b5af73a299 Better 2024-07-02 15:48:10 +00:00
Robert Schulze
e0ff544bd0
Merge pull request #65974 from Blargian/transaction_xyz
[Docs] add `transactionID`, `transactionLatestSnapshot`, `transactionOldestSnapshot`
2024-07-02 15:41:10 +00:00
Yarik Briukhovetskyi
2598daa65a
small fix of docs 2024-07-02 17:29:48 +02:00
Yarik Briukhovetskyi
b64c1dc711
Update index.md 2024-07-02 17:20:29 +02:00