Kruglov Pavel
1d379108a3
Update arrow version in cmake
2023-06-22 19:23:14 +02:00
Kruglov Pavel
376b65ee1e
Define Thrift version for parquet
2023-06-22 19:06:49 +02:00
Alexander Tokmakov
8afb8bf13a
disable table structure check for secondary queries from Replicated db
2023-06-22 19:06:28 +02:00
Mike Kot
456709488e
Update ext-dict-functions.md
2023-06-22 20:03:36 +03:00
Kruglov Pavel
ea2d010aee
Merge branch 'master' into fix-flaky-tests
2023-06-22 18:27:43 +02:00
Michael Kolupaev
0823d610a3
A test
2023-06-22 16:24:12 +00:00
Michael Kolupaev
2498170253
Fix use-after-free in StorageURL when switching URLs
2023-06-22 16:24:12 +00:00
ltrk2
a89bfb9ec5
Revert back to value type as requested
2023-06-22 08:59:44 -07:00
Thom O'Connor
4b0d5a8a96
Update remote.md
...
Simplifying this example for remoteSecure():
* no reason to be using a ReplicatedMergeTree example here
* no reason to be setting index_granularity to a default value
2023-06-22 09:30:23 -06:00
Andrey Zvonov
d4316c7189
Merge branch 'master' into zvonand-implicit-tz
2023-06-22 17:23:20 +02:00
kssenii
dd49f4a565
Remove key
2023-06-22 17:07:52 +02:00
Sergei Trifonov
f35faa4b8f
Merge pull request #51245 from ClickHouse/fix-flaky-asyncloader-stop
...
fix flaky `AsyncLoader` destructor
2023-06-22 17:00:47 +02:00
Sergei Trifonov
ad1eda4a33
Merge pull request #51237 from ClickHouse/refactor-settings-enums
...
Introduce settings enum field with auto-generated values list
2023-06-22 16:35:57 +02:00
Dan Roscigno
6c40000147
Merge branch 'master' into move-redirects-to-docs
2023-06-22 09:33:37 -04:00
Nikolai Kochetov
1cf3d38373
Merge pull request #51269 from ClickHouse/auto/v23.3.5.9-lts
...
Update version_date.tsv and changelogs after v23.3.5.9-lts
2023-06-22 15:21:38 +02:00
Dan Roscigno
b9f733ba1c
Merge pull request #50554 from den-crane/Docs/ip_addresses
...
Doc. Clean documentation of ipv4 ipv6 from domains
2023-06-22 09:09:57 -04:00
Dan Roscigno
9a622a0097
Merge branch 'master' into Docs/ip_addresses
2023-06-22 09:01:23 -04:00
Smita Kulkarni
3c7d749d2c
Added check of StorageView before checking parameterized view to fix seg fault when materialized view is used with brackets
2023-06-22 14:47:04 +02:00
Sema Checherinda
d0bb985061
fix other classes based on SinkToStorage
2023-06-22 14:33:25 +02:00
DanRoscigno
94a194d153
move redirects to docusaurus config
2023-06-22 08:29:32 -04:00
Anton Popov
ee68e85d31
better reporting of broken parts
2023-06-22 12:25:45 +00:00
Alexander Tokmakov
5377373960
Merge pull request #51252 from ClickHouse/tavplubix-patch-6
...
Fix a stupid bug on Replicated database recovery
2023-06-22 15:06:41 +03:00
Alexander Tokmakov
0ffeecde6a
Merge branch 'master' into tavplubix-patch-6
2023-06-22 14:59:06 +03:00
Alexander Tokmakov
35c5483ad2
Update WriteBufferFromOStream.cpp
2023-06-22 14:56:20 +03:00
robot-clickhouse
df2284b807
Update version_date.tsv and changelogs after v23.3.5.9-lts
2023-06-22 11:56:00 +00:00
Robert Schulze
a9f1393862
Make the fix more minimal
2023-06-22 11:46:27 +00:00
Robert Schulze
a1c131c0da
Query Cache: Try to fix bad cast from ColumnConst to ColumnVector<char8_t>
...
Resolves #49445
The query cache buffers query result chunks and eventually squashes
them before insertion into the cache. Here, squashing failed because not
all chunks were of the same type. Looks like chunks of the same
underlying type (e.g. UInt8) in a query result be of mixed const, sparse
or low-cardinality type. Fix this by always materializing the data
regardless of the compression. Strange thing is that the failing query
in the stress test (*) isn't able to reproduce the bug, and I haven't
managed to trigger the issue otherwise, so no test case is added.
(*) SELECT 1 UNION ALL SELECT 1 INTERSECT SELECT 1
E.g. here: https://s3.amazonaws.com/clickhouse-test-reports/0/18817517ed6f8849e3d979e10fbb273e0edf0eaa/stress_test__debug_/fatal_messages.txt
2023-06-22 11:46:22 +00:00
kssenii
8ff8125ebd
Better
2023-06-22 13:25:47 +02:00
kssenii
4fbf52f2de
Less loggers
2023-06-22 13:08:53 +02:00
Alexander Tokmakov
6929a9b852
Update WriteBufferFromOStream.cpp
2023-06-22 14:01:28 +03:00
Sema Checherinda
95349a405b
release buffers with exception context
2023-06-22 13:00:13 +02:00
kssenii
df7c291bd3
Merge remote-tracking branch 'origin/delete-non-evictable-feature' into delete-non-evictable-feature
2023-06-22 12:55:20 +02:00
kssenii
b3ce64caa5
Fix tests
2023-06-22 12:55:05 +02:00
Kseniia Sumarokova
b7ef782335
Merge pull request #51242 from kssenii/fix-possible-incorrect-elements-limit
...
Fix sometimes incorrect current_elements count in fs cache
2023-06-22 12:51:43 +02:00
Igor Nikonov
9d9c9ccaff
Merge pull request #51259 from ClickHouse/cache-eviction-improve-hot-path
...
FileCache: tryReserve() slight improvement
2023-06-22 12:41:01 +02:00
Anton Kozlov
0c440b9d6f
Report loading status for executable dictionaries correctly
2023-06-22 10:28:13 +00:00
San
6288a17708
Merge pull request #50920 from ClickHouse/update_contrib_ocr_module
...
Update contribe/orc in .gitmodules
2023-06-22 19:11:48 +10:00
Robert Schulze
b5d7c200c1
Merge pull request #51249 from rschu1ze/conf-docs
...
Docs: little cleanup of configuration-files.md
2023-06-22 11:09:04 +02:00
Robert Schulze
c1c1758861
Merge branch 'master' into conf-docs
2023-06-22 10:41:22 +02:00
santrancisco
f0dcefa0e1
Fixing git submodule back to our own fork as this pull https://github.com/apache/orc/pull/1542 is now merged into apache/orc repository
2023-06-22 18:00:39 +10:00
Mikhail f. Shiryaev
02776b8a15
Merge pull request #51163 from ClickHouse/fasttest-ignore-chown-fail
...
Ignore errors for `chown` in fasttests
2023-06-22 09:51:57 +02:00
Alexander Gololobov
a604a1de0b
Merge pull request #51238 from ClickHouse/zookeeper_fail_on_get_api_version_error
...
Drop session if we fail to get Keeper API version
2023-06-22 08:06:50 +02:00
LiuNeng
bcdf5f37ee
Merge branch 'master' into fix_core_dump_when_compile_expression
2023-06-22 12:13:55 +08:00
Michael Kolupaev
c96a3a8b15
Unforget to pass callback to readBigAt() in ParallelReadBuffer
2023-06-21 17:14:19 -07:00
Alexey Milovidov
a050b9e9d9
Update FileCache.cpp
2023-06-22 01:28:52 +03:00
Mikhail f. Shiryaev
1591633d72
Merge pull request #49283 from ClickHouse/runners-survival
...
Attempt to increase the general runners' survival rate
2023-06-22 00:16:11 +02:00
Igor Nikonov
e3b43c2b88
Move instead of copy
2023-06-21 21:54:44 +00:00
Igor Nikonov
ad0677147f
Trying slightly improve eviction path
...
+ less copying of shared pointers
+ less indirection in overflow check
2023-06-21 21:48:58 +00:00
Dan Roscigno
c856c4a7df
Merge branch 'master' into Docs/ip_addresses
2023-06-21 17:26:27 -04:00
Sema Checherinda
23120c4467
fix build
2023-06-21 22:32:33 +02:00