lgbo-ustc
|
d205f9ecab
|
codes refactor
|
2021-12-23 11:50:26 +08:00 |
|
lgbo-ustc
|
2d226e287a
|
update comment in LRUCache::set
|
2021-12-22 15:11:39 +08:00 |
|
lgbo-ustc
|
1f59ce760c
|
typo
|
2021-12-21 19:06:00 +08:00 |
|
taiyang-li
|
2597925724
|
merge master
|
2021-12-21 15:55:39 +08:00 |
|
taiyang-li
|
cff3c20742
|
Merge branch 'hive_table' of https://github.com/bigo-sg/ClickHouse into bigo_hive_table
|
2021-12-21 15:01:23 +08:00 |
|
taiyang-li
|
2fd63f9381
|
rename some symboles
|
2021-12-21 15:00:47 +08:00 |
|
taiyang-li
|
40aa359201
|
refactor storage hive
|
2021-12-21 14:44:31 +08:00 |
|
lgbo-ustc
|
44c0f0e680
|
rewrite comments
|
2021-12-21 10:59:23 +08:00 |
|
lgbo-ustc
|
fb1214efeb
|
fixed code style
|
2021-12-21 10:56:57 +08:00 |
|
lgbo-ustc
|
eb9e9bd47a
|
fixed a bug
|
2021-12-21 10:50:25 +08:00 |
|
lgbo-ustc
|
2e2354be40
|
1. add tryDel and getOrTrySet in LRUCache
2. fixed bugs in LRUCache for evicting elements
|
2021-12-21 10:39:59 +08:00 |
|
lgbo-ustc
|
2c67516432
|
1. fixed code style
2. fixed bugs in lru cache
|
2021-12-21 09:44:04 +08:00 |
|
alexey-milovidov
|
04fb8aeaa5
|
Merge pull request #32946 from antonio2368/feature/hints-for-settings
Hints for invalid settings in query and HTTP requests
|
2021-12-21 00:52:42 +03:00 |
|
Maksim Kita
|
26ea47982e
|
Merge pull request #32965 from save-my-heart/fix-data-part-modification-time
fix wrong modification_time after move part
|
2021-12-21 00:05:27 +03:00 |
|
Kseniia Sumarokova
|
2ac7897470
|
Merge pull request #32841 from lingtaolf/feature/add-clickhouse-client-hints
Add clickhouse client hints
|
2021-12-20 23:48:50 +03:00 |
|
Antonio Andelic
|
4eae5ce00e
|
Fix http request check
|
2021-12-20 20:39:31 +01:00 |
|
mergify[bot]
|
e21c04ff9c
|
Merge branch 'master' into fix-data-part-modification-time
|
2021-12-20 18:58:47 +00:00 |
|
Nikolai Kochetov
|
35883e0dae
|
Merge pull request #32979 from ClickHouse/decrease-some-s3-log-level
Decrease log level for some s3 messages.
|
2021-12-20 20:56:22 +03:00 |
|
Maksim Kita
|
dd0d3de050
|
Merge pull request #32970 from kitaisreal/loops-remove-postfix-increment
Loops remove postfix increment
|
2021-12-20 19:51:07 +03:00 |
|
Maksim Kita
|
daa23a2827
|
Merge pull request #32973 from kitaisreal/short-circuit-throw-if-support
Short circuit evaluation function throwIf support
|
2021-12-20 19:50:53 +03:00 |
|
Vitaly Baranov
|
e61d3eef0c
|
Merge pull request #32747 from vitlibar/improve-grpc-compression
Improve gRPC compression support
|
2021-12-20 19:44:58 +03:00 |
|
Antonio Andelic
|
e65df85412
|
Use -F flag for tests
|
2021-12-20 17:05:16 +01:00 |
|
Antonio Andelic
|
bc52758e4d
|
Explicitly default move/copy constructors
|
2021-12-20 17:05:08 +01:00 |
|
Antonio Andelic
|
ef57b759e0
|
Add stateless tests for setting hints
|
2021-12-20 16:57:09 +01:00 |
|
Antonio Andelic
|
25f88356e4
|
Add hints for SET query and HTTP request param settings
|
2021-12-20 16:57:09 +01:00 |
|
Nikolai Kochetov
|
7dea7b7f76
|
Decrease log level for some s3 messages.
|
2021-12-20 18:18:54 +03:00 |
|
Kseniia Sumarokova
|
a5f28e51e5
|
Try fix style check
|
2021-12-20 18:09:20 +03:00 |
|
Maksim Kita
|
02b6ad52ef
|
FunctionThrowIf fixed exception
|
2021-12-20 16:55:15 +03:00 |
|
Maksim Kita
|
f9b585fcdf
|
Merge pull request #32822 from den-crane/test/summap_nullable
test for summap nullable(0)
|
2021-12-20 16:50:45 +03:00 |
|
Maksim Kita
|
ebff389701
|
Merge pull request #32972 from kitaisreal/containers-iteration-fix-erase
Containers iteration fix erase
|
2021-12-20 16:47:19 +03:00 |
|
Nikolai Kochetov
|
9cc1933c54
|
Merge pull request #32581 from andrc1901/andrc1901-DOCSUP-18084
DOCSUP-18084: Edit and translate to Russian
|
2021-12-20 16:39:35 +03:00 |
|
Maksim Kita
|
60d4295d8a
|
FunctionThrowIf added comment
|
2021-12-20 16:00:43 +03:00 |
|
mergify[bot]
|
c3a4e0ddcb
|
Merge branch 'master' into andrc1901-DOCSUP-18084
|
2021-12-20 13:00:43 +00:00 |
|
Maksim Kita
|
51477adf1b
|
Updated additional cases
|
2021-12-20 15:55:07 +03:00 |
|
Nikolai Kochetov
|
2e62f086a1
|
Merge pull request #32751 from ClickHouse/fix-32668
Apply some more optimizations to NO_QUERY ast.
|
2021-12-20 15:47:25 +03:00 |
|
lgbo-ustc
|
71353ceede
|
refactor metadata class factory
|
2021-12-20 20:33:41 +08:00 |
|
Kruglov Pavel
|
abbab7ff87
|
Merge pull request #32929 from kreuzerkrieg/get_ORC_right
Stop reading incomplete stripes and skip rows.
|
2021-12-20 15:31:48 +03:00 |
|
alesapin
|
5958cac72c
|
Merge pull request #32493 from azat/fix-02050_client_profile_events
Fix 02050_client_profile_events flakiness
|
2021-12-20 15:02:02 +03:00 |
|
alesapin
|
830f1a2e94
|
Merge pull request #32967 from ClickHouse/sync_release_branches_1
Sync release CI branches in master
|
2021-12-20 14:51:55 +03:00 |
|
Maksim Kita
|
20e4ce3314
|
Short circuit evaluation function throwIf support
|
2021-12-20 14:49:05 +03:00 |
|
alesapin
|
6e15ff7d31
|
Fix envs
|
2021-12-20 13:48:15 +03:00 |
|
Maksim Kita
|
3feab5a975
|
Containers iteration fix erase
|
2021-12-20 13:42:31 +03:00 |
|
Maksim Kita
|
7785eac384
|
Loops remove postfix increment
|
2021-12-20 13:32:13 +03:00 |
|
taiyang-li
|
970466ea4e
|
revert irrelate contribs
|
2021-12-20 18:30:40 +08:00 |
|
Kseniia Sumarokova
|
967738ff8f
|
Merge pull request #32749 from kssenii/table-override-pg
Support Table Override clause for MaterializedPostgreSQL too
|
2021-12-20 13:11:47 +03:00 |
|
taiyang-li
|
7192458601
|
fix code typo
|
2021-12-20 18:10:15 +08:00 |
|
Maksim Kita
|
a72637b0f7
|
Merge pull request #32966 from wangxinalex/patch-1
Update external-dicts-dict-polygon.md
|
2021-12-20 13:03:21 +03:00 |
|
Maksim Kita
|
2eb9b3118e
|
Merge pull request #32805 from kitaisreal/cache-dictionary-dictionary-source-access-race-fix
CacheDictionary dictionary source access race fix
|
2021-12-20 12:50:16 +03:00 |
|
alesapin
|
0e6b1b0ec0
|
Sync release branches in master
|
2021-12-20 11:58:52 +03:00 |
|
Xin Wang
|
3edb2ca806
|
Update external-dicts-dict-polygon.md
fix a typo `tne` -> `the`
|
2021-12-20 16:32:38 +08:00 |
|