Maksim Kita
|
627424889d
|
Merge pull request #39926 from azat/dict-prom-fix
Remove dictionaries from prometheus metrics on DETACH/DROP
|
2022-08-11 13:10:47 +02:00 |
|
Jianmei Zhang
|
d1051d822c
|
Use getSerializedFileExtension() to get correct file extension for index (#40095)
|
2022-08-11 12:39:40 +02:00 |
|
Anton Popov
|
c746dcd644
|
Merge pull request #40034 from CurtizJ/fix-parsing-arrays-of-tuples
Fix parsing of tuples in case of errors
|
2022-08-11 12:10:27 +02:00 |
|
Maksim Kita
|
6bec0f5854
|
Merge pull request #38956 from vdimir/dict-join-refactoring
Join with dictionary refactoring
|
2022-08-11 11:54:11 +02:00 |
|
Vladimir C
|
2d44e6c458
|
Merge pull request #39343 from vdimir/refactor-prepared-sets
Refactor PreparedSets/SubqueryForSet
|
2022-08-11 11:19:18 +02:00 |
|
Nikolai Kochetov
|
971d94e492
|
Merge pull request #38682 from ClickHouse/separate-counter-for-rss-in-memory-tracker
Use separate counter for RSS in global memory tracker.
|
2022-08-11 10:11:18 +02:00 |
|
Alexey Milovidov
|
8374f31306
|
Merge pull request #39425 from arenadata/ADQM-485
Add support of dates from year 1900 to 2299 for Date32 and DateTime64
|
2022-08-11 05:01:53 +03:00 |
|
Nikolay Degterinsky
|
547662f88b
|
Merge pull request #40002 from Algunenano/fix_hashid
Fix hashId crash and salt parameter not being used
|
2022-08-11 02:25:10 +02:00 |
|
Anton Popov
|
3fdf428834
|
Merge pull request #39186 from Avogar/numbers-schema-inference
Add new features in schema inference
|
2022-08-11 00:53:54 +02:00 |
|
Nikolay Degterinsky
|
496568101f
|
Merge pull request #39277 from ClibMouse/Structured-Logging-Support
Structured logging support
|
2022-08-10 22:57:48 +02:00 |
|
Robert Schulze
|
11cd21630a
|
Merge pull request #40008 from HarryLeeIBM/hlee-s390x-codec
Fix Endian issues in Codec for s390x
|
2022-08-10 22:10:17 +02:00 |
|
Nikolai Kochetov
|
c9353cbae8
|
Merge branch 'master' into separate-counter-for-rss-in-memory-tracker
|
2022-08-10 21:39:50 +02:00 |
|
Alexey Milovidov
|
53097b3d65
|
Merge pull request #40015 from tbragin/master
Add parseDateTime64BestEffortUS* functions
|
2022-08-10 20:00:50 +03:00 |
|
vdimir
|
5fea2091ac
|
Embed IKeyValue impl into IDictionary.h
|
2022-08-10 15:58:15 +00:00 |
|
Kseniia Sumarokova
|
a4d513657c
|
Merge pull request #40010 from ClickHouse/catboost-further-preparation
Further preparation for catboost integration into library-bridge
|
2022-08-10 17:35:12 +02:00 |
|
Nikita Mikhaylov
|
8e8e845a89
|
Merge branch 'master' into separate-counter-for-rss-in-memory-tracker
|
2022-08-10 16:44:24 +02:00 |
|
vdimir
|
90fa2ed8c1
|
better code for join with dict
|
2022-08-10 14:20:29 +00:00 |
|
vdimir
|
44c688332a
|
IKeyValueEntity is not inheritor of IStorage
|
2022-08-10 14:20:28 +00:00 |
|
vdimir
|
ad91c16ba0
|
Rename join_common -> JoinUtils
|
2022-08-10 14:20:28 +00:00 |
|
vdimir
|
f7b130b0cb
|
Rename IKVStorage.h -> IKeyValueStorage.h
|
2022-08-10 14:20:28 +00:00 |
|
vdimir
|
442ffb0349
|
Fix build after resolving conflicts
|
2022-08-10 14:20:27 +00:00 |
|
vdimir
|
d1aea19987
|
Remove old join with dictionary
|
2022-08-10 14:20:26 +00:00 |
|
vdimir
|
7073067d40
|
check attributes for join with dict
|
2022-08-10 14:20:26 +00:00 |
|
vdimir
|
3347345873
|
Join with dictionary uses DirectJoin
|
2022-08-10 14:20:18 +00:00 |
|
vdimir
|
b7c5c54181
|
Fix build
|
2022-08-10 13:43:55 +00:00 |
|
Nikolai Kochetov
|
933043d841
|
Minor fixes.
|
2022-08-10 12:38:35 +00:00 |
|
Anton Popov
|
c7615e9bde
|
fix style check
|
2022-08-10 12:28:28 +00:00 |
|
vdimir
|
5eb4cd39e0
|
Merge branch 'master' into refactor-prepared-sets
|
2022-08-10 11:47:49 +00:00 |
|
Maksim Kita
|
aff8149f5c
|
Merge pull request #39998 from kitaisreal/actions-dag-refactoring
ActionsDAG rename index to outputs
|
2022-08-10 11:44:18 +02:00 |
|
Vladimir C
|
a006ff0a43
|
Merge pull request #40037 from arthurpassos/fix_arrow_column_dictionary_to_ch_lc
Fix arrow column dictionary to ch lc
|
2022-08-10 11:40:40 +02:00 |
|
Vladimir C
|
1196d1d117
|
Merge pull request #40009 from ClickHouse/vdimir/rename-joined-project-input
Project input for rename joined columns step
|
2022-08-10 10:32:36 +02:00 |
|
Roman Vasin
|
537ba613dc
|
Remove clamping from AddDaysImpl and AddWeeksImpl; fix 01921_datatype_date32 test
|
2022-08-10 08:14:16 +00:00 |
|
Alexey Milovidov
|
ddd79e6c05
|
Merge pull request #40038 from ClickHouse/non-significant-changes
Non-significant changes
|
2022-08-10 07:19:03 +03:00 |
|
Yakov Olkhovskiy
|
ffbaf72bab
|
Merge pull request #39874 from ClickHouse/fix-quota-key
Fix quota_key
|
2022-08-10 00:12:44 -04:00 |
|
Alexey Milovidov
|
bc57fb5c5b
|
Merge branch 'master' into fix-aggregate-function-type
|
2022-08-10 04:46:58 +03:00 |
|
Alexey Milovidov
|
78d3079f0c
|
Non-significant changes
|
2022-08-09 21:32:42 +02:00 |
|
Nikolai Kochetov
|
fdb1c2545f
|
Merge pull request #39990 from ClickHouse/fetch_huge_column_memory_consumption
Fix big memory usage for fetch.
|
2022-08-09 21:10:22 +02:00 |
|
Arthur Passos
|
c4d8ad2222
|
Add docs
|
2022-08-09 15:58:46 -03:00 |
|
Arthur Passos
|
e724e7bef6
|
Update arrow dict to lc comment
|
2022-08-09 15:52:37 -03:00 |
|
Mallik Hassan
|
666fb8dc42
|
Merge branch 'ClickHouse:master' into Structured-Logging-Support
|
2022-08-09 15:39:00 -03:00 |
|
Arthur Passos
|
6eb89fd780
|
Fix both arrow dict de-serialization and dict of nullable de-serialization
|
2022-08-09 15:06:22 -03:00 |
|
Arthur Passos
|
be1e32c3f1
|
Merge branch 'ClickHouse:master' into fix_arrow_column_dictionary_to_ch_lc
|
2022-08-09 15:04:06 -03:00 |
|
Anton Popov
|
7c364d4124
|
fix parsing of tuples in case of errors
|
2022-08-09 17:39:36 +00:00 |
|
Maksim Kita
|
acbfcf440b
|
Merge branch 'master' into actions-dag-refactoring
|
2022-08-09 18:52:08 +02:00 |
|
Yakov Olkhovskiy
|
5304e773cd
|
no session in interserver mode
|
2022-08-09 12:10:09 -04:00 |
|
Anton Popov
|
0106ebd4df
|
fix segfault in DataTypeAggregateFunction
|
2022-08-09 13:19:12 +00:00 |
|
Maksim Kita
|
a576a55375
|
Fixed build
|
2022-08-09 15:03:59 +02:00 |
|
Kruglov Pavel
|
088e8cf9bd
|
Merge branch 'master' into numbers-schema-inference
|
2022-08-09 14:00:36 +02:00 |
|
Kruglov Pavel
|
99b9e85a8f
|
Merge pull request #39646 from Avogar/more-formats
Add more Pretty formats
|
2022-08-09 13:59:47 +02:00 |
|
Alexander Gololobov
|
def35cabd4
|
Merge pull request #40004 from ClickHouse/lwd_merge_tree_small_fix
More generic check for MergeTree table family
|
2022-08-09 13:14:02 +02:00 |
|