Commit Graph

7265 Commits

Author SHA1 Message Date
Maksim Kita
25c994c10c
Merge pull request #35255 from ClickHouse/rfraposa-patch-4
Update internal-dicts.md
2022-03-14 10:34:49 +01:00
Kseniia Sumarokova
58a2d2b458
Merge pull request #35118 from zzsmdfj/issue/#31469_MaterializedMysql_mysqlDate2CkDate32
to #31469_MaterializedMysql_mysqlDate2CkDate32
2022-03-14 10:32:33 +01:00
Kseniia Sumarokova
5359e0430d
Merge pull request #35251 from den-crane/Docs/named-collections
Doc. named connections
2022-03-14 10:25:13 +01:00
Maksim Kita
2211e016cb
Merge pull request #35254 from ClickHouse/rfraposa-patch-3
Update rounding-functions.md
2022-03-14 09:31:58 +01:00
Maksim Kita
6e230d4335
Merge pull request #35253 from ClickHouse/rfraposa-patch-2
Update json-functions.md
2022-03-14 09:31:23 +01:00
Denny Crane
39c6428636 Doc. named connections 2022-03-14 00:35:02 -03:00
Rich Raposa
928538f04b
Update quotas.md
Missed this comment from Alexey earlier
2022-03-13 21:34:43 -06:00
Rich Raposa
6fbb63b30c
Update internal-dicts.md
The mentioned functions have already been removed
2022-03-13 21:31:48 -06:00
Denny Crane
0b4c3e5be9 Doc. named connections 2022-03-14 00:31:20 -03:00
Rich Raposa
fa3c3f9179
Update rounding-functions.md
Adding a clarification about the use case of `roundDuration`
2022-03-13 21:27:02 -06:00
Rich Raposa
67587a8ed0
Update json-functions.md
Clarified the wording about the assumptions - which only apply to the `visitParam` functions
2022-03-13 21:19:29 -06:00
Denny Crane
7e5589fd78 Doc. named connections 2022-03-13 21:38:00 -03:00
Maksim Kita
3a2b3ce503 Standardize behaviour of CAST into IPv4, IPv6, toIPv4, toIPv6 functions 2022-03-12 17:12:05 +00:00
rfraposa
ecbdfdea08 Incorporated feedback 2022-03-12 10:04:51 -06:00
Oleg Taizov
2ce6571968
kafka_num_consumers prop upper bound doc update
Add clarification about the upper bound of `kafka_num_consumers` property that was added in [#26640](https://github.com/ClickHouse/ClickHouse/pull/26642)
2022-03-12 11:09:12 +03:00
rfraposa
5a4466cec7 Update references in docs 2022-03-12 00:24:31 -06:00
Alexey Milovidov
99f081d17e Adapted example 2022-03-12 00:42:34 +01:00
Alexey Milovidov
76520a138e Change examples in docs 2022-03-12 00:36:03 +01:00
Ivan Blinkov
585a9edd32
[docs] update mapreduce.md (#35222)
* Update mapreduce.md

* Update mapreduce.md

* Update mapreduce.md
2022-03-11 23:54:13 +03:00
Ivan Blinkov
4178a4de68
[docs] update integrations.md (#35221)
* Update integrations.md

* Update integrations.md

* Update integrations.md

* Update integrations.md
2022-03-11 23:51:56 +03:00
Ivan Blinkov
d77da1f98f
[docs] update distributed.md (#35220)
* Update distributed.md

* Update distributed.md

* Update distributed.md

* Update distributed.md
2022-03-11 23:49:24 +03:00
Ivan Blinkov
6497ba09ed
[docs] update playground.md (#35219)
* Update playground.md

* Update playground.md

* Update playground.md

* Update playground.md
2022-03-11 23:46:16 +03:00
Ivan Blinkov
ad8473d5b6
[docs] update continuous-integration.md (#35218)
* Update continuous-integration.md

* Update continuous-integration.md
2022-03-11 23:41:19 +03:00
Ivan Blinkov
773806ae33
[docs] update nyc-taxi.md (#35217)
* Update nyc-taxi.md

* Update nyc-taxi.md

* Update nyc-taxi.md

* Update nyc-taxi.md
2022-03-11 23:39:05 +03:00
Denny Crane
46bc88a5cb
Update custom-partitioning-key.md 2022-03-10 17:35:46 -04:00
Maksim Kita
4f665eb01d
Merge pull request #35142 from kashwy/upgrade_icu_70.1
Upgrade icu to icu-release-70-1
2022-03-10 17:23:29 +01:00
zhangyifan27
e6fa9f699a fix typo 2022-03-10 18:29:42 +08:00
zzsmdfj
00794fd4a4 to #31469_MaterializedMysql_mysqlDate2CkDate32-add MySQLDataTypesSupport setting 2022-03-09 15:58:43 +08:00
kashwy
bd7e48e87c Upgrade icu to icu-release-70-1
upgrade due to vulnerabilities of WS-2019-0513 and CVE-2020-10531
2022-03-08 21:37:26 -08:00
Azat Khuzhin
3a5a39a9df Do not delay final part writing by default
For async s3 writes final part flushing was defered until all the INSERT
block was processed, however in case of too many partitions/columns you
may exceed max_memory_usage limit (since each stream has overhead).

Introduce max_insert_delayed_streams_for_parallel_writes (with default
to 1000 for S3, 0 otherwise), to avoid this.

This should "Memory limit exceeded" errors in performance tests.

Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2022-03-08 22:17:36 +03:00
zzsmdfj
67b9f81104 to #31469_MaterializedMysql_mysqlDate2CkDate32 2022-03-08 18:17:22 +08:00
Mikhail f. Shiryaev
ef4a969ed9
Merge pull request #34850 from ClickHouse/new-packages-url
New packages url
2022-03-07 13:34:58 +01:00
Mikhail f. Shiryaev
b0f9cc4838
Keep deprecated installation methods 2022-03-07 12:20:55 +01:00
Denny Crane
fd910af86d
Update limit-by.md 2022-03-06 13:37:33 -04:00
alexey-milovidov
240b5e8199
Update ym-dict-functions.md 2022-03-05 13:23:52 +03:00
Anish Bhanwala
5935453bf0
Incorrect wording fixed
I think the word "because" was misplaced by mistake.
2022-03-04 11:54:56 +05:30
Maksim Kita
c48c13601d
Merge pull request #35014 from FArthur-cmd/fix_tutorial_link
Fix tutorial link
2022-03-03 14:06:07 +01:00
tavplubix
b7d4c78f13
Merge pull request #34487 from zzsmdfj/issue/32977_MaterializedMySQL_add_table_list_settings
MaterializedMySQL add materialized_mysql_tables_list settings
2022-03-03 12:44:51 +01:00
Filatenkov Artur
437abfb99a
correct link 2022-03-03 13:18:39 +03:00
Kseniia Sumarokova
a23ede19e6
Update parts.md 2022-03-02 13:59:55 +01:00
alesapin
9e44390974
Merge pull request #34971 from ClickHouse/fix-codebrowser-links
Move codebrowser out of Yandex
2022-03-02 13:42:32 +01:00
Alexey Milovidov
c82ca34df9 Move codebrowser out of Yandex 2022-03-01 20:15:43 +01:00
mergify[bot]
00afead7ec
Merge branch 'master' into fix-redundant-linux-docs 2022-03-01 16:52:54 +00:00
alexey-milovidov
1e7195f0de
Merge pull request #34960 from FArthur-cmd/add_benchmarks
Add benchmarks
2022-03-01 15:21:30 +03:00
FArthur-cmd
69b4f1b0a5 correct documentation and update hardware.sh for macos 2022-03-01 13:29:46 +03:00
zzsmdfj
4d9bdfa58c to 32977_MaterializedMySQL_add_table_list_settings 2022-03-01 10:21:58 +08:00
Robert Schulze
8bee053175
Remove redundant content in Linux build docs
The same information about split builds existed twice in the document.
This change merges both places into one.
2022-02-28 22:07:37 +01:00
bharatnc
fb2a9a26df Merge remote-tracking branch 'upstream/master' into ncb/h3-misc-funcs-3 2022-02-25 20:36:31 -08:00
alexey-milovidov
c624a530cc
Update style.md 2022-02-25 21:51:39 +03:00
alexey-milovidov
22a01c077a
Update style.md 2022-02-25 21:49:24 +03:00
alexey-milovidov
2a062d414b
Update style.md 2022-02-25 21:48:18 +03:00
mergify[bot]
cd6f1d8fa4
Merge branch 'master' into groupSortedArray 2022-02-25 11:45:48 +00:00
Denny Crane
2e9434c2a2
Update array.md 2022-02-24 20:44:12 -04:00
Vladimir C
68cb2534fb
Merge pull request #34845 from tangjiangling/update-datetimes-range-in-doc 2022-02-24 15:15:03 +01:00
mergify[bot]
3db510d241
Merge branch 'master' into doc_array_join_en 2022-02-24 11:28:18 +00:00
mergify[bot]
5584b44984
Merge branch 'master' into master 2022-02-24 08:01:12 +00:00
Yong Wang
838d931137
Update array-join.md 2022-02-23 18:37:13 -05:00
Yong Wang
8a5ac182f0
Update array-join.md 2022-02-23 18:32:37 -05:00
Nikolai Kochetov
ffae134546
Update gui.md 2022-02-23 21:10:27 +01:00
Mikhail f. Shiryaev
dd37b237ab
Changing repository url to packages.clickhouse.com 2022-02-23 20:54:16 +01:00
tangjiangling
fd03f3c309 Update datetimes range in doc 2022-02-24 00:32:09 +08:00
SiderZhang
2d0616bd6a add a Zeppelin interpreter for ClickHouse 2022-02-23 23:41:10 +08:00
Jakub Kuklis
dcdb95a898 Links to working configurations 2022-02-23 13:20:37 +00:00
Jakub Kuklis
f361696417 Add documentation for Azure Blob Storage choice as storage_policy for MergeTree 2022-02-23 12:39:08 +00:00
Dmitry Novik
a5927efb64 Add docs 2022-02-22 00:36:00 +00:00
Maksim Kita
c15b5c2cc1
Merge pull request #34721 from ContentSquare/quantile_documentation_empty_sequence
Document behaviour of quantile variants for empty numeric sequences
2022-02-22 00:02:30 +01:00
Maksim Kita
174257dad0
Merge pull request #34653 from kitaisreal/executable-udf-support-specify-argument-names
ExecutableUserDefinedFunctions allow to specify argument names
2022-02-22 00:02:14 +01:00
Maksim Kita
12bd453a43
Merge pull request #34752 from zxdvd/master
update document: add _timestamp_ms of kafka
2022-02-21 11:02:36 +01:00
Vitaly Baranov
aee67a6693
Merge pull request #31484 from eungenue/Implement-SSL-X509-certificate-authentication
Implement ssl x509 certificate authentication
2022-02-21 11:30:52 +03:00
mergify[bot]
a08aceffb2
Merge branch 'master' into master 2022-02-20 01:11:17 +00:00
alexey-milovidov
25c75649fe
Update build.md 2022-02-19 19:20:47 +03:00
alexey-milovidov
d8af2dfba0
Update build.md 2022-02-19 19:19:34 +03:00
alexey-milovidov
42313befd3
Update build.md 2022-02-19 19:19:07 +03:00
Xudong Zhang
9c4cc70dae update document: add _timestamp_ms of kafka 2022-02-19 23:49:37 +08:00
alexey-milovidov
b9a377c890
Update build.md 2022-02-18 20:01:44 +03:00
Maksim Kita
f3dca476ae Updated documentation 2022-02-18 15:35:18 +00:00
Jakub Kuklis
0aa21a2133 Document behaviour of quantile variants for empty numeric sequences 2022-02-18 11:48:59 +01:00
Maksim Kita
562f1ec01a
Merge pull request #34607 from zzsmdfj/issue/#31092_add_encodeURLComponent_function
add encode url component function
2022-02-17 17:57:23 +01:00
alesapin
8a0153b6d3
Merge pull request #34606 from qoega/no-clickhouse-test-deb
Remove clickhouse-test deb completely
2022-02-17 18:13:44 +03:00
Mikhail f. Shiryaev
c3bf9eb2f9
Remove PVS test 2022-02-17 12:59:47 +01:00
Maksim Kita
5373eae076 Updated documenttation 2022-02-16 15:49:27 +00:00
Nikolai Kochetov
f9d2dae88e
Merge pull request #34424 from yakov-olkhovskiy/ephemeral-column
Ephemeral column issue #9436
2022-02-16 12:04:57 +01:00
Nikolay Degterinsky
5d335f72c1
Merge pull request #34627 from RoyBellingan/patch-1
Update install.md
2022-02-16 13:01:01 +03:00
achimbab
db31dc8445
Fix typo in welchttest.md 2022-02-16 17:59:49 +09:00
Roy Bellingan
2e1437199c
Update install.md
The folder from where to download the latest revision has been changed, executing the script will now resolve in a 404

I also updated and put as default the stable branch
2022-02-16 03:22:20 +00:00
zzsmdfj
4dcb411f4f to #31092_add_encodeURLComponent_function 2022-02-16 10:19:20 +08:00
Denny Crane
33a7180417
Update settings.md 2022-02-15 15:21:45 -04:00
Denny Crane
c5853504da
Update settings.md 2022-02-15 14:54:09 -04:00
Denny Crane
83746a1e26
Update settings.md 2022-02-15 14:46:41 -04:00
Frank Chen
5647b5ff15
Update MV (#34482)
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2022-02-15 20:54:24 +03:00
Yatsishin Ilya
bbe2c07a7b remove clickhouse-test deb completely 2022-02-15 12:03:51 +00:00
Nikolai Kochetov
ab288642f6 Merge branch 'master' into ephemeral-column 2022-02-15 10:03:34 +00:00
Maksim Kita
c8f24f78e2
Merge pull request #34567 from devcrafter/patch-1
Documentation for insert_deduplication_token setting
2022-02-14 21:25:14 +01:00
Brian Hunter
8a2ef6a6f7
Add Gigasheet to adopters 2022-02-14 09:15:56 -08:00
mergify[bot]
aab54f4c83
Merge branch 'master' into groupSortedArray 2022-02-14 12:47:48 +00:00
bharatnc
d1056e1147 add docs for h3GetPentagonIndexes func 2022-02-13 12:56:43 -08:00
bharatnc
b4ca0dc20d add docs for h3GetRes0indexes func 2022-02-13 12:56:43 -08:00
bharatnc
babcf4da3d add docs for h3PointDistRads func 2022-02-13 12:56:43 -08:00
bharatnc
8bb108ea67 add docs for h3PointDistKm 2022-02-13 12:56:42 -08:00
bharatnc
8549bc1d16 docs for h3PointDistM 2022-02-13 12:56:42 -08:00
Igor Nikonov
2de14d9e43
Documentation for insert_deduplication_token setting
The setting was introduced in #32304
2022-02-13 20:52:13 +01:00
Maksim Kita
2cfe8578b7
Merge pull request #34321 from gauravphoenix/patch-2
reference to  distributed queries processing
2022-02-13 16:01:28 +01:00
Maksim Kita
bce821ae52
Update distributed.md 2022-02-13 15:17:20 +01:00
Maksim Kita
8a0e82f801
Merge pull request #34541 from den-crane/patch-8
Doc. Fix materialize column description
2022-02-13 15:08:47 +01:00
Maksim Kita
cb09aadc72
Merge pull request #34524 from FrankChen021/urlengine
Fix compression support in URL engine
2022-02-13 14:39:36 +01:00
Maksim Kita
c4f1d7c40f
Update url.md 2022-02-13 14:38:43 +01:00
Denny Crane
a66b30f21a
Update settings.md 2022-02-11 16:52:12 -04:00
Denny Crane
2daacc1a3e
Update column.md 2022-02-11 15:40:20 -04:00
mergify[bot]
371d39e24c
Merge branch 'master' into patch-2 2022-02-11 17:09:31 +00:00
Maksim Kita
ea47b3082e
Update in.md 2022-02-11 16:38:01 +01:00
Maksim Kita
1b1200f13a
Update in.md 2022-02-11 16:36:45 +01:00
mergify[bot]
3d7bb71997
Merge branch 'master' into patch-2 2022-02-11 14:43:18 +00:00
mergify[bot]
202ee3e1c9
Merge branch 'master' into patch-1 2022-02-11 14:43:14 +00:00
mergify[bot]
f099048dd1
Merge branch 'master' into urlengine 2022-02-11 11:03:21 +00:00
Frank Chen
032c7ea758 Add description of compression in the doc 2022-02-11 17:46:33 +08:00
Pablo Alegre
1e4b504ae2 fixup! Add groupSortedArray() function 2022-02-10 16:49:28 +01:00
Denny Crane
80e1100813
Virtual Columns MergeTree engine 2022-02-10 10:45:27 -04:00
alexey-milovidov
6a9f570efd
Update roadmap.md 2022-02-10 09:26:37 +03:00
Nikolay Degterinsky
05b89ee865
Merge pull request #34443 from fanofxiaofeng/patch-3
remove (nearly) duplicated description
2022-02-09 12:41:54 +03:00
靳阳
cad23926aa
remove (nearly) duplicate description
remove (nearly) duplicate description
2022-02-09 16:48:31 +08:00
靳阳
673b874cc4
the name seems to be missing
the `name` seems to be missing
2022-02-09 10:50:53 +08:00
yakov-olkhovskiy
465dee928c
Update table.md 2022-02-08 21:09:52 -05:00
alexey-milovidov
00330461d1
Update int-uint.md 2022-02-09 03:56:57 +03:00
Habibullah Oladepo
57ff05b6e6 Add new function toLastDayOfMonth 2022-02-08 23:48:44 +01:00
yakov-olkhovskiy
42ea826acb
Update table.md
EPHEMERAL specifier is added
2022-02-08 11:35:14 -05:00
Anton Popov
496d77c3c3
Merge pull request #33467 from cmsxbc/addressToLineWithInlines
add function addressToLineWithInlines
2022-02-08 17:03:46 +03:00
alesapin
bb0cadc6c3
Merge pull request #34264 from andycol/patch-1
Update clickhouse-keeper.md
2022-02-08 14:47:12 +03:00
cmsxbc
a33bd4c623
Merge branch 'master' into addressToLineWithInlines 2022-02-08 08:54:15 +08:00
alesapin
542889d627
Update clickhouse-keeper.md 2022-02-07 13:01:42 +03:00
mergify[bot]
7958446ce2
Merge branch 'master' into patch-2 2022-02-06 12:46:15 +00:00
mergify[bot]
57f13bd1d4
Merge branch 'master' into patch-1 2022-02-05 15:00:30 +00:00
Anton Popov
47e2b3a35a
Merge pull request #34312 from sdil/patch-2
Add INTERVAL STEP example in SELECT .. ORDER BY WITH FILL documentation
2022-02-05 02:50:37 +03:00
Anton Popov
861ce6ae94
Update order-by.md 2022-02-05 02:07:45 +03:00
Gaurav Kumar
ba53bbbeef
Update in.md 2022-02-04 10:24:45 -08:00
Gaurav Kumar
fc800bf191
reference to distributed queries processing
The reading section is missing important link to how distributed queries `in` queries are processed
2022-02-04 10:02:05 -08:00
Gaurav Kumar
e74fec7745
Provide important performance hint max_rows_in_set
this is important when global in queries return large amount of data
2022-02-04 09:53:03 -08:00
Pablo Alegre
7f553d55ae fixup! Add groupSortedArray() function
- Fix memory access
- Support any type as sorting parameter
- Fix tests
- Rewrite/simplify function addBatchSinglePlace
2022-02-04 15:53:42 +01:00
cmsxbc
9f9fce07e2 Merge branch 'master' into addressToLineWithInlines 2022-02-04 20:43:00 +08:00
Mohamad Fadhil
8f1030378a
Add INTERVAL STEP example in SELECT .. ORDER BY WITH FILL documentation
This corresponds to the merged PR https://github.com/ClickHouse/ClickHouse/pull/30927
2022-02-04 10:02:42 +08:00
Nikolai Kochetov
8f49f62a3c Just a tiny fix. 2022-02-03 13:53:00 +03:00
Andrew
93f9a9e37a
Update clickhouse-keeper.md
fix the run command and add example
2022-02-02 14:32:29 +00:00
achimbab
954a778a14
Merge branch 'ClickHouse:master' into ttest_confidence_intervals 2022-02-02 11:02:48 +09:00
Nikolai Kochetov
392d60eb0d Update documentation. 2022-02-01 19:09:29 +00:00
achimbab
b3f63965cc
Merge branch 'ClickHouse:master' into ttest_confidence_intervals 2022-02-01 22:24:56 +09:00
cmsxbc
8b916a67e5 Merge branch 'master' into addressToLineWithInlines 2022-02-01 19:37:18 +08:00
alexey-milovidov
d4eb0de663
Update developer-instruction.md 2022-02-01 05:29:42 +03:00
Maksim Kita
490e5f14e4
Merge pull request #34176 from cnmade/PF202201312005
sync index from operations: doese clickhouse support multi-region rep…
2022-02-01 01:32:58 +01:00
Dmitry Novik
3a0ed0f8f5
Merge pull request #33324 from azat/buffer-different-structure
Simplify different block structure (i.e. after ALTER) support for Buffer
2022-02-01 02:19:49 +03:00
tesw yew isal
f9c0081d55 sync index from operations: doese clickhouse support multi-region replication:fix link 2022-02-01 06:29:23 +08:00
Mikhail f. Shiryaev
678dd6b3f2
Merge pull request #33596 from msaf1980/rollup_rules_type_doc
Update GraphiteMergeTree documentation (splitted GraphiteMergeTree rollup rules)
2022-01-31 22:06:51 +01:00
Mikhail f. Shiryaev
b4d26a4695
Add English documentation for GMT tagged rules 2022-01-31 14:22:12 +01:00
tesw yew isal
282bebcb6e sync index from operations: doese clickhouse support multi-region replication 2022-01-31 20:06:04 +08:00
zhangxiao871
7f2f7fa993 Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into yandex-master 2022-01-30 13:46:52 +08:00
alexey-milovidov
02926e0d41
Merge pull request #33406 from peter279k/patch-5
Adding /replicas_status request
2022-01-30 02:59:57 +03:00
alexey-milovidov
fb64b8c9a3
Update http.md 2022-01-30 02:59:41 +03:00
alexey-milovidov
379f8d3d7e
Update use.md 2022-01-29 01:09:46 +03:00
mergify[bot]
c9a1c9a896
Merge branch 'master' into system_on_cluster 2022-01-28 10:42:26 +00:00
mergify[bot]
81c841a89c
Merge branch 'master' into addressToLineWithInlines 2022-01-28 08:20:48 +00:00
Azat Khuzhin
1fc29d704d Update documentation regardless ALTER for Buffer
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2022-01-28 11:07:57 +03:00
vahid-sohrabloo
50fb1da2fa
add chconn to Client Libraries 2022-01-27 14:28:04 +01:00
mergify[bot]
61ac72ca32
Merge branch 'master' into addressToLineWithInlines 2022-01-27 12:02:56 +00:00
Pablo Alegre
e813f6413f Add groupSortedArray() function 2022-01-27 12:22:59 +01:00
Maksim Kita
10cba358cf
Merge pull request #33952 from grant88/patch-1
Update user.md
2022-01-26 22:29:14 +01:00
zhangxiao871
1bd74dda63 Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into yandex-master 2022-01-26 17:40:32 +08:00
zhangxiao871
20b669f330 Supports all types of SYSTEM query ON CLUSTER clause. 2022-01-26 17:40:00 +08:00
tavplubix
9e91a9dfd1
Merge pull request #33429 from zzsmdfj/MaterializeMySQL_support_set_and_other_dataType
MaterializeMySQL support SET YEAR TIME GEOMETRY dataType
2022-01-26 11:29:46 +03:00
cmsxbc
4d7073ceed
1. generic addressToLine and addressToLineWithInlines, 2. improve addressToLineWithInlines document 2022-01-26 00:20:19 +08:00
Maksim Kita
702ad6e2c8
Merge pull request #33966 from battle-test/patch-2
Removed line break for correct table display
2022-01-25 12:20:14 +01:00
cmsxbc
58dd1a2d5c
add function addressToLineWithInlines 2022-01-25 19:13:47 +08:00
Nikita
d6147f7105
Removed line break for correct table display
https://clickhouse.com/docs/en/sql-reference/dictionaries/external-dictionaries/external-dicts-dict-structure/#ext_dict_structure-attributes
2022-01-25 01:29:39 +03:00
achimbab
8c52b45482
Merge branch 'ClickHouse:master' into ttest_confidence_intervals 2022-01-24 22:56:05 +09:00
grantovsky
d7ad03a37f
Update user.md
removed keyword 'NAME' from HOST instruction
2022-01-24 16:54:42 +03:00
mergify[bot]
5ef5e1d558
Merge branch 'master' into karnevil-DOCSUP-18631 2022-01-24 12:09:59 +00:00
achimbab
5d70734132
Merge branch 'master' into ttest_confidence_intervals 2022-01-24 11:57:56 +09:00
Denny Crane
6630e64f51
Update tips.md 2022-01-23 20:42:08 -04:00
Maksim Kita
d4d4531dea
Merge pull request #33922 from mlkui/patch-1
Update check-table.md: If `check_query_single_value_result` = 1, the `CHECK TABLE` query shows the general table check status.
2022-01-23 15:53:15 +01:00
Maksim Kita
f76536c079
Merge pull request #33914 from kitaisreal/dictionaries-added-support-for-date-time-64
Dictionaries added support for DateTime64
2022-01-23 13:21:22 +01:00
mlkui
4041fbc062
Update check-table.md
Right should be:

If `check_query_single_value_result` = 1, the `CHECK TABLE` query shows the general table check status.

Old wrong:

If `check_query_single_value_result` = 0, the `CHECK TABLE` query shows the general table check status.
2022-01-23 19:19:21 +08:00
Maksim Kita
21ace30a01 Updated documentation 2022-01-22 18:27:55 +00:00
Alexey Milovidov
ac745548f6 Add some new adopters 2022-01-22 17:30:33 +03:00
Maksim Kita
4100512818
Merge pull request #33621 from bharatnc/ncb/h3-misc-funcs
add h3 misc functions - part 2
2022-01-22 12:20:06 +01:00
alexey-milovidov
8cabd373e1
Merge pull request #32170 from FrankChen021/hex
Allows hex() to work on type of UUID
2022-01-22 13:03:22 +03:00
mergify[bot]
65e940d55c
Merge branch 'master' into MaterializeMySQL_support_set_and_other_dataType 2022-01-21 11:37:22 +00:00
Maksim Kita
ace483fb5b
Merge pull request #33769 from bharatnc/ncb/degrees-radians-funcs
add DEGREES and RADIANS funcs
2022-01-21 11:50:11 +01:00
zzsmdfj
411f43ec4d to MaterializeMySQL_support_set_and_other_dataType 2022-01-21 12:24:12 +08:00
zzsmdfj
e380e59b16 MaterializeMySQL support SET YEAR TIME GEOMETRY dataType 2022-01-21 12:24:11 +08:00
bharatnc
3342c64110 Merge remote-tracking branch 'upstream/master' into ncb/h3-misc-funcs 2022-01-20 20:21:56 -08:00
alexey-milovidov
3a196a118f
Merge pull request #33689 from traceon/fix-ldap-krb-config-handling
Fix LDAP and Kerberos config handling
2022-01-21 01:39:25 +03:00
mergify[bot]
8e7b26bae0
Merge branch 'master' into ncb/degrees-radians-funcs 2022-01-20 22:30:27 +00:00
Bharat Nallan
adbdc3153a
improvements to tests for h3kRing and h3ToChildren funcs (#33311) 2022-01-20 17:08:13 +03:00
achimbab
779538bd89
Implemented meanZTest (#33354) 2022-01-20 16:57:37 +03:00
Vladimir C
7156e64ee2
Merge pull request #33360 from RogerYK/feat/bitSlice 2022-01-20 16:20:27 +03:00
Azat Khuzhin
c3ac1f9763 docs/en/development/build-cross-riscv.md: cleanup USE_INTERNAL_XXX 2022-01-20 10:02:01 +03:00
bharatnc
0483d14bb9 docs for degrees and radians 2022-01-19 22:18:45 -08:00
alexey-milovidov
6533791592
Merge pull request #33688 from lvkrlv/patch-2
Update h3.md
2022-01-20 06:34:33 +03:00
Denny Crane
91d2bcc4d0
Update index.md 2022-01-19 11:25:35 -04:00
mergify[bot]
e6d10d8bfb
Merge branch 'master' into fix_doc_tupleHammingDistance 2022-01-19 14:15:32 +00:00
Bharat Nallan
4dd8b65a1c
add h3ToCenterChild function (#33313) 2022-01-19 16:04:23 +03:00
Eugene Galkin
cb03e7765f minor fix SSL authentication docs 2022-01-19 13:04:40 +03:00
Eugene Galkin
513060c181 add SSL x.509 authentication docs draft 2022-01-19 12:27:40 +03:00
Yohann Jardin
b0de356f4b fix/doc: update output type of tupleHammingDistance 2022-01-19 00:11:28 +01:00
Yohann Jardin
b1a35c934f fix/doc: close code highlight before tuplePlus 2022-01-18 20:38:30 +01:00
Kseniia Sumarokova
5561850f82
Merge pull request #33720 from cnmade/PF0118
Translate zh/sql/statements  index and use document
2022-01-18 17:44:38 +03:00
Denny Crane
9d87ca003f uniqState / uniqHLL12State / uniqCombinedState / uniqCombined64State Backward Incompatible from 21.6 2022-01-18 09:59:46 -04:00
achimbab
9761b7ead2 Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into ttest_confidence_intervals 2022-01-18 19:46:11 +09:00
frank chen
3391f3f06e Change the order
Signed-off-by: frank chen <frank.chen021@outlook.com>
2022-01-18 14:27:08 +08:00
cnmade
4043529300 Translate zh/sql/statements:rev translate 2022-01-18 11:40:29 +08:00
cnmade
fc38cffd33 Translate zh/sql/statements index and use document 2022-01-18 11:06:41 +08:00
alexey-milovidov
c0bb166b55
Merge pull request #33691 from ClickHouse/changelog-22.1
Add changelog for 22.1
2022-01-18 03:35:23 +03:00
alexey-milovidov
19fadd8d41
Merge pull request #33707 from kitaisreal/h3-remove-functions-rads-to-degs
H3 remove functions degsToRads, radsToDegs
2022-01-18 03:32:38 +03:00
Anton Popov
a25f2518e3
Merge pull request #33141 from 1over/feature_default_keyword
Add support of DEFAULT keyword for INSERT
2022-01-18 02:04:37 +03:00
zkun
bb9f9874af Update materialized-postgresql.md 2022-01-18 00:19:07 +08:00
Maksim Kita
110b39add4 H3 remove functions degsToRads, radsToDegs 2022-01-17 14:42:50 +00:00
alesapin
b2271cc2d9
Merge pull request #33288 from JackyWoo/add_lower_bound_session_timeout_to_keeper
Add lower bound session timeout to keeper
2022-01-17 14:06:15 +03:00
Alexey Milovidov
1a528b09c6 Add autogenerated changelog, switch to the current year 2022-01-17 04:06:23 +03:00
Denis Glazachev
b25731e7da Revert the statment about the disabled kerberos support, if config has errors 2022-01-17 00:31:46 +04:00
bharatnc
834e4b9fb0 Merge remote-tracking branch 'upstream/master' into ncb/h3-misc-funcs 2022-01-16 11:43:18 -08:00
Leonid Krylov
a108073065
Update h3.md
Edit h3ToGeo description.
2022-01-16 21:47:43 +03:00
alexey-milovidov
f9d73479d0
Close #26197. 2022-01-16 07:55:50 +03:00
Maksim Kita
b686fc142c
Merge pull request #33668 from kitaisreal/build-documentation-fix
Build documentation fix
2022-01-16 00:31:49 +01:00
Maksim Kita
0206b75422 MacOS build documentation fix 2022-01-15 23:31:22 +00:00
alexey-milovidov
0c4cc379ed
Merge pull request #33573 from jahilliard/patch-1
Added Superwall to adopters list
2022-01-15 20:38:09 +03:00
alexey-milovidov
3287bc724d
Update adopters.md 2022-01-15 20:37:31 +03:00
bharatnc
3660438325 Merge remote-tracking branch 'upstream/master' into ncb/h3-misc-funcs 2022-01-14 16:46:17 -08:00
Eugene Konkov
dfe87e3541
fix typo 2022-01-14 17:52:10 +03:00
bharatnc
03d9eeec8b docs h3NumHexagons 2022-01-14 00:26:06 -08:00
bharatnc
a175425651 minor fixes to docs 2022-01-13 23:51:09 -08:00
bharatnc
768a6c47b1 docs h3ExactEdgeLengthRads 2022-01-13 23:50:16 -08:00
bharatnc
4a3aef2ecf docs h3ExactEdgeLengthKm 2022-01-13 23:41:32 -08:00
Kseniia Sumarokova
5da673c3a5
Merge pull request #31104 from bigo-sg/hive_table
Implement hive table engine
2022-01-14 09:39:17 +03:00
bharatnc
01630aafee docs for h3ExactEdgeLengthM 2022-01-13 22:22:44 -08:00
bharatnc
76e059b8ea docs for h3EdgeLengthKm 2022-01-13 19:19:23 -08:00
alexey-milovidov
4b55884295
Merge pull request #33455 from ramazanpolat/patch-2
mention async insert
2022-01-14 01:14:03 +03:00
mergify[bot]
085492614b
Merge branch 'master' into add_lower_bound_session_timeout_to_keeper 2022-01-13 12:21:46 +00:00
13DaGGeR
c1ab96bf0f
Fix typo: OPTMIZE -> OPTIMIZE 2022-01-13 13:32:45 +03:00
taiyang-li
82a3024712 Merge remote-tracking branch 'ck/master' into bigo_hive_table 2022-01-13 18:11:23 +08:00
Kseniia Sumarokova
5d2324368f
Update mongodb.md 2022-01-13 09:37:57 +03:00
Justin Hilliard
9a7794c2c1
Update adopters.md 2022-01-12 09:49:10 -08:00
taiyang-li
66813a3aa9 merge master 2022-01-12 16:56:29 +08:00
RogerYK
0a9ea6a388 Merge remote-tracking branch 'upstream/master' into feat/bitSlice 2022-01-11 23:24:48 +08:00
RogerYK
8707e3bea1 make implementation clear and add more test 2022-01-11 23:22:16 +08:00
Natasha Murashkina
7b7eec6141
Specify clang version for CC / CXX bc no symlinks
The proposed script for installing clang (sudo bash -c "$(wget -O - https://apt.llvm.org/llvm.sh)) doesn't automatically create symlinks from clang-XX to clang. Thus we need to either specify the version like clang-13 or instruct the user to create symlinks. I think the former is easier.
2022-01-11 10:24:09 +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
Sergei Trifonov
730d49dc69
fix typo 2022-01-10 17:04:22 +03: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
78dce08260
Fix typo for english language 2022-01-10 12:18:22 +04: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
d0a847befc
Merge pull request #33200 from kssenii/fix-materialized-postgresql-ddl-validation
materialized postgresql fix ddl validation
2022-01-09 21:12:13 +03:00
bharatnc
e61ef2d3f2 docs for h3CellAreaRads2 2022-01-08 15:23:47 -08:00
bharatnc
924cb5dede docs for h3CellAreaM2 2022-01-08 15:23:46 -08:00