Commit Graph

146677 Commits

Author SHA1 Message Date
Nikolai Kochetov
ad798196e9
Merge pull request #65919 from kitaisreal/postgresql-source-cancel-query-comments
PostgreSQL source cancel query comments
2024-07-09 11:07:33 +00:00
vdimir
306cc02af6
Merge branch 'master' into vdimir/join_on_null_fix 2024-07-09 12:56:50 +02:00
Sema Checherinda
186e690fa6
Merge pull request #66230 from ClickHouse/chesema-peak-threads-usage
fix peak_threads_usage
2024-07-09 10:32:30 +00:00
Kruglov Pavel
f3bfe8d881
Merge branch 'master' into data-types-binary-encoding 2024-07-09 12:27:06 +02:00
Kruglov Pavel
b4dd700c26
Fix typos 2024-07-09 12:26:39 +02:00
Anton Popov
e29635da27
Merge pull request #64607 from CurtizJ/buffer-read-in-order
Use buffering while reading in order in queries with `WHERE`
2024-07-09 10:14:52 +00:00
Anton Popov
fd7dfc596e
Merge pull request #66248 from ClickHouse/CurtizJ-patch-8
Fix test `00504_mergetree_arrays_rw.sql`
2024-07-09 10:01:28 +00:00
Kruglov Pavel
aaf5412c71
Merge pull request #66025 from KevinyhZou/support_orc_reader_timezone
Support ORC file read by writer time zone
2024-07-09 08:00:20 +00:00
Kruglov Pavel
52b3d1a244
Merge pull request #66130 from slvrtrn/update-avro-submodule-with-array-block-size-fix
Update AVRO submodule with the array block size fix
2024-07-09 07:58:04 +00:00
Kruglov Pavel
329f9b5d8e
Merge pull request #54649 from bakwc/materializedmysql_null_segfault
Fixed crash in MaterializedMySQL while using override + null field
2024-07-09 07:55:28 +00:00
gun9nir
08baf13f33 Merge branch 'master' of github.com:ClickHouse/ClickHouse into dir-path-wildcard 2024-07-08 19:47:20 -07: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
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
Anton Popov
9c071fc0df slightly better 2024-07-08 19:28:17 +00: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
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
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
Amos Bird
3c0ccb0e29
Use a better placeholder name 2024-07-09 00:04:45 +08: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
Sergei Trifonov
b710af3499
Merge pull request #66175 from Blargian/docs_xyzMapped
[Docs] add missing aliases `minMappedArrays`, `maxMappedArrays`
2024-07-08 14:12:41 +00:00
vdimir
811cba0557
Merge branch 'master' into vdimir/join_on_null_fix 2024-07-08 16:12:37 +02:00
Kruglov Pavel
822918a30f
Merge pull request #65640 from ClickHouse/ms
Fix 02834_apache_arrow_abort flakiness with MSAN
2024-07-08 13:46:55 +00:00
Daniil Ivanik
608c13fa9c
Merge pull request #66189 from Blargian/docs_normalize
[Docs] add `normalizeQueryKeepNames`, `normalizedQueryHashKeepNames`
2024-07-08 13:19:56 +00:00
Sema Checherinda
da5bde7f3a fix peak_threads_usage 2024-07-08 15:00:23 +02:00
Denny Crane
486ac7f287
Update settings.md 2024-07-08 09:30:25 -03:00
Nikita Taranov
f0bee6584f
Merge branch 'master' into parallel_replicas_join_bug 2024-07-08 14:29:53 +02:00
Shaun Struwig
5be51a4e62
Update aspell-dict.txt 2024-07-08 14:29:16 +02:00
Robert Schulze
068da21837
Merge pull request #66068 from rschu1ze/bump-rocksdb
Bump rocksdb to v6.23.3
2024-07-08 12:17:40 +00:00
Raúl Marín
32ef043b8f
Merge pull request #66217 from ClickHouse/tylerhannan-patch-1
Update README.md
2024-07-08 12:05:57 +00:00
Tyler Hannan
21e7ef6e42
Update README.md 2024-07-08 13:44:41 +02:00
Antonio Andelic
b944dfff83
Merge pull request #65453 from ClickHouse/merge-tree-parallel-replicas-custom-key
Support for `cluster_for_parallel_replicas` when using custom key parallel replicas
2024-07-08 11:34:37 +00:00
Nikita Taranov
fd3b809436
Merge branch 'master' into concurrent_hash_join_cache_ht_sizes 2024-07-08 13:34:23 +02:00
Raúl Marín
a3d53dc627
Merge pull request #66146 from Algunenano/SumIfToCountIfAgainYaySoHappy
Fix issue in SumIfToCountIfVisitor and signed integers
2024-07-08 11:15:30 +00:00
Raúl Marín
dfcefab9ab
Merge pull request #66030 from Algunenano/exp_settings
Move experimental settings to the experimental block
2024-07-08 11:13:23 +00:00
Vitaly Baranov
5ac5a4b2fe Add check that user name is not empty to authenticateUserByHTTP(). 2024-07-08 13:05:34 +02:00
Blargian
8f604c892a Fix typo 2024-07-08 12:58:29 +02:00