mergify[bot]
|
fecb16c198
|
Merge branch 'master' into update-minio
|
2021-10-05 10:25:52 +00:00 |
|
alesapin
|
64158c011b
|
Remove logging
|
2021-10-05 13:12:31 +03:00 |
|
Kruglov Pavel
|
e990f35ba3
|
Merge pull request #29746 from azat/JSONExtract-Null-fix
Forbid Nullable for JSONExtract* (JSONExtract() still supports Nullable), leads to SIGSEGV before
|
2021-10-05 13:04:46 +03:00 |
|
alesapin
|
c2f34928e0
|
Fixup
|
2021-10-05 13:04:44 +03:00 |
|
Nikolai Kochetov
|
c106f1e380
|
Fix tests.
|
2021-10-05 12:51:43 +03:00 |
|
alesapin
|
3a8126372c
|
Remove redundant header
|
2021-10-05 12:19:04 +03:00 |
|
alesapin
|
8186339307
|
Less seeks in compressed buffers
|
2021-10-05 12:11:25 +03:00 |
|
avogar
|
c2cb9e2721
|
Fix use of unititialized value
|
2021-10-05 11:55:26 +03:00 |
|
Kseniia Sumarokova
|
ead99b5911
|
Update docker_compose_minio.yml
|
2021-10-05 11:39:08 +03:00 |
|
Kseniia Sumarokova
|
8e03e0127a
|
Merge pull request #29737 from kssenii/fix-local
Better exception message for local interactive
|
2021-10-05 11:34:03 +03:00 |
|
Kseniia Sumarokova
|
438a981e76
|
Update TreeRewriter.cpp
|
2021-10-05 11:25:50 +03:00 |
|
kssenii
|
4962677a8b
|
Update minio
|
2021-10-05 08:18:16 +00:00 |
|
Kseniia Sumarokova
|
385bf579a6
|
Merge pull request #29745 from azat/clickhouse-local-fix-stage
Fix --stage for clickhouse-local
|
2021-10-05 11:14:27 +03:00 |
|
Roman Bug
|
491c9c2065
|
Update docs/en/interfaces/formats.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
|
2021-10-05 11:03:17 +03:00 |
|
Roman Bug
|
bf049015a3
|
Update docs/ru/interfaces/formats.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
|
2021-10-05 11:03:11 +03:00 |
|
Roman Bug
|
9864655c45
|
Update docs/ru/interfaces/formats.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
|
2021-10-05 11:02:37 +03:00 |
|
Roman Bug
|
3906fc9374
|
Update docs/en/interfaces/formats.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
|
2021-10-05 11:02:30 +03:00 |
|
Roman Bug
|
f469d75b91
|
Update docs/en/interfaces/formats.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
|
2021-10-05 11:02:19 +03:00 |
|
Vitaly Baranov
|
8a01b32cba
|
Merge pull request #28637 from vitlibar/fix-materialized-column-as-sharding-key
Fix materialized column as sharding key
|
2021-10-05 10:53:24 +03:00 |
|
alexey-milovidov
|
dab4c60596
|
Merge pull request #29757 from ClickHouse/changelog-21.10
Add changelog for 21.10
|
2021-10-05 09:31:16 +03:00 |
|
Alexey Milovidov
|
73665256b3
|
Add changelog for 21.10
|
2021-10-05 09:28:31 +03:00 |
|
Memo
|
0e9bbc4d43
|
Merge branch 'ClickHouse:master' into new_func
|
2021-10-05 09:02:37 +08:00 |
|
WangZengrui
|
a638c40fdc
|
add getOSKernelVersion
|
2021-10-05 09:08:16 +08:00 |
|
Tatiana Kirillova
|
6febfeea77
|
fix table
|
2021-10-04 21:55:03 +03:00 |
|
Nikolai Kochetov
|
2001ebbf9d
|
Fix build.
|
2021-10-04 21:52:31 +03:00 |
|
Maksim Kita
|
3834256abf
|
Merge pull request #29722 from kitaisreal/borrowed-object-pool-condition-variable-notify-fix
BorrowedObjectPool condition variable notify fix
|
2021-10-04 21:39:59 +03:00 |
|
Tatiana Kirillova
|
1afe2dfb40
|
fix example
|
2021-10-04 21:35:54 +03:00 |
|
Tatiana Kirillova
|
c049170f78
|
minor fix
|
2021-10-04 21:26:04 +03:00 |
|
Tatiana Kirillova
|
83424685fc
|
update example
|
2021-10-04 21:11:12 +03:00 |
|
Maksim Kita
|
6a6946018b
|
Merge pull request #29747 from kitaisreal/table-function-dictionary-fix-comment
TableFunctionDictionary fix comment
|
2021-10-04 21:10:20 +03:00 |
|
Maksim Kita
|
6df81d94bf
|
TableFunctionDictionary fix comment
|
2021-10-04 21:09:32 +03:00 |
|
Azat Khuzhin
|
20e706766c
|
Forbid Nullable for JSONExtract* (JSONExtract() still supports Nullable)
Only JSONExtract() can support Nullable, others JSONExtract*
(JSONExtractString and similar) does not.
And right now this file is pretty complex already,
so adding support of Nullable for others will make it even more complex.
CI: https://clickhouse-test-reports.s3.yandex.net/29680/d0fc26f91a0141b56a0550741219c3dc43630e03/fuzzer_ubsan/report.html#fail1
|
2021-10-04 21:08:02 +03:00 |
|
Azat Khuzhin
|
bbee102e58
|
Fix --stage for clickhouse-local
This also fixes UBsan error, since query_processing_stage was not
initialized before for clickhouse-local.
|
2021-10-04 21:00:48 +03:00 |
|
Nikita Mikhaylov
|
ec2b30703e
|
Better dictionary
|
2021-10-04 17:57:58 +00:00 |
|
Nikita Mikhaylov
|
ec99357097
|
Done
|
2021-10-04 17:57:58 +00:00 |
|
Tatiana Kirillova
|
1c62a53afe
|
Document the enable_positional_arguments setting
|
2021-10-04 20:49:21 +03:00 |
|
Nikita Mikhaylov
|
613b814e24
|
Merge pull request #29595 from CurtizJ/generalize-update-permutation
Generalize code in `IColumn::updatePermutation`
|
2021-10-04 20:36:57 +03:00 |
|
Nikita Mikhaylov
|
b31d11478b
|
Merge pull request #29680 from azat/defines
Cleanup common defines
|
2021-10-04 20:13:29 +03:00 |
|
Nikita Mikhaylov
|
6d5e9a9089
|
Merge pull request #29692 from azat/disk-memory-data-race-fix
Fix data-race in WriteIndirectBuffer (used in DiskMemory)
|
2021-10-04 20:13:18 +03:00 |
|
Nikita Mikhaylov
|
36516dd503
|
Merge pull request #29681 from azat/MemoryTracker-mutate-merge
Apply max_untracked_memory/memory_profiler_step/memory_profiler_sample_probability during mutate/merge
|
2021-10-04 20:04:57 +03:00 |
|
Nikita Mikhaylov
|
731d6c5755
|
Merge pull request #29513 from azat/fuzzer-fix-server-pid
Fix server pid (hence exit code and attaching with gdb) in fuzzer tests
|
2021-10-04 19:59:24 +03:00 |
|
Maksim Kita
|
3fe9fdac96
|
Added function ngram
|
2021-10-04 18:53:17 +03:00 |
|
Nikolay Degterinsky
|
e2551e8cb0
|
Merge pull request #29490 from mehrshadhosseini28/patch-1
Update nlp-functions.md
|
2021-10-04 18:37:18 +03:00 |
|
Kruglov Pavel
|
ab7c8e7074
|
Delete temporary file
|
2021-10-04 18:25:49 +03:00 |
|
kssenii
|
06fe822c22
|
Fix
|
2021-10-04 15:23:08 +00:00 |
|
avogar
|
2523053b27
|
Remove code duplication, fix bug, add more tests
|
2021-10-04 18:22:06 +03:00 |
|
Nikolai Kochetov
|
122d39cbba
|
Fix missing condition in pushed down predicate. (#29625)
|
2021-10-04 17:50:03 +03:00 |
|
Kseniia Sumarokova
|
d235520b3b
|
Merge pull request #29706 from kssenii/fix-flacky-test
Fix flacky test
|
2021-10-04 17:43:51 +03:00 |
|
Ivan Blinkov
|
dd2c4c2c3b
|
Update README.md
|
2021-10-04 17:12:29 +03:00 |
|
Pavel Kruglov
|
ae2754ee56
|
Fix tests, add comments
|
2021-10-04 16:44:38 +03:00 |
|