bharatnc
01f9370d6e
fix variable name in h3 misc funcs
2022-01-10 22:41:41 -08:00
kssenii
2faad57dd3
More tests
2022-01-11 01:58:05 +03:00
Maksim Kita
4ddac56787
Merge pull request #33479 from bharatnc/ncb/h3-misc-funcs
...
add h3 misc functions - part 1
2022-01-10 23:44:42 +03:00
Maksim Kita
a7f4d1f6fc
Merge pull request #33496 from zxypetre/master
...
Fix for zh
2022-01-10 23:43:12 +03:00
mergify[bot]
ef36176b2b
Merge branch 'master' into master
2022-01-10 20:14:35 +00:00
Maksim Kita
8465de9a4e
Merge pull request #33482 from zhongyuankai/materialized_view_support_virtual_column
...
Materialized view support virtual column
2022-01-10 23:13:31 +03:00
Maksim Kita
22b614857d
Merge pull request #33383 from stigsb/explain-ast-alter-command-names
...
Print alter command names in EXPLAIN AST
2022-01-10 23:13:18 +03:00
Mikhail f. Shiryaev
1cf46f378f
Merge pull request #33494 from msaf1980/rollup_rules_type
...
GraphiteMergeTree Rollup rules type
2022-01-10 20:53:20 +01:00
Azat Khuzhin
cb70544dfe
Move LockMemoryExceptionInThread and MemoryTrackerBlockerInThread
2022-01-10 22:39:10 +03:00
Azat Khuzhin
c1dea66907
Move TraceCollector into Interpreters
...
Since now it relies on SystemLog that is in Interpreters, and it cannot
be moved into Common, since it has lots of dependencies.
2022-01-10 22:35:42 +03:00
Azat Khuzhin
aee034a597
Use explicit template instantiation for SystemLog
...
- Move some code into module part to avoid dependency from IStorage in SystemLog
- Remove extra headers from SystemLog.h
- Rewrite some code that was relying on headers that was included by SystemLog.h
v2: rebase
v3: squash move into module part with explicit template instantiation
(to make each commit self compilable after rebase)
2022-01-10 22:01:41 +03:00
Azat Khuzhin
30e0df1e8c
Forward declaration of IStorage in InterpreterWatchQuery
2022-01-10 22:01:41 +03:00
Nikolai Kochetov
776bb0b02c
Fix insert into defalut nested LowCardinality column.
2022-01-10 21:30:28 +03:00
Mikhail f. Shiryaev
d35ad19135
Fix review points
2022-01-10 18:23:17 +01:00
Vitaly Baranov
5528ddc545
Update AccessControl.cpp
...
Tabs are not allowed, replaced with spaces
2022-01-10 23:31:11 +07:00
mergify[bot]
5857667453
Merge branch 'master' into materialized_view_support_virtual_column
2022-01-10 16:25:46 +00:00
mergify[bot]
4fd5884698
Merge branch 'master' into grant_bug_fixed
2022-01-10 16:17:57 +00:00
tavplubix
c514067377
Merge pull request #33287 from benbiti/translate_docs_zh
...
[Docs]Translate system.tables asynchronous_metric_log into zh
2022-01-10 18:28:37 +03:00
Stig Bakken
d9c86755ba
Add functional test
2022-01-10 16:05:52 +01:00
Sergei Trifonov
4cef70c209
Merge pull request #33503 from ClickHouse/serxa/fix-doc-typo
...
fix typo
2022-01-10 17:06:38 +03:00
Sergei Trifonov
730d49dc69
fix typo
2022-01-10 17:04:22 +03:00
Mikhail f. Shiryaev
a8c83dce14
Use map for QueryKindAmounts
2022-01-10 13:49:53 +01:00
Anton Popov
46b9279d81
Merge pull request #33300 from CurtizJ/support-prewhere-storage-merge
...
Support `optimize_move_to_prewhere` with storage `Merge`
2022-01-10 15:15:15 +03:00
msaf1980
780a1b2abe
graphite: split tagged/plain rollup rules (for merges perfomance)
2022-01-10 16:34:16 +05:00
tavplubix
376709b249
Merge pull request #33305 from nvartolomei/nv/test-odbc
...
Add test for broken connection
2022-01-10 14:23:38 +03:00
kssenii
669c7bf571
Add one more test
2022-01-10 14:04:18 +03:00
kssenii
21c34ad59b
Add support for dictionary source
2022-01-10 14:00:03 +03:00
msirm
474668e32c
Fix for zh
2022-01-10 17:56:59 +08:00
Maksim Kita
7d24c05424
Update 02164_materialized_view_support_virtual_column.sql
2022-01-10 12:21:49 +03:00
Maksim Kita
f34fdaec46
Update 02164_materialized_view_support_virtual_column.sql
2022-01-10 12:20:31 +03:00
Stig Bakken
3fd93eb90c
Print alter command names in EXPLAIN AST
2022-01-10 10:08:41 +01:00
Nikolay Degterinsky
dd2779fadc
Merge pull request #33489 from rad1k4l/patch-1
...
Fix typo in docs - Invalid xml config
2022-01-10 11:55:07 +03:00
Orkhan Zeynalli
3c95b8cf14
Fix for zh
2022-01-10 12:20:43 +04:00
Orkhan Zeynalli
de276aa9bc
Fix for ja
2022-01-10 12:19:46 +04:00
Orkhan Zeynalli
78dce08260
Fix typo for english language
2022-01-10 12:18:22 +04:00
zhongyuankai
61ea0837d4
materialized view support virtual column
2022-01-10 15:53:41 +08:00
mergify[bot]
664eb7d456
Merge branch 'master' into decimal-binary-op
2022-01-10 07:14:56 +00:00
Kseniia Sumarokova
e6ea7c361d
Merge pull request #32836 from stigsb/explain-table-override
...
Add `EXPLAIN TABLE OVERRIDE` for pre-validating overrides.
2022-01-10 09:58:16 +03:00
Kseniia Sumarokova
0a1300d32a
Merge pull request #33340 from Vxider/fix-windowview-inner-table-parser
...
Fix inner table parser in window view
2022-01-10 09:45:17 +03:00
IlyaTsoi
86aabe63c3
Insert missing word
...
Insert missing word 'секцию'
2022-01-10 09:40:24 +03:00
JackyWoo
e600fddffa
add test_keeper_session/__init__.py
2022-01-10 14:14:57 +08:00
Maksim Kita
a49826d5ae
Merge pull request #33491 from olevino/patch-1
...
Update developer-instruction.md
2022-01-10 06:32:52 +03:00
feng lv
8346057be6
fix
2022-01-10 03:05:45 +00:00
huzhichengdd
a59354b820
Update AccessControl.cpp
2022-01-10 10:42:58 +08:00
huzhichengdd
5ffa16a8a6
fix ContextAccess constructor to avoid coredump
2022-01-10 02:31:55 +00:00
Vxider
ab593d24f3
update code style
2022-01-10 02:16:07 +00:00
olevino
3c4666d5f0
Update developer-instruction.md
...
added '--recursive'
2022-01-10 04:34:06 +03:00
olevino
452e048812
Update developer-instruction.md
...
Small fix
первое вхождение слова `ClickHouse`
->
слово `your_github_username`
2022-01-10 04:26:33 +03:00
kssenii
5fbafed807
Update test
2022-01-09 21:56:24 +03:00
Orkhan Zeynalli
070ad64ba7
Invalid xml config
2022-01-09 22:38:31 +04:00