Shichao Jin
098c8ac806
Merge pull request #73012 from gingerwizard/issue_2295
...
clarify compression options for table functions
2024-12-10 19:03:07 +00:00
kssenii
808e0395f0
Merge remote-tracking branch 'origin/master' into rest-catalog
2024-12-10 19:54:01 +01:00
kssenii
a5c5088f0c
Merge remote-tracking branch 'origin/divanik/fix_bug_iceberg_json_equality_check' into rest-catalog
2024-12-10 19:53:56 +01:00
Azat Khuzhin
9072d1bd42
Fix possible overestimate memory tracking
...
Before this patch the untracked_memory was dumped before reseting the
current_thread which could lead to leaking some of untracked_memory in
`ThreadStatus::detachFromGroup` [1].
In particular I found that the local_data (which is 136 bytes) can be
"leaked" that way.
[1]: 8999fdd95e/src/Interpreters/ThreadStatusExt.cpp (L292-L306)
This pops up on one of clusters where I noticed that the difference
between MemoryTracking and MemoryResident keeps growing over the time.
the difference grows ~200KiB per second - 16.5GiB per day.
That cluster has tons MVs triggered from Buffer/Distributed (i.e. now
query context), and this is indeed is the reason for leaking local_data,
since in this case there is no thread group in the query, and it is
created explicitly in `InterpreterInsertQuery::buildChain` [1].
[1]: 20ccb638ba/src/Interpreters/InterpreterInsertQuery.cpp (L321)
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2024-12-10 19:50:01 +01:00
kssenii
c2cf17c2dd
Merge remote-tracking branch 'origin/master' into rest-catalog
2024-12-10 19:35:55 +01:00
kssenii
83ea4857ea
Remove redundant
2024-12-10 19:26:10 +01:00
Kseniia Sumarokova
0235eed489
Merge pull request #73001 from ClickHouse/divanik/fix_bug_iceberg_json_equality_check
...
Make less strict assert when checking iceberg schema consistency
2024-12-10 18:24:29 +00:00
avogar
1d6c3629c6
Check for duplicate JSON keys during Tuple parsing
2024-12-10 16:52:07 +00:00
Nikita Mikhaylov
0b53e55c42
getlogin is ok for Musl
2024-12-10 17:47:04 +01:00
Raúl Marín
4eef87d8ed
OSX: Build with ICU support
2024-12-10 17:34:00 +01:00
Sema Checherinda
1ae7a683d7
remove commented code
2024-12-10 17:30:56 +01:00
Raúl Marín
20ccb638ba
Merge pull request #73013 from Algunenano/flaky_01319
...
Fix flakiness of 01319_query_formatting_in_server_log.sql
2024-12-10 16:16:52 +00:00
Alexander Gololobov
61d5c75343
Preallocate log queue buffer after flush
2024-12-10 16:58:09 +01:00
Raúl Marín
173c409d3e
Fix crash in transactions with unsupported storage
2024-12-10 16:24:53 +01:00
Nikita Taranov
06901e1c6a
better
2024-12-10 16:22:04 +01:00
Dmitry Novik
b44c891ea9
Merge branch 'master' into optimize-join-performance-by-extracting-common-exprs
2024-12-10 15:49:16 +01:00
Dmitry Novik
9f21ecaee5
Update src/Analyzer/Passes/LogicalExpressionOptimizerPass.cpp
2024-12-10 15:47:37 +01:00
Dmitry Novik
a0c591fb14
Update src/Analyzer/Passes/LogicalExpressionOptimizerPass.cpp
2024-12-10 15:47:13 +01:00
Raúl Marín
b8196de664
Remove no longer needed guard
2024-12-10 15:43:22 +01:00
Nikita Taranov
55c9a92e3e
fix test
2024-12-10 15:34:49 +01:00
Nikita Taranov
6d5e97d9d9
fix
2024-12-10 15:30:05 +01:00
avogar
b718b2ea88
Use default format settings during JSON parsing to avoid broken deserialization
2024-12-10 14:27:58 +00:00
Raúl Marín
8999fdd95e
Merge pull request #73010 from ClickHouse/revert-70598-more_jits
...
Revert "Enable JIT compilation for more expressions"
2024-12-10 14:24:49 +00:00
Robert Schulze
372b2566a0
Docs: Update example for indexOfAssumeSorted
2024-12-10 14:10:44 +00:00
avogar
a755cbc987
Apply suggestion
2024-12-10 13:50:06 +00:00
Anton Popov
acb2cc90f7
add test for mutations with block numbers
2024-12-10 13:25:49 +00:00
Nikita Fomichev
787cf7db89
Merge pull request #68154 from ClickHouse/mv4-test
...
Add integration tests for Refreshable Materialized Views (mv4)
2024-12-10 13:20:42 +00:00
Pavel Kruglov
8f0baa593b
Merge pull request #72108 from Avogar/format-inference-load
...
Add inferred format name to create query in File/S3/URL/HDFS/Azure engines
2024-12-10 13:14:58 +00:00
Pavel Kruglov
bba8f7e807
Merge pull request #72285 from Avogar/read-column-once-compact-subcolumns
...
Bring back optimization for reading subcolumns of single column in Compact parts
2024-12-10 13:08:50 +00:00
avogar
427446ea96
Fix typo
2024-12-10 13:06:09 +00:00
Raúl Marín
ee1c650e38
Fix flakiness of 01319_query_formatting_in_server_log.sql
2024-12-10 13:58:27 +01:00
Nikita Taranov
5ff265eea0
Merge pull request #72895 from ClickHouse/more_insistent_compress_in_memory_eng_2
...
Resubmit More insistent compression in StorageMemory
2024-12-10 12:55:12 +00:00
Dale Mcdiarmid
151b3bcb05
clarify compression options
2024-12-10 12:09:59 +00:00
Raúl Marín
efdcb59c84
Fix fast build
2024-12-10 12:54:23 +01:00
Raúl Marín
fb02bec3dc
Revert "Enable JIT compilation for more expressions"
2024-12-10 12:22:51 +01:00
divanik
72cc064547
Fix bug
2024-12-10 11:07:48 +00:00
Robert Schulze
e8c2c5ec47
Merge remote-tracking branch 'ClickHouse/master' into revert-72690-add_totalbytes_of_inactive_parts
2024-12-10 10:56:59 +00:00
Kseniia Sumarokova
85f86196c4
Merge pull request #72990 from jsc0218/BetterPGArrayEmptyHint
...
Better PG Empty Array Prompt
2024-12-10 10:51:52 +00:00
divanik
57d446ebfd
Fix bug
2024-12-10 10:44:22 +00:00
divanik
05d8584966
Fix chassert
2024-12-10 10:34:36 +00:00
Pavel Kruglov
3c7d675579
Merge pull request #72890 from ClickHouse/Avogar-patch-7
...
Fix flaky 03271_ghdata_object_to_json_alter test
2024-12-10 00:28:04 +00:00
Nikita Taranov
d6b8576961
Merge pull request #72951 from ClickHouse/fix_01290_max_execution_speed_distributed
...
Try fix `01290_max_execution_speed_distributed`
2024-12-09 22:15:12 +00:00
Nikita Taranov
201f021db1
allow with parallel_hash
2024-12-09 23:05:06 +01:00
Robert Schulze
c56ece0780
Revert "Add total_bytes_with_inactive to system.tables"
2024-12-09 22:55:34 +01:00
Nikita Taranov
11269cf354
add test
2024-12-09 22:51:13 +01:00
Nikita Taranov
05cfa49c06
stash
2024-12-09 22:42:58 +01:00
Nikita Mikhaylov
9c094a9959
Fixed FreeBSD build
2024-12-09 21:35:31 +00:00
Nikita Mikhaylov
5514403584
Better CMake
2024-12-09 21:35:31 +00:00
Nikita Mikhaylov
6b8efc66c2
Fix build
2024-12-09 21:35:31 +00:00
Nikita Mikhaylov
6024e34bef
Return order to clickhouse-applications
2024-12-09 21:35:31 +00:00