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 |
|
Nikita Mikhaylov
|
fb24e7181f
|
Better
|
2021-12-06 18:27:06 +00: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 |
|
Nikita Mikhaylov
|
fa22fdc097
|
Merge branch 'master' of github.com:ClickHouse/ClickHouse into get_fuzz_data
|
2021-12-06 14:30:49 +00: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 |
|
Nikolai Kochetov
|
32b4875273
|
Fix possible Pipeline stuck in case of StrictResize processor.
|
2021-12-06 14:53:39 +03: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 |
|
Dmitriy Dorofeev
|
31648d95e2
|
use application/x-ndjson for streaming JSON (#32223)
|
2021-12-06 10:49:14 +03:00 |
|
Maksim Kita
|
b9718b8450
|
Merge pull request #32118 from kitaisreal/fix-test-executable-storage-input
Fix flacky test test_executable_storage_input
|
2021-12-06 10:39:30 +03:00 |
|
vxider
|
b68136d1e4
|
small code style update
|
2021-12-06 07:12:21 +00:00 |
|
leosunli
|
3946b156a1
|
Fix bug
Signed-off-by: leosunli <lisheng.sun08@gmail.com>
|
2021-12-06 14:32:32 +08:00 |
|
leosunli
|
6f611eec91
|
Fix bug
Signed-off-by: leosunli <lisheng.sun08@gmail.com>
|
2021-12-06 14:32:32 +08:00 |
|
Kseniia Sumarokova
|
4017bb8f78
|
Update WriteBufferFromHDFS.h
|
2021-12-06 14:32:32 +08:00 |
|
leosunli
|
8d04495840
|
set hdfs_replication default value 0
Signed-off-by: leosunli <lisheng.sun08@gmail.com>
|
2021-12-06 14:32:32 +08:00 |
|
leosunli
|
e81a1dbe6a
|
Make HDFS replication configurable in WriteBufferFromHDFSImpl#WriteBufferFromHDFSImpl
Signed-off-by: leosunli <lisheng.sun08@gmail.com>
|
2021-12-06 14:32:31 +08:00 |
|
leosunli
|
5be58a8839
|
Make HDFS replication configurable in WriteBufferFromHDFSImpl#WriteBufferFromHDFSImpl
Signed-off-by: leosunli <lisheng.sun08@gmail.com>
|
2021-12-06 14:32:31 +08:00 |
|