Commit Graph

145904 Commits

Author SHA1 Message Date
Nikita Taranov
ad23d211b9 impl 2024-07-04 18:56:26 +01:00
Alexander Tokmakov
c2ab780084
Merge pull request #66012 from ClickHouse/fix_01158
Fix `01158_zookeeper_log_long`
2024-07-03 18:05:22 +00:00
Alexey Milovidov
9988351716
Merge pull request #66042 from ClickHouse/CurtizJ-patch-8
Try to avoid conflicts in `SettingsChangesHistory.cpp`
2024-07-03 17:49:03 +00:00
Robert Schulze
9d79bd9625
Merge pull request #65792 from rschu1ze/stats-refactoring
Refactor statistics interface
2024-07-03 17:26:09 +00:00
Robert Schulze
77aec8a301
Merge pull request #65985 from rschu1ze/fix-error-messages
More aesthetic error messages
2024-07-03 17:22:57 +00:00
Antonio Andelic
86056a8fdc
Merge pull request #66028 from ClickHouse/remove-scary-jemalloc-log
Remove scary jemalloc log
2024-07-03 16:59:04 +00:00
Raúl Marín
af4844b284
Merge pull request #61661 from Algunenano/jeaiii
Test Jeaiii's itoa
2024-07-03 16:56:56 +00:00
Alexander Tokmakov
3a4d05f54a
Merge pull request #63963 from ClickHouse/vdimir/replicateddb_forbid_populate
Forbid POPULATE with Replicated databases
2024-07-03 15:43:43 +00:00
Robert Schulze
790b66d921
Merge pull request #66059 from rschu1ze/remove-comment
Remove obsolete comment
2024-07-03 15:42:20 +00:00
Robert Schulze
ee3c530817
Remove obsolete comment 2024-07-03 15:41:24 +00:00
Nikita Mikhaylov
3b459634f5
Merge pull request #66014 from ClickHouse/docs-materialized-expr-reword
[Docs] Better wording for behavior of MATERIALIZED expr
2024-07-03 15:26:17 +00:00
Daniil Ivanik
4ab2d514e6
Merge pull request #65993 from ClickHouse/divanik/fix_size_column_in_s3_archives
Fix bug with _size of archives in s3 table function
2024-07-03 13:38:01 +00:00
Anton Popov
88601ae869
avoid conflicts in SettingsChangesHistory 2024-07-03 15:25:12 +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
Raúl Marín
2a1c13b070 Add comment about the changes 2024-07-03 14:25:31 +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
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
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
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
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
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
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
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
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
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