Peter Nguyen
|
3311214915
|
Remove duplicate test cases in 03224_arrayUnion.sql
|
2024-09-06 23:12:53 -07:00 |
|
Peter Nguyen
|
fd6cb4eb8c
|
Fix return type in executeImpl so it returns array types not nested array types
|
2024-08-31 23:59:26 -06:00 |
|
Peter Nguyen
|
181335f88b
|
Add has_nullable to fix bug with not using null map in arrayIntersect.cpp
|
2024-08-31 13:41:21 -06:00 |
|
Peter Nguyen
|
693abc941e
|
Fix bugs with return type in arrayIntersect.cpp and add constexpr
|
2024-08-30 00:09:28 -06:00 |
|
Peter Nguyen
|
9b51c4f3cf
|
Add arrayUnion to 02415_all_new_functions_must_be_documented.reference
|
2024-08-28 08:36:50 -06:00 |
|
Peter Nguyen
|
e998882609
|
Merge branch 'master' into add_arrayUnion_func
|
2024-08-28 08:05:47 -06:00 |
|
Peter Nguyen
|
f09951ac3d
|
Remove optimize query from 03224_arrayUnion.sql
|
2024-08-28 08:02:57 -06:00 |
|
Nikita Mikhaylov
|
47f0b9fbed
|
Merge pull request #68994 from ClickHouse/alexey-milovidov-patch-8
Update CHANGELOG.md
|
2024-08-28 13:20:15 +00:00 |
|
Kruglov Pavel
|
e7d63b5f79
|
Merge pull request #68953 from Avogar/fix-dynamic-unitialized-value
Don't use serializations cache in const Dynamic column methods
|
2024-08-28 11:39:00 +00:00 |
|
Kruglov Pavel
|
b1e7c067c9
|
Merge pull request #68955 from Avogar/fix-json-type-parsing-null-as-default
Fix JSON type parsing with nulls as defaults
|
2024-08-28 11:38:49 +00:00 |
|
vdimir
|
8ba7cd52e4
|
fix stylecheck
|
2024-08-28 13:21:14 +02:00 |
|
vdimir
|
d6af09ea27
|
Merge pull request #68878 from ClickHouse/vdimir/faster_00653_verification_monotonic_data_load
Speedup test 00653_verification_monotonic_data_load
|
2024-08-28 11:12:17 +00:00 |
|
vdimir
|
31a376953d
|
Merge pull request #68644 from linkwk7/fix_full_text_with_multi_col
Fix wrong row id when using full text index with multi column
|
2024-08-28 11:11:37 +00:00 |
|
alesapin
|
d3e8ed9f4d
|
Merge pull request #68983 from ClickHouse/hhhh
Actually fix false "Killed by signal (output files)" in stress_tests.lib
|
2024-08-28 10:53:05 +00:00 |
|
alesapin
|
d8bf6bfc07
|
Merge pull request #68487 from azat/tests/capture-kill-output
Fix output of clickhouse-test in case of tests timeouts
|
2024-08-28 09:40:32 +00:00 |
|
Kseniia Sumarokova
|
fd3fca9f66
|
Merge pull request #68901 from jrdi/system-projections
Add system.projections table
|
2024-08-28 09:36:23 +00:00 |
|
Pedro Ferreira
|
f158ac624d
|
Merge pull request #68701 from PedroTadim/fix-test
Fix for failing test in CI
|
2024-08-28 09:31:43 +00:00 |
|
Robert Schulze
|
cbf60f83b2
|
Merge pull request #68822 from bigo-sg/improve_upper_lower
Speed up functions `lowerUTF8`/`upperUTF8`
|
2024-08-28 08:53:30 +00:00 |
|
Robert Schulze
|
9fb4c23c06
|
Merge pull request #68678 from rschu1ze/usearch-2.14
Vector similarity index: make `bf16` the default quantization
|
2024-08-28 08:45:02 +00:00 |
|
Alexey Milovidov
|
1f10ba2901
|
Update CHANGELOG.md
Remove the server setting just in case, because its applicability was not clarified, and its name is not proper.
|
2024-08-28 09:16:08 +02:00 |
|
Peter Nguyen
|
e4ba3b47fc
|
Document arrayUnion() in array-functions.md
|
2024-08-28 00:16:02 -06:00 |
|
Peter Nguyen
|
854186dd72
|
Add 03224_arrayUnion test
|
2024-08-28 00:05:08 -06:00 |
|
Peter Nguyen
|
1fc6c091e6
|
Fix bug with improperly casted array types (e.g negative casted to UInt)
|
2024-08-27 23:55:48 -06:00 |
|
Peter Nguyen
|
3153c0cf96
|
Fix bug where empty array always returned if there's any empty array as input
|
2024-08-27 21:37:08 -06:00 |
|
Peter Nguyen
|
d29f0d4c96
|
Pull out code into insertElement() function and implement arrayUnion logic
|
2024-08-27 21:29:34 -06:00 |
|
Michael Kolupaev
|
f4038e3153
|
Merge pull request #68918 from ClickHouse/long
Make long_parquet* tests less long
|
2024-08-27 23:15:07 +00:00 |
|
Michael Kolupaev
|
ea1289a2b3
|
Actually fix false "Killed by signal (output files)" in stress_tests.lib
|
2024-08-27 22:42:14 +00:00 |
|
Konstantin Bogdanov
|
a2a1b47ee3
|
Merge pull request #68902 from ClickHouse/add-integration-test-runner-checks
ci: add checks for `iptables-nft` in integration test runner
|
2024-08-27 20:59:55 +00:00 |
|
Kruglov Pavel
|
59d821e164
|
Merge pull request #68793 from Avogar/json-alias-runtime
Check setting use_json_alias_for_old_object_type in runtime
|
2024-08-27 17:10:23 +00:00 |
|
Konstantin Bogdanov
|
26e1338c4e
|
Update runner
|
2024-08-27 19:05:10 +02:00 |
|
vdimir
|
d2c1dd017f
|
Merge pull request #68713 from ClickHouse/vdimir/02150_index_hypothesis_race_long
Speedup test 02150_index_hypothesis_race_long
|
2024-08-27 17:03:07 +00:00 |
|
alesapin
|
3d40f700cf
|
Merge branch 'master' into tests/capture-kill-output
|
2024-08-27 18:40:22 +02:00 |
|
Anton Popov
|
f7ed0912db
|
Merge pull request #68741 from CurtizJ/fix-async-insert-query-params
Support query parameters in async inserts
|
2024-08-27 16:10:59 +00:00 |
|
Pedro Ferreira
|
53bfab4703
|
Missing newline
|
2024-08-27 14:20:31 +00:00 |
|
vdimir
|
bb22736bc3
|
Merge pull request #68867 from ucasfl/url-engine
Add virtual column _headers for url table engine
|
2024-08-27 13:27:19 +00:00 |
|
János Benjamin Antal
|
964641a28c
|
Merge pull request #67583 from depressed-pho/fix-fromModifiedJulianDay
Fix the upper bound of function fromModifiedJulianDay()
|
2024-08-27 13:20:57 +00:00 |
|
avogar
|
88b72238c8
|
Fix JSON type parsing with nulls as defaults
|
2024-08-27 13:09:19 +00:00 |
|
jsc0218
|
6584790ef4
|
Merge pull request #68752 from jsc0218/Fix02477Timeout
Fix 2477 timeout
|
2024-08-27 13:06:38 +00:00 |
|
Han Fei
|
a0e9412c72
|
Merge pull request #68499 from denis-hananein/fix-68239-sample-n
Fix 68239 sample n
|
2024-08-27 13:05:51 +00:00 |
|
avogar
|
6ee197ea59
|
Don't use serializations cache in const Dynamic column methods
|
2024-08-27 13:01:37 +00:00 |
|
Daniil Ivanik
|
e0dc32bc61
|
Merge pull request #68210 from ClickHouse/divanik/add_local_and_azure_iceberg_support
Support partial Iceberg reading in azure and local storages
|
2024-08-27 11:52:43 +00:00 |
|
Alexander Tokmakov
|
60a0ea5746
|
Merge pull request #68366 from ClickHouse/check_merge_entries
Check that merge entries are valid
|
2024-08-27 11:17:11 +00:00 |
|
Max K.
|
cd2e66ba58
|
Merge pull request #68931 from ClickHouse/ci_job_rerun_fix
CI: Fix job rerun check
|
2024-08-27 11:17:04 +00:00 |
|
Igor Nikonov
|
98562b0d15
|
Merge pull request #67700 from ClickHouse/asan-invalid-shared-context-access
Fix(asan): access destroyed shared context from handleCrash()
|
2024-08-27 10:55:56 +00:00 |
|
Pedro Ferreira
|
3fde3cb85c
|
Merge remote-tracking branch 'upstream/master' into fix-test
|
2024-08-27 10:43:14 +00:00 |
|
Pedro Ferreira
|
43482c4ed0
|
Recreate database at each run
|
2024-08-27 10:42:47 +00:00 |
|
Raúl Marín
|
e3ef11e505
|
Merge pull request #67983 from Algunenano/flaky_win_view
Fix window view missing blocks due to slow flush to view
|
2024-08-27 10:35:09 +00:00 |
|
Kruglov Pavel
|
e13e537a06
|
Merge pull request #68128 from RodolpheDuge/odbc_http_retry_from_configuration
odbc: get http_max_tries from server configuration
|
2024-08-27 10:32:40 +00:00 |
|
robot-clickhouse
|
0ad66778da
|
Automatic style fix
|
2024-08-27 10:19:30 +00:00 |
|
alesapin
|
df44c2a4ff
|
Merge pull request #68897 from ClickHouse/revert-59173-fix_prewhere_without_columns
Revert "Fix prewhere without columns and without adaptive index granularity (almost w/o anything)"
|
2024-08-27 10:15:35 +00:00 |
|