alexey-milovidov
a6d1fcadcb
Merge pull request #34267 from CurtizJ/async-insert-in-client
...
Support async inserts in clickhouse-client for queries with inlined data
2022-02-03 05:14:47 +03:00
alexey-milovidov
768c71c1ac
Update ClientBase.cpp
2022-02-03 05:13:48 +03:00
Alexey Milovidov
f047a28ed8
Fix progress bar width
2022-02-03 04:48:52 +03:00
Alexey Milovidov
431611d205
Add a test for shebang
2022-02-03 03:34:00 +03:00
alexey-milovidov
4742cf3074
Update CertificateReloader.cpp
2022-02-03 03:03:46 +03:00
Maksim Kita
57d16bae04
Merge pull request #34243 from azat/use_skip_indexes_if_final
...
Disable data skipping indexes by default for queries with FINAL
2022-02-02 23:06:05 +01:00
alexey-milovidov
75e4a47eba
Merge pull request #34270 from mfursov/clickhouse-client-password
...
Add 'clickhouse-client --password' comment to the scripts used in Qui…
2022-02-03 00:59:50 +03:00
Maksim Kita
bbf2174f2f
Merge pull request #34167 from azat/cmake-cleanup
...
Cmake leftovers cleanup
2022-02-02 22:55:14 +01:00
Maksim Kita
02c6cfba6a
Merge pull request #34225 from vitlibar/fix-checking-grants-for-show-grants
...
Fix checking grants for SHOW GRANTS
2022-02-02 22:51:51 +01:00
Mikhail Fursov
a23edb489b
Add 'clickhouse-client --password' comment to the scripts used in Quick Start Guide https://clickhouse.com/#quick-start
2022-02-02 16:45:59 -05:00
alexey-milovidov
e49ff10dac
Merge pull request #34240 from ClickHouse/list-versions
...
Update list-versions.sh, update version_date.tsv
2022-02-02 23:51:22 +03:00
Cody Baker
9b0a8d5770
Update and add new team members ( #34268 )
2022-02-02 23:24:43 +03:00
FArthur-cmd
f327e67232
correct config
2022-02-02 20:01:25 +00:00
Anton Popov
5bb1b3ce77
support async inserts in clickhouse-client for queries with inlined data
2022-02-02 20:59:37 +03:00
Nikolai Kochetov
2003a96b58
Probably fix something
2022-02-02 17:48:41 +00:00
Nikolai Kochetov
ea044fc6b2
Merge branch 'master' into revert-34212-revert-33291-add-pool-to-s3-write-buffer
2022-02-02 19:40:41 +03:00
Nikolai Kochetov
1117e6095d
Update src/Storages/MergeTree/ReplicatedMergeTreeQueue.cpp
...
Co-authored-by: Azat Khuzhin <a3at.mail@gmail.com>
2022-02-02 18:34:05 +03:00
Vitaly Baranov
30557aebfb
Add helper class to cache the result of checking access.
2022-02-02 22:22:41 +07:00
kssenii
eae0bc7c04
add query id for delayed interactive
2022-02-02 18:20:59 +03:00
Mikhail f. Shiryaev
744cb06a91
Replace custom formats by short
alias
2022-02-02 16:04:19 +01:00
Azat Khuzhin
5472aef084
Fix current_user/current_address for interserver mode
...
Before this patch current_user/current_address will be preserved from
the previous query.
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2022-02-02 17:44:19 +03:00
Mikhail f. Shiryaev
d2860a6d87
Add body for created pull request
2022-02-02 14:44:26 +01:00
Mikhail f. Shiryaev
7bfd526f46
Add workflow for stable and lts tags
2022-02-02 14:20:44 +01:00
Mikhail f. Shiryaev
720407c88b
Update list-versions.sh, update version_date.tsv
...
list-versions.sh used to use a commit date instead of a tagging date
with `--format="%ai"`, now it uses the tag date itself.
2022-02-02 14:20:36 +01:00
Nikolay Degterinsky
29c15f8c65
Merge pull request #33723 from FrankChen021/trace_id_order
...
Parse and store opentelemetry trace-id in big-endian order
2022-02-02 14:59:46 +03:00
Nikolay Degterinsky
c60fd44c5b
Merge pull request #34247 from CoolT2/patch-1
...
Add quick start alert to RU installation guide
2022-02-02 14:33:55 +03:00
Nikolay Degterinsky
e0332a5d7a
Merge pull request #33909 from Tiaonmmn/patch-5
...
Update ansi.md
2022-02-02 14:18:24 +03:00
CoolT2
88ae611739
Apply suggestions from code review
...
Co-authored-by: Nikolay Degterinsky <43110995+evillique@users.noreply.github.com>
2022-02-02 13:51:29 +03:00
tavplubix
7304fd654a
Merge pull request #34224 from CurtizJ/fix-query-metric
...
Fix metric `Query`
2022-02-02 13:39:07 +03:00
Azat Khuzhin
1d19851590
Disable data skipping indexes by default for queries with FINAL
...
This patch adds use_skip_indexes_if_final setting, that is OFF by
default. Since skipping data for queries with FINAL may produce
incorrect result.
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2022-02-02 13:31:50 +03:00
CoolT2
9f8cf1f0e5
Add quick start alert to RU installation guide
...
Add quick start note as in EN version
2022-02-02 13:29:05 +03:00
Nikolay Degterinsky
56ac75a6e9
Merge pull request #34245 from azat/build-fix
...
Add missing fmt::runtime() in MergeTreeBackgroundExecutor (fixes the build)
2022-02-02 13:29:03 +03:00
Nikolay Degterinsky
3da0f40bd8
Merge pull request #34242 from cnmade/PF202202020845
...
Translate zh/faq/integration/index
2022-02-02 13:18:35 +03:00
Mikhail f. Shiryaev
75adf5d12d
Merge pull request #33948 from qoega/no-clickhouse-test-deb-in-stateless
...
Do not use clickhouse-test.deb in stateless CI checks
2022-02-02 10:23:33 +01:00
Azat Khuzhin
15993cb13b
Add missing fmt::runtime() in MergeTreeBackgroundExecutor
...
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2022-02-02 11:37:53 +03:00
mergify[bot]
bae28656ba
Merge branch 'master' into PF202202020845
2022-02-02 08:34:27 +00:00
alesapin
47d538b52f
Merge pull request #34232 from ClickHouse/cancelled-merging-parts-error-message
...
Change severity of the "Cancelled merging parts" message in logs
2022-02-02 10:29:07 +03:00
achimbab
954a778a14
Merge branch 'ClickHouse:master' into ttest_confidence_intervals
2022-02-02 11:02:48 +09:00
tesw yew isal
057194c773
Translate zh/faq/integration/index: remove old file
2022-02-02 08:52:49 +08:00
tesw yew isal
f2a8ba403d
Translate zh/faq/integration/index: translate to zh
2022-02-02 08:52:12 +08:00
tesw yew isal
5496d4d840
Translate zh/faq/integration/index: reimport file
2022-02-02 08:48:41 +08:00
tesw yew isal
efd15a92de
Translate zh/faq/integration/index: rename old file
2022-02-02 08:47:49 +08:00
alexey-milovidov
eeae89388b
Merge pull request #34230 from aaronstephenkatz/patch-1
...
adding # as a recognized start of single line comment
2022-02-02 03:03:01 +03:00
Maksim Kita
edba793cf9
Merge pull request #34199 from cnmade/PF202202010637
...
sync index from operations: doese clickhouse support multi-region rep…
2022-02-01 22:58:54 +01:00
Sergei Trifonov
68bc456830
Merge pull request #34223 from azat/bump-fmt
...
Bump fmtlib from 7.0.0 to 8.1.1
2022-02-02 00:03:25 +03:00
mergify[bot]
ce79527b98
Merge branch 'master' into PF202202010637
2022-02-01 20:43:22 +00:00
Maksim Kita
1ea10c69fe
Merge pull request #34174 from cnmade/PF202201311935
...
Translate zh/faq/operations/multi-region-replication:
2022-02-01 20:20:59 +01:00
Nikolai Kochetov
9ea4f8d955
Fix test name.
2022-02-01 19:12:39 +00:00
Nikolai Kochetov
392d60eb0d
Update documentation.
2022-02-01 19:09:29 +00:00
Nikolai Kochetov
ed90a0fc1c
Add tests.
2022-02-01 18:57:56 +00:00