Andrey Torsunov
7f25ac0598
typo in PostgreSQL
2021-11-19 14:37:10 +03:00
SuperDJY
dd2972b8c3
return fake create query when executing show create table
on system's tables. ( #31391 )
...
* clarify that cannot show create table of system's tables
* clarify that cannot show create table of system's tables in the document
* bypass test style-check for required `database=currentDatabase()` because `show create table` do not have condition
* rename supportsShowCreateTable to isSystemStorage
* build fake create query for show create table of system's tables
* fix tests for show create table on system's table:
1. only build fake create query when cannot get real query
2. only test rocksdb when it's enabled.
* fix test for show create table system.tables
* fix test for ASTCreateQuery set table and database
* change to LOGICAL_ERROR when cannot get in_memory metadata
Co-authored-by: tavplubix <tavplubix@gmail.com>
* implement common getCreateQueryFromStorage
Co-authored-by: tavplubix <tavplubix@gmail.com>
2021-11-19 13:25:55 +03:00
vdimir
2e0d3efba0
disable partial_merge_join_left_table_buffer_bytes
due to bug
2021-11-19 12:59:23 +03:00
vdimir
f3d0e6d999
remove partial_merge_join_optimizations
...
this option is redundant because optimization is controlled by partial_merge_join_left_table_buffer_bytes
2021-11-19 12:58:46 +03:00
tavplubix
9114bc8b9a
Update conftest.py
2021-11-19 12:48:08 +03:00
alexey-milovidov
73ee28c364
Merge pull request #31507 from ClickHouse/add-gcp-benchmark
...
Add hardware benchmark from GCP
2021-11-19 10:01:23 +03:00
alexey-milovidov
2e6864f6ec
Merge pull request #31516 from depyronick/master
...
added clickhouse-client library
2021-11-19 07:44:44 +03:00
alexey-milovidov
915a701e8f
Merge pull request #31522 from achimbab/update_adopter
...
Update links in adopters.md
2021-11-19 07:43:10 +03:00
alexey-milovidov
40038ec80f
Update gcp_n2d.json
2021-11-19 07:40:15 +03:00
achimbab
3c0c7fd070
Update links in adopters.md
2021-11-19 10:55:48 +09:00
Ali Demirci
4a60b5ade6
Update client-libraries.md
2021-11-19 03:58:12 +03:00
Ali Demirci
7a3721c04f
Update client-libraries.md
2021-11-19 03:56:52 +03:00
Vitaly Baranov
af56b20da7
Rename IAccessEntity::Type -> AccessEntityType and move it to Access/Common.
2021-11-19 02:48:00 +03:00
Vitaly Baranov
06077a2952
Rename Quota::KeyType -> QuotaKeyType and move it to Access/Common.
2021-11-19 00:14:23 +03:00
Vitaly Baranov
6634fcbac7
Rename Quota::ResourceType -> QuotaType and move it to Access/Common.
2021-11-19 00:14:23 +03:00
Vitaly Baranov
33ea7a7262
Rename RowPolicy::ConditionType -> RowPolicyFilterType and move it to Access/Common.
2021-11-19 00:14:23 +03:00
Vitaly Baranov
2883ca012e
Rename RowPolicy::NameParts -> RowPolicyName and move it to Access/Common.
2021-11-19 00:14:23 +03:00
karnevil13
9c5e788949
Merge branch 'master' into karnevil-DOCSUP-17584
2021-11-18 23:50:07 +03:00
alexey-milovidov
12a471507e
Merge pull request #31169 from sundy-li/notlike-fix
...
ISSUES-30801: Remove not like function into RPNElement
2021-11-18 23:40:57 +03:00
karnevil13
f2bc38ad3e
Apply suggestions from code review
...
Co-authored-by: gyuton <40863448+gyuton@users.noreply.github.com>
2021-11-18 23:40:10 +03:00
alexey-milovidov
b30f9124c0
Merge pull request #31008 from kssenii/sql-json-fix-2
...
Improve usability of JSON_VALUE
2021-11-18 23:39:17 +03:00
Alexey Milovidov
1135c35845
Add hardware benchmark from GCP
2021-11-18 23:38:01 +03:00
Alexey
108e86bf57
Changed examples: take from dev PR
2021-11-18 19:44:38 +00:00
Vitaly Baranov
f4b5d5a0d7
Update src/Access/EnabledQuota.cpp
2021-11-18 21:49:36 +03:00
Cody Baker
b33ab89706
Reapply style changes to hardware page ( #31506 )
2021-11-18 20:44:37 +03:00
alexey-milovidov
8d2a083bf9
Update CHANGELOG.md
2021-11-18 12:50:41 +03:00
kssenii
11ab1f1ae5
Fix
2021-11-18 08:46:31 +00:00
kssenii
4016530b99
Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into sql-json-fix-2
2021-11-18 08:33:50 +00:00
alexey-milovidov
7872a1eb45
Merge pull request #31501 from ClickHouse/new-hardware-results
...
Add hardware benchmark results from Panelbear
2021-11-18 11:27:29 +03:00
alexey-milovidov
d66a742371
Update nyc-taxi.md
2021-11-18 11:25:57 +03:00
Vladimir Chebotarev
8b622bd4ff
Fixed a typo.
2021-11-18 10:54:59 +03:00
Alexey Milovidov
b8c3785af3
Credits
2021-11-18 10:44:36 +03:00
Alexey Milovidov
2636a1b569
Add results from Panelbear
2021-11-18 10:42:46 +03:00
Vladimir C
0a3a43c017
Merge pull request #30984 from qieqieplus/untuple-func-alias
2021-11-18 10:42:20 +03:00
alexey-milovidov
3e62f8a548
Merge pull request #30448 from FArthur-cmd/remove_comments_for_enc_docs
...
Remove comments for enc docs
2021-11-18 09:42:59 +03:00
alexey-milovidov
2248f43a99
Update tuple-map-functions.md
2021-11-18 08:03:49 +03:00
alexey-milovidov
f023448864
Merge pull request #31470 from jus1096/master
...
Fix link
2021-11-18 05:05:42 +03:00
alexey-milovidov
fb99acd663
Merge pull request #31445 from jus1096/patch-2
...
Fix link to external MySQL dict
2021-11-18 05:03:56 +03:00
alexey-milovidov
2e9e04f36d
Merge pull request #31492 from ClickHouse/blinkov-patch-23
...
[ci] whitelist codyrobert
2021-11-18 05:02:50 +03:00
Ivan Blinkov
864761b1be
[ci] whitelist codyrobert
2021-11-18 02:05:41 +03:00
Cody Baker
bba62d9c56
Add new team members to company page ( #31491 )
2021-11-18 02:02:56 +03:00
Kseniia Sumarokova
1f1d931be1
Merge pull request #31477 from cccgp/replace_document_link
...
Replace document link
2021-11-18 00:29:22 +03:00
Ivan Blinkov
90cddb0393
[docs] probably fix list styles ( #31482 )
...
* [docs] probably fix list styles
* Update main.css
2021-11-17 21:25:39 +03:00
Nikolay Degterinsky
fc9ef14a73
Merge pull request #29219 from evillique/log_lz4_streaming
...
Add LZ4 stream compression of logs
2021-11-17 21:22:57 +03:00
Kruglov Pavel
f27fcf8372
Merge pull request #31004 from Avogar/output-formats
...
Small refactoring in formats
2021-11-17 20:44:46 +03:00
cgp
3a814d5a2c
replace link of List of tasks
2021-11-18 01:40:32 +08:00
alesapin
31d4e16bd9
Merge pull request #31443 from ClickHouse/trying_to_debug_integration_tests
...
Trying to debug integration tests
2021-11-17 20:19:27 +03:00
Alex Cao
107f1b0de2
Merge branch 'ClickHouse:master' into master
2021-11-17 23:18:31 +08:00
avogar
4b332aea21
Temporary test fix
2021-11-17 17:54:15 +03:00
jus1096
81044e6eef
fix
2021-11-17 15:30:26 +03:00