Commit Graph

78591 Commits

Author SHA1 Message Date
vxider
ed17afbdb3 rename window function to window view function 2021-12-07 10:31:49 +00:00
vxider
03dc76da15 add window view doc(en) 2021-12-07 10:05:19 +00:00
Mikhail f. Shiryaev
5fc20b3e6a
Merge pull request #25122 from msaf1980/rollup_rules_type
GraphiteMergeTree Rollup rules type
2021-12-07 10:18:08 +01:00
Nikolai Kochetov
7d83a022c3
Merge pull request #32326 from ClickHouse/revert-32122-add-test-with-many-mutations
Revert "Add a test with 20000 mutations in one query"
2021-12-07 12:12:37 +03:00
Nikolai Kochetov
9b9d524359
Revert "Add a test with 20000 mutations in one query" 2021-12-07 12:12:20 +03:00
Vladimir C
be152dec97
Merge pull request #32247 from ka1bi4/romanzhukov-DOCSUP-19042-query_views_log 2021-12-07 11:25:20 +03:00
dongyifeng
9df664e1c9
fix bug when remove unneeded columns in subquery (#32289) 2021-12-07 11:09:39 +03:00
Kseniia Sumarokova
96bc93740c
Merge pull request #32323 from ClickHouse/kssenii-patch-2
Update backport.py
2021-12-07 10:48:19 +03:00
Kseniia Sumarokova
dc5707bdb5
Update backport.py 2021-12-07 10:47:17 +03:00
Kseniia Sumarokova
926fd568c7
Merge pull request #32113 from FrankChen021/url_http_header
Set Content-Type in HTTP packets issued from URL engine
2021-12-07 08:52:36 +03:00
Kseniia Sumarokova
eab6f0ba49
Update FormatFactory.cpp 2021-12-06 23:35:29 +03:00
Kseniia Sumarokova
e2cf5c6075
Merge pull request #32232 from Vxider/fix-window-view-parser
Fix window view parser
2021-12-06 23:33:43 +03:00
Kseniia Sumarokova
7e261245d3
Merge pull request #32256 from taiyang-li/default_for_hdfs
Support default expression for storage hdfs and optimize fetching when source is column oriented
2021-12-06 23:32:01 +03:00
Nikolai Kochetov
ca5b6ce654
Merge pull request #32122 from ClickHouse/add-test-with-many-mutations
Add a test with 20000 mutations in one query
2021-12-06 22:09:26 +03:00
Kseniia Sumarokova
a2dfa883cb
Merge pull request #32049 from leosunli/32039
#32039 Make HDFS replication configurable in WriteBufferFromHDFSImpl#WriteBu…
2021-12-06 20:24:29 +03:00
tavplubix
657db07795
Merge pull request #32288 from ClickHouse/fix_xml_dict_cyclic_dependency
Fix cyclic dependency with XML dictionary and StorageDictionary
2021-12-06 20:02:38 +03:00
tavplubix
d2a606b8af
Merge pull request #32173 from zzsmdfj/MaterializedMySQL_support_VARBINARY
MaterializedMySQL support VARBINARY type
2021-12-06 19:56:58 +03:00
Nikita Mikhaylov
c92cfc38d4
Fix possible crash in DataTypeAggregateFunction (#32287) 2021-12-06 19:47:30 +03:00
msaf1980
303552f515
graphite: split tagged/plain rollup rules (for merges perfomance) 2021-12-06 16:49:08 +01:00
vxider
ee8a160790 enable window view tests 2021-12-06 14:26:39 +00:00
vxider
2f4f2d9d5e Merge branch 'master' of https://github.com/ClickHouse/ClickHouse 2021-12-06 14:06:00 +00:00
romanzhukov
5b03dabb09 Update string-search-functions.md 2021-12-06 16:38:19 +03:00
Alexander Tokmakov
7797a72907 fix false-positive ciclyc dependency with XML dict 2021-12-06 16:35:43 +03:00
romanzhukov
c3a7858a63 Fix comments 2021-12-06 16:22:15 +03:00
mergify[bot]
52904a4973
Merge branch 'master' into default_for_hdfs 2021-12-06 13:19:49 +00:00
Roman Bug
a45b204eb4
Update docs/ru/operations/server-configuration-parameters/settings.md
Co-authored-by: gyuton <40863448+gyuton@users.noreply.github.com>
2021-12-06 15:29:47 +03:00
Roman Bug
39554a6843
Update docs/ru/operations/server-configuration-parameters/settings.md
Co-authored-by: gyuton <40863448+gyuton@users.noreply.github.com>
2021-12-06 15:29:42 +03:00
Nikolai Kochetov
f064f2cdaa
Use seq_cst semantic for MergeTreeBackgroundExecutor mertic. (#32125) 2021-12-06 15:21:39 +03:00
Maksim Kita
f71ecfc6e0
Merge pull request #32269 from melvynator/patch-1
Update mergetree.md : adding the correct anchor to the link
2021-12-06 15:12:12 +03:00
Maksim Kita
11df9a6bc4
Merge pull request #32187 from kitaisreal/dictionary-qualify-name-with-database-fix
DictionariesLoader qualify name with database fix
2021-12-06 15:11:09 +03:00
mergify[bot]
644f59843e
Merge branch 'master' into MaterializedMySQL_support_VARBINARY 2021-12-06 12:02:31 +00:00
Peignon Melvyn
ee2655b704
Update mergetree.md
The link did not had the correct anchor
2021-12-06 12:46:19 +01:00
alexey-milovidov
4e62d9f5b1
Merge pull request #32174 from azat/perf-wait
perf: fix waiting of the server after running tests
2021-12-06 14:28:49 +03:00
Maksim Kita
1ec9039b1d ExternalDictionariesLoader fix getCurrentDatabase multiple times 2021-12-06 14:01:56 +03:00
Kruglov Pavel
007e323515
Merge pull request #31820 from kitaisreal/fix-recursive-user-defined-functions-crash
Fix recursive user defined functions crash
2021-12-06 13:52:56 +03:00
tavplubix
96be71997f
Merge pull request #32206 from ClickHouse/fix_database_lazy_terminate
Fix uncaught exception in DatabaseLazy
2021-12-06 13:32:09 +03:00
Vladimir C
90505a7341
Merge pull request #32262 from vdimir/doc-typo 2021-12-06 12:57:44 +03:00
vdimir
e0fa4731fb
Fix typo in tupleToNameValuePairs doc 2021-12-06 12:57:09 +03:00
Kruglov Pavel
64263a043a
Merge pull request #32190 from Avogar/fix-parsing-quoted-null
Fix parsing error in NaN deserialization for Quoted escaping rule.
2021-12-06 12:29:02 +03:00
Kruglov Pavel
cc71c537bc
Merge pull request #32204 from Avogar/skip-quoted-values
Improve skiping unknown fields with Quoted escaping rule in Template/CustomSeparated formats
2021-12-06 12:28:14 +03:00
alexey-milovidov
50c23a9fd6
Merge pull request #31123 from amosbird/repl-improvement
Better clickhouse-client multiline input
2021-12-06 12:22:13 +03:00
vxider
5bab484422 increase sleep time in tests 2021-12-06 08:50:10 +00:00
vxider
e7a4312768 add comments 2021-12-06 08:41:56 +00:00
Nikolai Kochetov
91c4c89c66
Merge pull request #31636 from Algunenano/pull_timeout
Check max_execution_time in the pipeline and pulling executors
2021-12-06 11:33:39 +03:00
Frank Chen
59a701ee6e
Fix style 2021-12-06 16:31:47 +08:00
Frank Chen
bf3d3ea25c
Fix style 2021-12-06 16:20:10 +08:00
Kseniia Sumarokova
cf2c602374
Merge pull request #32257 from kssenii/disable-window-view-sqltests
Disable window view tests temporarily because still flacky
2021-12-06 11:18:40 +03:00
Vladimir C
0c5079bf16
Merge pull request #32117 from kitaisreal/dictionaries-custom-query-condition-fix 2021-12-06 10:59:56 +03:00
Vladimir C
c502454088
Merge pull request #32185 from kitaisreal/range-hashed-dictionary-added-update-field-support 2021-12-06 10:57:47 +03:00
kssenii
2220d1784c Disable 2021-12-06 10:49:44 +03:00