nauu
595a12ee88
to avoid ambiguity, replace FilesystemCacheFailToReserveSpaceBecauseOfLockContention with FilesystemCacheFailToReserveSpaceBecauseOfCacheResize.
...
to avoid ambiguity, replace FilesystemCacheFailToReserveSpaceBecauseOfLockContention with FilesystemCacheResize.
2024-07-09 10:07:20 +08:00
gun9nir
05fe5c9f2c
truncate file in insert
2024-07-08 19:04:08 -07:00
Anton Popov
a072cd28e4
Merge remote-tracking branch 'upstream/master' into HEAD
2024-07-08 23:26:19 +00:00
Anton Popov
708c81f6e2
Update 00504_mergetree_arrays_rw.sql
2024-07-09 01:20:31 +02:00
Anton Popov
fca47bbd01
Merge pull request #66101 from CurtizJ/add-test-for-58998
...
Add a test for #58998
2024-07-08 22:56:12 +00:00
Alexander Tokmakov
be343c7ddd
don't throw TIMEOUT_EXCEEDED for none_only_active
2024-07-09 00:31:31 +02:00
Nikita Taranov
2c3a8e21fe
Merge pull request #66138 from ClickHouse/fix_smt_sink
...
Finalize MergedBlockOutputStream in dtor
2024-07-08 22:26:16 +00:00
Nikita Taranov
a9546fe551
Merge pull request #66147 from ClickHouse/fix_mac_build
...
Playing minesweeper with build system
2024-07-08 22:05:17 +00:00
Robert Schulze
429eed31f1
Merge pull request #66185 from rschu1ze/faster_regexp
...
Speed up `replaceRegexp(All|One)` if the pattern is trivial
2024-07-08 21:15:01 +00:00
Robert Schulze
ef0fa20de3
Merge remote-tracking branch 'ClickHouse/master' into change_date
2024-07-08 21:10:06 +00:00
Vitaly Baranov
6d0bf97476
Merge pull request #66067 from vitlibar/move-http-handler-stuff-to-separate-files
...
Move some of HTTPHandler stuff to separate source files in order to reuse it in PrometheusRequestHandler
2024-07-08 21:03:22 +00:00
Robert Schulze
85f5fe832a
Fix integration tests
2024-07-08 20:56:25 +00:00
Robert Schulze
7f30508559
Merge remote-tracking branch 'ClickHouse/master' into docs_partitionID
2024-07-08 20:08:05 +00:00
Robert Schulze
db1817a633
Some minor fixups
2024-07-08 20:04:45 +00:00
Robert Schulze
d5e3aa8344
Merge remote-tracking branch 'rschu1ze/master' into bump-rocksdb2
2024-07-08 20:01:01 +00:00
Anton Popov
9c071fc0df
slightly better
2024-07-08 19:28:17 +00:00
Sema Checherinda
5b9c74b4b8
fix tests, lesser logs
2024-07-08 21:13:30 +02:00
Raúl Marín
9e9862066f
Merge pull request #66229 from den-crane/patch-70
...
Update settings.md / note about max_query_size and query settings
2024-07-08 19:09:14 +00:00
Robert Schulze
c10cf0e332
Merge pull request #66166 from Blargian/docs_initcap
...
[Docs] add `initCap` examples
2024-07-08 18:13:00 +00:00
Anton Popov
204f2e1381
Merge remote-tracking branch 'upstream/master' into HEAD
2024-07-08 17:51:30 +00:00
Robert Schulze
a6c1477ece
Merge remote-tracking branch 'ClickHouse/master' into change_date
2024-07-08 17:50:30 +00:00
gun9nir
fb4fb2ca5e
add docs
2024-07-08 10:39:35 -07:00
gun9nir
8a352fdd30
add no-parallel tag on the test
2024-07-08 10:28:24 -07:00
Nikita Taranov
1e48831d76
better
2024-07-08 18:21:06 +01:00
Azat Khuzhin
8550e64352
Fix type of input_wait_elapsed_us/input_wait_elapsed_us/elapsed_us (was UInt32)
...
Even though type in the system.processors_profile_log is UInt64,
intermediate type was UInt32 (sigh).
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2024-07-08 19:08:14 +02:00
Azat Khuzhin
bb4115b4e6
Reduce inaccuracy of input_wait_elapsed_us/input_wait_elapsed_us/elapsed_us
...
By collecting them with nanoseconds precision, and only store them in
system.processors_profile_log in microseconds.
This should fix 02210_processors_profile_log test failures like this one [1]:
ExpressionTransform 999989 1 1 1 1
When the total elapsed_us is less then 1 second.
[1]: https://s3.amazonaws.com/clickhouse-test-reports/65920/ce417c78be566d8a616df3544e2801b845277f44/stateless_tests__release__old_analyzer__s3__databasereplicated__[1_4].html
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2024-07-08 19:08:07 +02:00
Robert Schulze
bd42a096b7
Bump rocksdb to v6.29.5
2024-07-08 16:52:36 +00:00
Nikita Taranov
b3993532a9
compareAt
2024-07-08 17:17:39 +01:00
Nikita Taranov
1b45ac30a2
insertFrom
2024-07-08 17:14:25 +01:00
Mikhail Filimonov
7cf38826af
Fix detection of number of CPUs in containers
...
In the case when the 'parent' cgroup was used (i.e. name of cgroup was empty, which is common for containers)
ClickHouse was ignoring the CPU limits set for the container.
2024-07-08 18:12:34 +02:00
Nikita Taranov
3be0ab5c4b
insertManyFrom
2024-07-08 17:05:55 +01:00
Amos Bird
3c0ccb0e29
Use a better placeholder name
2024-07-09 00:04:45 +08:00
Nikita Taranov
24dc3b4020
insertRangeFrom
2024-07-08 16:57:00 +01:00
Azat Khuzhin
9ba10ca604
Remove mysqlxx::Pool::Entry assignment operator
...
v2: fix tidy 86789491be/binary_tidy/build_log.log
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2024-07-08 17:46:41 +02:00
Raúl Marín
847a429c2e
Merge pull request #66120 from Algunenano/fix_bugfix_checker
...
Fix bugfix checker
2024-07-08 15:37:42 +00:00
Konstantin Bogdanov
d320f0f3f2
Typo
2024-07-08 17:29:38 +02:00
Konstantin Bogdanov
053228eea1
Empty user when JWT is set
2024-07-08 17:29:32 +02:00
Yakov Olkhovskiy
55ccad507b
Merge pull request #65573 from ClickHouse/fix-projection-not-found-col
...
Fix: NOT_FOUND_COLUMN_IN_BLOCK for deduplicate merge of projection
2024-07-08 15:01:25 +00:00
Nikita Taranov
7dc3ae381f
better
2024-07-08 15:51:13 +01:00
Nikita Taranov
55f363d5f0
better
2024-07-08 15:51:13 +01:00
Nikita Taranov
f972e80589
fix
2024-07-08 15:51:13 +01:00
Nikita Taranov
286f2abca2
try fix
2024-07-08 15:51:13 +01:00
Nikita Taranov
2302fcf9ac
fix build
2024-07-08 15:51:13 +01:00
Nikita Taranov
dd1b85e63d
add type check
2024-07-08 15:51:13 +01:00
Nikita Taranov
93d0f7a485
refactor
2024-07-08 15:51:12 +01:00
Robert Schulze
1bfafa42be
Bump rocksdb to v6.28.2
2024-07-08 14:47:35 +00:00
avogar
22154aa079
Disable optimize_functions_to_subcolumns in 03202_dynamic_null_map_subcolumn
2024-07-08 14:36:31 +00:00
avogar
6b446ad31b
Merge branch 'master' of github.com:ClickHouse/ClickHouse into fix-dynamic-subcolumns-in-analyzer
2024-07-08 14:36:07 +00:00
Kruglov Pavel
0f38756f4e
Disable optimize_functions_to_subcolumns in 03036_dynamic_read_subcolumns
2024-07-08 16:33:23 +02:00
vdimir
1e924768f9
fix 02956_rocksdb_bulk_sink.reference
2024-07-08 16:14:51 +02:00