FFFFFFFHHHHHHH
|
6e8f77ee9c
|
Add statistical aggregate function kolmogorovSmirnovTest (#48325)
|
2023-04-05 01:18:54 +02:00 |
|
Robert Schulze
|
db864891f8
|
Merge pull request #47610 from murfel/format-hiliting-fix
Fix minor hiliting issues in clickhouse-format
|
2023-04-04 22:59:46 +02:00 |
|
Dmitry Novik
|
673413dc9f
|
Merge pull request #48355 from ClickHouse/lambda-type-resolution
Fix lambda type resolution
|
2023-04-04 22:07:57 +02:00 |
|
Nikita Mikhaylov
|
fa5b2bd4a5
|
Added Keeper retries for backups operations (#47224)
|
2023-04-04 18:12:08 +02:00 |
|
Robert Schulze
|
e031783ae5
|
More CMake fixes
|
2023-04-04 15:39:16 +00:00 |
|
natasha
|
c3acaecce6
|
fix style - missed tab
|
2023-04-04 16:04:33 +01:00 |
|
natasha
|
647fb63b83
|
rm unneeded parentheses
|
2023-04-04 16:01:15 +01:00 |
|
natasha
|
a1d3ea92b9
|
Merge remote-tracking branch 'origin/master' into format-hiliting-fix
|
2023-04-04 15:55:40 +01:00 |
|
natasha
|
95d77193af
|
add comment re excessive copying in are_equal_with_hilites_removed
|
2023-04-04 15:54:42 +01:00 |
|
natasha
|
46691ef705
|
add check that all strings end without any hilite
|
2023-04-04 15:51:12 +01:00 |
|
natasha
|
a1d718c601
|
update docstring for consume_hilites
|
2023-04-04 15:12:52 +01:00 |
|
natasha
|
cba124f99c
|
fix while in consume_hilites
|
2023-04-04 15:04:50 +01:00 |
|
natasha
|
f6db4fa466
|
avoid explicit check if strings are_equal_without_hilites in are_equal_with_hilites
if anyone needs it, they can call it themselves
|
2023-04-04 15:00:14 +01:00 |
|
natasha
|
0a021d3378
|
refactor consume_hilites to assign last_hilite to an argument, rather than return it, to avoid code duplication in are_equal_with_hilites
|
2023-04-04 14:58:39 +01:00 |
|
natasha
|
f3560a295d
|
accept the pointer by & in consume_hilites, rather than by a pointer to the pointer
|
2023-04-04 14:39:03 +01:00 |
|
natasha
|
2e9607f9c1
|
Fix style
|
2023-04-04 14:33:50 +01:00 |
|
natasha
|
86edd48096
|
HiliteComparator: add Hilite alias for const char * representing hilites
|
2023-04-04 14:29:02 +01:00 |
|
natasha
|
2ff5d60509
|
change compare argument order to be expected, query (=actual)
|
2023-04-04 14:20:13 +01:00 |
|
natasha
|
ebb8899a3d
|
restructure format hiliting tests to avoid code duplication
|
2023-04-04 14:19:06 +01:00 |
|
Dmitry Novik
|
67a62681f6
|
Merge branch 'master' into lambda-type-resolution
|
2023-04-04 15:02:14 +02:00 |
|
natasha
|
3e11c06976
|
extract HiliteComparator tests into an own test suit
|
2023-04-04 12:41:08 +01:00 |
|
natasha
|
3452e1927e
|
move const var definition in HiliteComparator
|
2023-04-04 12:36:41 +01:00 |
|
natasha
|
880e44132f
|
fix hilite comparator tests
|
2023-04-04 12:36:22 +01:00 |
|
natasha
|
779bd3bf4d
|
move hilite comparator tests as well
|
2023-04-04 11:27:02 +01:00 |
|
Kruglov Pavel
|
5f930aeb26
|
Merge pull request #48115 from save-my-heart/throw_non_parametric_function
throw exception while non-parametric functions having parameters
|
2023-04-04 12:05:34 +02:00 |
|
Vladimir C
|
35572321a1
|
Merge pull request #48207 from bigo-sg/map_from_maps
|
2023-04-04 11:12:05 +02:00 |
|
Antonio Andelic
|
a329d80bfa
|
Merge pull request #47397 from ClickHouse/enable-env-credentials-default
Enable `use_environment_credentials` by default
|
2023-04-04 10:00:03 +02:00 |
|
Antonio Andelic
|
52e4149c98
|
Merge pull request #47934 from ClickHouse/alternative-keeper-configs
Merge #35113
|
2023-04-04 09:58:33 +02:00 |
|
Antonio Andelic
|
d0ba1e76bf
|
Merge pull request #48293 from ClickHouse/keeper-map-strict-mode
Add strict mode for KeeperMap
|
2023-04-04 09:57:01 +02:00 |
|
Antonio Andelic
|
4efa707fe3
|
Merge branch 'master' into alternative-keeper-configs
|
2023-04-04 09:53:19 +02:00 |
|
Antonio Andelic
|
0dda3d13ef
|
Merge branch 'master' into keeper-map-strict-mode
|
2023-04-04 09:52:53 +02:00 |
|
Antonio Andelic
|
4bb63aa286
|
Merge branch 'master' into dont-replicate-mutations-keepermap
|
2023-04-04 09:52:50 +02:00 |
|
taiyang-li
|
3bd29f0aa9
|
fix exception message
|
2023-04-04 10:34:33 +08:00 |
|
Alexander Tokmakov
|
72ca7a9724
|
Merge pull request #48337 from vitlibar/add-logging-for-concurrency-checks-for-backups
Add logging for concurrency checks for backups
|
2023-04-04 02:56:10 +03:00 |
|
Alexey Milovidov
|
de8f7a5ad6
|
Merge pull request #48189 from vitlibar/backup-all
Support BACKUP ALL command
|
2023-04-04 01:57:23 +03:00 |
|
Alexey Milovidov
|
3e182bb16b
|
Merge pull request #48288 from Algunenano/buffer_is_exhausted_error
Don't throw CURRENT_WRITE_BUFFER_IS_EXHAUSTED for normal behaviour
|
2023-04-04 01:55:59 +03:00 |
|
Yakov Olkhovskiy
|
35e9e45249
|
Merge pull request #48062 from Algunenano/unnecessary_alter_checks
Only check MV on ALTER when necessary
|
2023-04-03 17:23:11 -04:00 |
|
Dmitry Novik
|
a06e1f4d59
|
Fix lambda type resolution
|
2023-04-03 15:46:32 +00:00 |
|
Antonio Andelic
|
f21c664744
|
Add error code
|
2023-04-03 15:17:06 +00:00 |
|
Antonio Andelic
|
f5e97fbb66
|
Merge branch 'master' into alternative-keeper-configs
|
2023-04-03 15:06:52 +00:00 |
|
Antonio Andelic
|
e81c2999a3
|
Update src/Interpreters/InterpreterAlterQuery.cpp
Co-authored-by: Alexander Tokmakov <tavplubix@clickhouse.com>
|
2023-04-03 16:56:45 +02:00 |
|
Antonio Andelic
|
12bee0573f
|
Correctly check table
|
2023-04-03 14:54:14 +00:00 |
|
Antonio Andelic
|
eacc3752bf
|
Merge branch 'master' into dont-replicate-mutations-keepermap
|
2023-04-03 14:38:57 +00:00 |
|
Antonio Andelic
|
950a7d9948
|
Merge branch 'master' into keeper-map-strict-mode
|
2023-04-03 14:26:14 +00:00 |
|
Antonio Andelic
|
e7d00c8f34
|
Don't replicate mutations for KeeperMap tables
|
2023-04-03 14:22:08 +00:00 |
|
Robert Schulze
|
c8ef87f984
|
Fix build
|
2023-04-03 13:57:16 +00:00 |
|
Nikolai Kochetov
|
d4b91b7f8c
|
Merge pull request #47319 from ClickHouse/query-plan-update-sort-description
Query plan: update sort description
|
2023-04-03 15:42:49 +02:00 |
|
natasha
|
14b4fde1b4
|
extract hilite comparator tests
|
2023-04-03 13:49:43 +01:00 |
|
natasha
|
61cfad1f6d
|
extract hilite comparator into a utility
|
2023-04-03 13:39:17 +01:00 |
|
Kruglov Pavel
|
9e595c82fa
|
Merge pull request #47494 from KevinyhZou/enable_return_null_element_not_exist
Enable return null and complext type for JSON_VALUE function
|
2023-04-03 14:05:18 +02:00 |
|