Raúl Marín
|
617a39399c
|
Add back flaky tests to analyzer_tech_debt.txt
|
2023-11-28 11:13:57 +00:00 |
|
Raúl Marín
|
fe1bbf9726
|
Merge pull request #57258 from Algunenano/cleanup_interval
Remove addBatchSinglePlaceFromInterval
|
2023-11-28 12:02:12 +01:00 |
|
vdimir
|
aa5d973204
|
Fix direct join with range dictionary in
JoinedTables.cpp and update test queries
|
2023-11-28 11:01:38 +00:00 |
|
vdimir
|
5c20e5039b
|
Remove redundant descriptionForPlan
|
2023-11-28 11:01:38 +00:00 |
|
vdimir
|
af81cb8252
|
Setting JoinAlgorithm respect specified order
|
2023-11-28 11:01:35 +00:00 |
|
Mikhail f. Shiryaev
|
4aac18d651
|
Add another header for the wrong conflicts resolution
|
2023-11-28 12:01:33 +01:00 |
|
Mikhail f. Shiryaev
|
8c4592f5c2
|
Follow up recommendations from #57167
|
2023-11-28 11:51:06 +01:00 |
|
Antonio Andelic
|
9dd4783675
|
Merge branch 'master' into fix-readonly-replica
|
2023-11-28 10:43:29 +00:00 |
|
Antonio Andelic
|
a61f32867e
|
Merge pull request #56488 from lingtaolf/feature/getHTTPHeader
add function getClientHTTPHeader
|
2023-11-28 11:41:56 +01:00 |
|
Robert Schulze
|
d459fa1fc6
|
Merge remote-tracking branch 'ClickHouse/master' into alias_column_in_indices
|
2023-11-28 10:15:25 +00:00 |
|
vdimir
|
9a793bcd03
|
Revert fix result type of aggregate function with NULL
|
2023-11-28 10:11:38 +00:00 |
|
vdimir
|
1f474a870a
|
Add extra argument to function 'nothing' only in QueryAnalysisPass
|
2023-11-28 10:11:38 +00:00 |
|
vdimir
|
04baafccba
|
Analyzer: fix result type of aggregate function with NULL
|
2023-11-28 10:11:34 +00:00 |
|
vdimir
|
ae09d04578
|
Merge pull request #57154 from ClickHouse/vdimir/params_test_check_table
Minor changes in test_check_table
|
2023-11-28 11:10:26 +01:00 |
|
Raúl Marín
|
3c5d908bbb
|
Fix use before check in toDecimalString
|
2023-11-28 10:09:26 +00:00 |
|
Raúl Marín
|
ff0df49e2b
|
Fix comment in MergeTreeDataPartWide::checkConsistency
|
2023-11-28 10:09:03 +00:00 |
|
Nikolai Kochetov
|
7e1f625179
|
Revert system tables to master.
|
2023-11-28 10:07:36 +00:00 |
|
Robert Schulze
|
1448276bae
|
Merge pull request #55872 from azat/hour-no-leading-zero
Add ability to parse hours/months without leading zeros
|
2023-11-28 11:07:00 +01:00 |
|
Raúl Marín
|
148ba93903
|
Add comment for AggregateFunctionCombinatorNull::transformAggregateFunction
|
2023-11-28 10:02:52 +00:00 |
|
vdimir
|
ed855cf513
|
Fix 02402_external_disk_mertrics with tmp data in cache
|
2023-11-28 10:00:54 +00:00 |
|
robot-ch-test-poll3
|
e24b9e5ca2
|
Merge pull request #57276 from phallstrom/patch-1
Update URL to related content about LowCardinality
|
2023-11-28 10:59:14 +01:00 |
|
Antonio Andelic
|
889c53eca0
|
Correctly handle unknown changelog versions and snapshot deleting
|
2023-11-28 09:47:49 +00:00 |
|
Antonio Bonuccelli
|
612c6be204
|
replace incorrect field name in coalesce example
field in the example should be `telegram` (not `icq`)
|
2023-11-28 10:20:02 +01:00 |
|
Julia Kartseva
|
57a4492275
|
Merge pull request #56490 from jkartseva/fuzz_json
Fuzz JSON table function
|
2023-11-27 21:47:53 -08:00 |
|
Ubuntu
|
a85cf758b0
|
Fuzz JSON table function
Create a table function `fuzzJSON`
An example query:
```
CREATE NAMED COLLECTION json_fuzzer AS json_str={};
SELECT *
FROM fuzzJSON(json_fuzzer, json_str = '{"students" : ["Alice", "Bob"]}', random_seed = 666, max_output_length = 128, probability = 0.9)
LIMIT 3
Query id: 7f802052-efb0-41b4-87fa-03b7dd290e9d
┌─json──────────────────────────────────────────────────────────────────────────────────┐
│ {"ade0yX":[9200406572736542991, true, "sm"]} │
│ {"students":["Alice", "eSN3WO#a6NYTBe0$#OWwyIQ"], "cVoP2BuQugQ":17384271928263249403} │
│ {"students":["Alice", "Bob", "T+-k4+PJGkL%XRRaF2BoeN@&A"]} │
└───────────────────────────────────────────────────────────────────────────────────────┘
```
Next step:
* Generate invalid string
Fixes #35962
add Object('json')
use named collection
|
2023-11-28 01:58:24 +00:00 |
|
Nikolay Degterinsky
|
eb6fba9f65
|
Merge pull request #57147 from evillique/fix-segfault-nullable-materialized-update
Fix segfault after ALTER UPDATE with Nullable MATERIALIZED column
|
2023-11-28 00:36:52 +01:00 |
|
Philip Hallstrom
|
6d7f160bcc
|
Update URL to related content about LowCardinality
|
2023-11-27 15:05:59 -08:00 |
|
Han Fei
|
7bd2ea3add
|
Merge branch 'master' into hanfei/statistic
|
2023-11-27 23:31:23 +01:00 |
|
Raúl Marín
|
010a6074f8
|
Try to fix docs
|
2023-11-27 23:29:03 +01:00 |
|
Raúl Marín
|
a3ceafbbed
|
Fix embarrasing bug number 2
|
2023-11-27 23:12:17 +01:00 |
|
Raúl Marín
|
0754ee4901
|
Fix embarrasing bug number 1
|
2023-11-27 23:12:17 +01:00 |
|
Raúl Marín
|
80cc1b3a17
|
Remove addBatchSinglePlaceFromInterval
|
2023-11-27 23:12:17 +01:00 |
|
Antonio Andelic
|
544f6081eb
|
Merge pull request #57259 from ClickHouse/ignore-column-comments
Ignore comments when comparing column descriptions
|
2023-11-27 20:43:39 +01:00 |
|
vdimir
|
6a70bfcdb7
|
Print profile events in 02402_external_disk_mertrics
|
2023-11-27 19:43:27 +00:00 |
|
vdimir
|
40c774f387
|
Enable temporary_data_in_cache in s3 tests in CI
|
2023-11-27 19:43:27 +00:00 |
|
Nikolai Kochetov
|
e1b00b3ee0
|
Merge branch 'master' into SystemTablesFilterEngine
|
2023-11-27 18:54:21 +00:00 |
|
Raúl Marín
|
9fb19b5cb4
|
Merge remote-tracking branch 'blessed/master' into fix_respect_nulls
|
2023-11-27 19:42:58 +01:00 |
|
Raúl Marín
|
9bd54be6e0
|
Merge pull request #57190 from Algunenano/remove_optimize_move_functions_out_of_any
Remove optimize_move_functions_out_of_any optimization
|
2023-11-27 19:31:38 +01:00 |
|
Raúl Marín
|
3395c7c745
|
Provide a custom implementation for respect_null aggregations
|
2023-11-27 19:29:20 +01:00 |
|
yariks5s
|
ab0be2f236
|
init
|
2023-11-27 18:21:49 +00:00 |
|
Raúl Marín
|
0d0d813a31
|
PR review suggestions
|
2023-11-27 17:39:11 +01:00 |
|
yariks5s
|
a9ed876615
|
added size assert (possible fix of fuzzer)
|
2023-11-27 15:49:37 +00:00 |
|
Antonio Andelic
|
1242834256
|
Merge branch 'master' into ignore-memory-exception-asio
|
2023-11-27 15:21:56 +00:00 |
|
Antonio Andelic
|
2ea44adefd
|
Add test
|
2023-11-27 15:05:56 +00:00 |
|
Antonio Andelic
|
9077550bb1
|
Better Readonly metric
|
2023-11-27 14:25:45 +00:00 |
|
Robert Schulze
|
3d256105be
|
Add analyzer test
|
2023-11-27 14:22:52 +00:00 |
|
lgbo
|
b38469ddf8
|
Optimization for getting value from map, arrayElement(2/2) (#55957)
|
2023-11-27 15:11:56 +01:00 |
|
Azat Khuzhin
|
3ab1d4ae68
|
Add "formatters" into spell excludes
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
|
2023-11-27 14:42:03 +01:00 |
|
János Benjamin Antal
|
adf21e37c4
|
Make tests use the installed protobuf files
|
2023-11-27 13:39:28 +00:00 |
|
János Benjamin Antal
|
4bfbbfbd75
|
Fix proto file installation
|
2023-11-27 13:39:01 +00:00 |
|