kssenii
|
0afc23bfa3
|
Merge branch 'master' of github.com:ClickHouse/ClickHouse into interactive-mode-for-clickhouse-local
|
2021-08-21 18:23:14 +03:00 |
|
kssenii
|
1f0bb0d81b
|
Reorganize a bit more, fix tests
|
2021-08-21 18:17:02 +03:00 |
|
Nikita Mikhaylov
|
cfa571cac4
|
Merge pull request #27895 from nikitamikhaylov/temporary_remove_yaml_fuzzer
Build fuzzers with clang-tidy
|
2021-08-21 16:51:31 +03:00 |
|
Nikita Mikhaylov
|
64821c41d9
|
Style
|
2021-08-21 13:00:15 +00:00 |
|
alexey-milovidov
|
1a2f5a2e12
|
Merge pull request #27862 from qoega/mute-integration-debug-fails
Mute some integration tests until failures are fixed
|
2021-08-21 15:04:59 +03:00 |
|
alexey-milovidov
|
894e56fd99
|
Update PULL_REQUEST_TEMPLATE.md
|
2021-08-21 10:50:10 +03:00 |
|
alexey-milovidov
|
5ac6a99542
|
Merge pull request #27927 from ClickHouse/fix_27832
Сheck cluster name before creating Distributed
|
2021-08-21 10:40:23 +03:00 |
|
alexey-milovidov
|
adc63ce279
|
Merge pull request #27918 from vitlibar/fix-low-cardinality-uuid-with-extremes
Fix selecting with extremes from LowCardinality(UUID)
|
2021-08-21 10:34:33 +03:00 |
|
alexey-milovidov
|
dfb7decc0f
|
Merge pull request #27903 from ClickHouse/password-usability
Improve usability when user forgot password
|
2021-08-21 10:27:41 +03:00 |
|
Kseniia Sumarokova
|
19afb22b4d
|
Merge pull request #27932 from amosbird/constkeys
Add a setting to bring back the old behavior of grouping by constant keys on empty set.
|
2021-08-21 08:02:30 +03:00 |
|
Nikita Mikhaylov
|
9d5cab4d9f
|
Better
|
2021-08-21 02:30:28 +00:00 |
|
Nikita Mikhaylov
|
3cd689c168
|
Moved fuzzers to another directory
|
2021-08-21 02:27:27 +00:00 |
|
Nikita Mikhaylov
|
f72457fa98
|
Lower the size of the binaries
|
2021-08-21 02:20:23 +00:00 |
|
kssenii
|
3a39e3f039
|
Reorganize options
|
2021-08-21 00:39:28 +03:00 |
|
Nikita Mikhaylov
|
0abcc5b18a
|
Fix build
|
2021-08-20 21:27:34 +00:00 |
|
Kseniia Sumarokova
|
f3f44ec8fb
|
Merge pull request #27901 from amosbird/applylambda
APPLY with lambda.
|
2021-08-21 00:26:03 +03:00 |
|
Alexey Boykov
|
05472095ec
|
Merge pull request #27857 from sunwenli/patch-5
Update ym-dict-functions.md
|
2021-08-21 00:16:07 +03:00 |
|
kssenii
|
21f9622cad
|
Reorganize multiquery processing
|
2021-08-20 23:39:13 +03:00 |
|
Kseniia Sumarokova
|
38a35c1d9e
|
Merge pull request #27530 from kssenii/col-identifier-as-col-number
Allow positional arguments for group by, order by, limit by
|
2021-08-20 21:08:58 +03:00 |
|
igomac
|
91813b0110
|
Update docs/zh/sql-reference/functions/ym-dict-functions.md
Co-authored-by: Alexey Boykov <33257111+mathalex@users.noreply.github.com>
|
2021-08-21 00:53:19 +08:00 |
|
Ilya Yatsishin
|
e146afec79
|
Merge pull request #27905 from kitaisreal/dictionary-empty-attribute-list
Dictionary empty attribute list
|
2021-08-20 19:28:06 +03:00 |
|
Yatsishin Ilya
|
d9e782d379
|
Merge remote-tracking branch 'origin' into mute-integration-debug-fails
|
2021-08-20 18:59:16 +03:00 |
|
Yatsishin Ilya
|
58c1b57259
|
improve tests from test_backward_compatibility
|
2021-08-20 18:58:43 +03:00 |
|
Yatsishin Ilya
|
812a6ffb80
|
kafka assertion was fixed in master
|
2021-08-20 18:56:15 +03:00 |
|
Ilya Yatsishin
|
624cb43f7f
|
Merge pull request #27885 from azat/kafka-write-assert
Fix incorrect assertion during writing to StorageKafka
|
2021-08-20 18:53:22 +03:00 |
|
Amos Bird
|
5708ed42ec
|
Add setting.
empty_result_for_aggregation_by_constant_keys_on_empty_set
|
2021-08-20 22:34:32 +08:00 |
|
Alexander Tokmakov
|
42378b5913
|
fix
|
2021-08-20 17:05:53 +03:00 |
|
Nikita Mikhaylov
|
c5779eb604
|
Fix build
|
2021-08-20 13:27:44 +00:00 |
|
Amos Bird
|
452602dadb
|
APPLY with lambda.
|
2021-08-20 20:38:09 +08:00 |
|
alesapin
|
10503af0d0
|
Merge pull request #27818 from ClickHouse/add_keeper_test_and_fix_docs
Add test for clickhouse-keeper start after conversion
|
2021-08-20 15:22:32 +03:00 |
|
kssenii
|
41d735fd56
|
Fix context
|
2021-08-20 15:16:13 +03:00 |
|
Nikita Mikhaylov
|
c6f94e5016
|
better
|
2021-08-20 11:57:15 +00:00 |
|
Alexander Tokmakov
|
8c6dd18917
|
check cluster name before creating Distributed
|
2021-08-20 14:55:04 +03:00 |
|
alesapin
|
3bf412c656
|
Merge pull request #26843 from nvartolomei/nv/last-queue-update-exception
Store exception generated when we tried to update the queue last time
|
2021-08-20 14:46:45 +03:00 |
|
Alexander Kuzmenkov
|
a0dff687b2
|
Merge pull request #27879 from ClickHouse/aku/perf-article
blog article about perf tests
|
2021-08-20 14:01:16 +03:00 |
|
Nikita Mikhaylov
|
ea3f7bee97
|
Merge pull request #27743 from nikitamikhaylov/lz4-checks
Better code around decompression [2]
|
2021-08-20 13:25:07 +03:00 |
|
Nikita Mikhaylov
|
0da15b9ece
|
Fix build
|
2021-08-20 10:23:50 +00:00 |
|
Vitaly Baranov
|
cbc1b2e72d
|
Fix selecting with extremes from LowCardinality(UUID)
|
2021-08-20 13:10:41 +03:00 |
|
Alexey Milovidov
|
c3c31e2895
|
Move function to appropriate place to make code more readable
|
2021-08-20 12:56:39 +03:00 |
|
alexey-milovidov
|
0aa800122d
|
Update menus.md
|
2021-08-20 12:28:23 +03:00 |
|
kssenii
|
c6f456b241
|
Fix build
|
2021-08-20 09:09:46 +00:00 |
|
Maksim Kita
|
9831995fd8
|
Dictionary empty attribute list
|
2021-08-20 12:09:05 +03:00 |
|
Kruglov Pavel
|
5a282e8947
|
Merge pull request #27875 from vitlibar/fix-shutdown-named-session-storage
Fix shutdown of NamedSessionStorage.
|
2021-08-20 11:50:43 +03:00 |
|
Alexey Milovidov
|
2ab97bd621
|
Improve usability when user forgot password #27750
|
2021-08-20 11:08:21 +03:00 |
|
Kseniia Sumarokova
|
74ebc5c75c
|
Merge pull request #27876 from CurtizJ/cast-with-minus
Fix postgres-like cast with negative numbers
|
2021-08-20 10:55:42 +03:00 |
|
Kseniia Sumarokova
|
273b8b9bc1
|
Merge pull request #27704 from jasine/master
feat: add conversions between snowflake id and dateTime(dateTime64)
|
2021-08-20 10:48:40 +03:00 |
|
kssenii
|
39e80a47a3
|
Merge branch 'master' of github.com:ClickHouse/ClickHouse into interactive-mode-for-clickhouse-local
|
2021-08-20 10:13:58 +03:00 |
|
alexey-milovidov
|
7127905909
|
Merge pull request #27884 from ClickHouse/aku/decimal-formatting
fix decimal formatting settings in perf test
|
2021-08-20 09:04:18 +03:00 |
|
alexey-milovidov
|
fa2a2817c9
|
Merge pull request #27883 from azat/bump-librdkafka-to-fix-TSan
Bump librdkafka (fixes use of an invalid/destroyed mutex)
|
2021-08-20 09:03:02 +03:00 |
|
igomac
|
1d7c58238f
|
Create ym-dict-functions.md
add missing translation
|
2021-08-20 12:27:19 +08:00 |
|