Smita Kulkarni
|
3f653bbc32
|
Added test with log check
|
2024-03-21 20:28:52 +01:00 |
|
Smita Kulkarni
|
7a3ab461bf
|
Fix style check
|
2024-03-21 09:24:35 +01:00 |
|
Smita Kulkarni
|
040b191899
|
Fix readBigAt
|
2024-03-20 20:25:38 +01:00 |
|
Smita Kulkarni
|
248a8a60f1
|
Fix style check
|
2024-03-18 10:02:52 +01:00 |
|
Smita Kulkarni
|
12289a9ebe
|
Add support of ParallelReadBuffer to ReadBufferFromAzureBlobStorage
|
2024-03-17 22:34:41 +01:00 |
|
Sergei Trifonov
|
8bc7dc4dab
|
Merge pull request #61202 from ClickHouse/docs/adds-var-xyz-stable
Improves `varPop` and `varSamp` docs. Adds `...Stable` alternative function docs.
|
2024-03-14 11:02:11 +01:00 |
|
serxa
|
ff97652038
|
fix spell check
|
2024-03-14 09:53:18 +00:00 |
|
robot-ch-test-poll1
|
c3806edca8
|
Merge pull request #61318 from Algunenano/doc_nulls
Add more details about how NULLs are processed in aggregations
|
2024-03-14 03:53:49 +04:00 |
|
Ilya Yatsishin
|
fdd249fcba
|
Merge pull request #61259 from qoega/flaky-01603
|
2024-03-14 02:46:47 +04:00 |
|
Ilya Yatsishin
|
af1814ffa8
|
Merge pull request #61248 from yariks5s/fix_fuzzer_max_streams_to_max_threads_ratio
|
2024-03-14 00:19:49 +04:00 |
|
jsc0218
|
836e1963c4
|
Merge pull request #61145 from bigo-sg/fix_filter_opt
Fix an error in previous opt: https://github.com/ClickHouse/ClickHouse/pull/59698
|
2024-03-13 15:45:04 -04:00 |
|
Raúl Marín
|
89de338676
|
Better
|
2024-03-13 20:06:05 +01:00 |
|
Nikolai Kochetov
|
4cde5fdd63
|
Merge pull request #61301 from ClickHouse/fix-01952_optimize_distributed_group_by_sharding_key
Fix 01952_optimize_distributed_group_by_sharding_key with analyzer.
|
2024-03-13 19:06:59 +01:00 |
|
Kruglov Pavel
|
f06307ae2c
|
Merge pull request #60516 from Avogar/fix-deadlock-in-parallel-parsing
Fix deadlock in parallel parsing when lots of rows are skipped due to errors
|
2024-03-13 19:03:13 +01:00 |
|
Kruglov Pavel
|
4b3f33c5fd
|
Merge pull request #60451 from Avogar/fix-map-array-func-lc
Try to fix logical error 'Cannot capture column because it has incompatible type' in mapContainsKeyLike
|
2024-03-13 19:02:24 +01:00 |
|
Kruglov Pavel
|
843e2dc968
|
Merge pull request #60586 from Avogar/fix-filter-virtual-columns
Fix reading from MergeTree with non-deterministic functions in filter
|
2024-03-13 18:22:12 +01:00 |
|
Raúl Marín
|
5b27b82da5
|
Merge pull request #60740 from bigo-sg/rm_wrong_quantilegk_check
Remove wrong sanitize checking in aggregate function quantileGK
|
2024-03-13 17:25:41 +01:00 |
|
Kruglov Pavel
|
2f6981c613
|
Merge pull request #60596 from Avogar/fix-bad-compatibility-setting-value
Fix logical error on bad compatibility setting value type
|
2024-03-13 17:25:09 +01:00 |
|
Kruglov Pavel
|
d89e26cff5
|
Merge pull request #61196 from ClickHouse/Avogar-patch-1
Fix lazy execution of default argument in dictGetOrDefault for RangeHashedDictionary
|
2024-03-13 17:23:22 +01:00 |
|
Kruglov Pavel
|
be51c9d727
|
Merge pull request #61199 from Avogar/variant-tests-fuster
Make variant tests a bit faster
|
2024-03-13 17:16:34 +01:00 |
|
Sema Checherinda
|
025ad9791c
|
Merge pull request #58879 from azat/small-block-lock-contention
Improve query performance in case of very small blocks
|
2024-03-13 17:08:37 +01:00 |
|
Kruglov Pavel
|
dd0caaf9b4
|
Merge pull request #61234 from ClickHouse/Avogar-patch-2
Fix usage of session_token in S3 engine
|
2024-03-13 17:05:39 +01:00 |
|
Raúl Marín
|
aecc135f5d
|
Add more details about how NULLs are processed in aggregations
|
2024-03-13 17:03:18 +01:00 |
|
Yatsishin Ilya
|
efa85d9cd2
|
Merge remote-tracking branch 'origin/master' into flaky-01603
|
2024-03-13 15:53:22 +00:00 |
|
Sergei Trifonov
|
cb28c84a93
|
Fix forget_partition test (#61237)
|
2024-03-13 16:25:58 +01:00 |
|
Robert Schulze
|
7a5ac383e5
|
Merge pull request #61308 from rschu1ze/docs-sleep
Docs: Follow up to #61258
|
2024-03-13 15:42:47 +01:00 |
|
Robert Schulze
|
d2a523579a
|
Merge pull request #61285 from peter279k/improve_null_usage
Improve related NULL functions usage
|
2024-03-13 15:32:58 +01:00 |
|
Yarik Briukhovetskyi
|
e07a778acd
|
Merge branch 'ClickHouse:master' into fix_fuzzer_max_streams_to_max_threads_ratio
|
2024-03-13 15:09:52 +01:00 |
|
Kruglov Pavel
|
14402e450a
|
Merge pull request #61036 from HowePa/detect_stdout
Detect output format by file exctension in clickhouse-client(local)
|
2024-03-13 14:57:59 +01:00 |
|
Robert Schulze
|
6bbf9eb540
|
Fixup fixups
|
2024-03-13 13:57:55 +00:00 |
|
Robert Schulze
|
4f2be00352
|
Some fixups
|
2024-03-13 13:55:32 +00:00 |
|
Yatsishin Ilya
|
4be5d484c3
|
Merge remote-tracking branch 'origin/master' into flaky-01603
|
2024-03-13 13:35:44 +00:00 |
|
Ilya Yatsishin
|
7226b0f862
|
Merge pull request #61198 from nickitat/02887_mutations_subcolumns
Fix `02887_mutations_subcolumns` test flakiness
|
2024-03-13 17:34:54 +04:00 |
|
Kseniia Sumarokova
|
893ea7e4fe
|
Merge pull request #60396 from ClickHouse/fix-usage-of-plain-metadata
Fix usage of plain metadata type with new disks configuration option
|
2024-03-13 14:18:36 +01:00 |
|
Robert Schulze
|
f16259e54c
|
Merge pull request #61101 from ClickHouse/docs/add-substring-utf8
Document `substringUTF8` and `substringIndexUTF8`
|
2024-03-13 14:09:07 +01:00 |
|
Robert Schulze
|
d8c5008280
|
Follow up to #61258
|
2024-03-13 13:07:14 +00:00 |
|
János Benjamin Antal
|
cccf054420
|
Merge pull request #60881 from ClickHouse/add-docs-to-simplejson-and-sin
Add docs to simplejson and sin
|
2024-03-13 14:00:51 +01:00 |
|
János Benjamin Antal
|
681001418e
|
Merge pull request #61246 from ClickHouse/more-output-for-test-to-debug
Print more info in `02572_system_logs_materialized_views_ignore_errors` to debug
|
2024-03-13 13:58:41 +01:00 |
|
Nikolai Kochetov
|
e5e632ec33
|
Update analyzer_tech_debt.txt
|
2024-03-13 12:43:10 +00:00 |
|
Robert Schulze
|
1e536251a2
|
Update string-functions.md
|
2024-03-13 13:41:56 +01:00 |
|
Robert Schulze
|
6ca4fc26f4
|
Update docs/en/sql-reference/functions/string-functions.md
Co-authored-by: Johnny <9611008+johnnymatthews@users.noreply.github.com>
|
2024-03-13 13:39:14 +01:00 |
|
Robert Schulze
|
b4953f35b4
|
Update docs/en/sql-reference/functions/string-functions.md
Co-authored-by: Johnny <9611008+johnnymatthews@users.noreply.github.com>
|
2024-03-13 13:39:03 +01:00 |
|
Robert Schulze
|
4954bde599
|
Update docs/en/sql-reference/functions/string-functions.md
Co-authored-by: Johnny <9611008+johnnymatthews@users.noreply.github.com>
|
2024-03-13 13:38:35 +01:00 |
|
Nikolai Kochetov
|
4575786271
|
Fix 01952_optimize_distributed_group_by_sharding_key with analyzer.
|
2024-03-13 12:38:17 +00:00 |
|
Ilya Yatsishin
|
f4875d2467
|
Merge pull request #61256 from ClickHouse/Avogar-patch-3
Disable test 02998_primary_key_skip_columns.sql in sanitizer builds as it can be slow
|
2024-03-13 16:38:06 +04:00 |
|
Yarik Briukhovetskyi
|
24d6dcb96b
|
Merge pull request #61249 from mkmkme/mkmkme/fix-has-function
Fix `has()` function with `Nullable` column
|
2024-03-13 13:16:40 +01:00 |
|
Yarik Briukhovetskyi
|
9da0360728
|
Reload CI
|
2024-03-13 13:10:48 +01:00 |
|
Raúl Marín
|
799fcbf4c3
|
Merge pull request #61203 from Algunenano/groupArrayCrash
Fix multiple bugs in groupArraySorted
|
2024-03-13 13:08:30 +01:00 |
|
Raúl Marín
|
52f094299c
|
Merge pull request #61184 from Algunenano/test_san
Disable sanitizers with 02784_parallel_replicas_automatic_decision_join
|
2024-03-13 13:05:46 +01:00 |
|
Yarik Briukhovetskyi
|
63f6f10fb1
|
Merge branch 'ClickHouse:master' into fix_fuzzer_max_streams_to_max_threads_ratio
|
2024-03-13 12:58:34 +01:00 |
|