Commit Graph

30843 Commits

Author SHA1 Message Date
Ivan Blinkov
bdd94810a3
Update stale.yml 2019-10-20 18:27:09 +08:00
Ivan Blinkov
6003f7dda8
fix stale.yml 2019-10-20 17:51:20 +08:00
Nicolae Vartolomei
b0f2f23a38 Test materialized view pushing extra columns
This test exists to prevent unintended changes to existing behaviour.

Although this behaviour might not be ideal it is can be exploited for 0-downtime changes to materialized views.

Step 1: Add new column to source table.
Step 2: Create new view reading source column.
Step 3: Swap views using `RENAME TABLE`.
Step 4: Add new column to destination table as well.
2019-10-20 10:26:44 +01:00
Ivan Blinkov
640b89d544
Create stale.yml 2019-10-20 17:22:00 +08:00
Ivan Blinkov
7af711b277
Update labeler.yml 2019-10-20 17:09:49 +08:00
Ivan Blinkov
bb4367f740
Update labeler.yml 2019-10-20 16:43:09 +08:00
Ivan Blinkov
4d4f250d12
Update labeler.yml 2019-10-20 15:59:39 +08:00
Ivan Blinkov
833b7e2b2f
Update labeler.yml 2019-10-20 15:56:26 +08:00
Ivan Blinkov
e684d193cd
Create labeler.keywords.yml 2019-10-20 15:53:03 +08:00
Ivan Blinkov
bc94f8f837
Update labeler.yml 2019-10-20 14:34:36 +08:00
Ivan Blinkov
c5dc2f461d
Update labeler.yml 2019-10-20 14:32:02 +08:00
Ivan Blinkov
ff25a90bb3
fix labeler.yml 2019-10-20 14:25:08 +08:00
Ivan Blinkov
83146bb70d
Update labeler.yml 2019-10-20 14:20:03 +08:00
Ivan Blinkov
8c404eb3a8
Update comments in .potato.yml 2019-10-20 12:50:33 +08:00
Sergei Bocharov
bd0c5e9fcd Potato goes to ClickHouse (#7333)
* Potato goes to ClickHouse

* Added comments

* Fix YAML

* Fix YAML

* Fix label
2019-10-20 12:46:13 +08:00
Aleksey Akulovich
a019e45093 fix typos in docs and comment (#7385) 2019-10-20 12:43:54 +08:00
Ivan Blinkov
2eb00f9e62
Update labeler.yml 2019-10-20 12:16:46 +08:00
Ivan Blinkov
d05296ff97
Update labeler.yml 2019-10-20 12:07:19 +08:00
Ivan Blinkov
67fbf3bf80
Update labeler.yml 2019-10-20 12:03:24 +08:00
Ivan Blinkov
1c02fed19b
GitHub labeler configuration changes (#7393)
* GitHub labeler configuration changes

* Delete main.workflow

* Create labeler.yml

* Create workflows/labeler.yml
2019-10-20 11:59:21 +08:00
Ivan Blinkov
36c1f9aa82
Remove links to past and almost past meetups 2019-10-20 11:05:17 +08:00
VDimir
797f76a187 Separate class for IsValidJSONImpl 2019-10-19 07:26:19 +00:00
alexey-milovidov
52bfa9927c
Merge pull request #7384 from ClickHouse/fix_ub_in_system_parts
Fix UB in StoragesInfoStream
2019-10-19 09:59:39 +03:00
VDimir
f1630b4e2e Merge branch 'master' into feature/isvalidjson-5910 2019-10-19 06:21:21 +00:00
alexey-milovidov
2a9e2ab45c
Merge pull request #7388 from amosbird/ubunaligned
murmurhash32 ubsan fix.
2019-10-19 06:21:20 +03:00
Azat Khuzhin
260a9fba2b StorageDistributed: Drop extra inclusion of materializeBlock.h 2019-10-18 23:38:33 +03:00
Azat Khuzhin
94948c2579 Add a message in case of queue_wait_max_ms wait takes place
Since there no information about this, while this can be interesting,
for example to tune max_concurrent_queries in some cases.
2019-10-18 23:36:12 +03:00
Azat Khuzhin
5e299a46bb docs: enumerate uniqCombined64 for count_distinct_implementation 2019-10-18 23:07:20 +03:00
Amos Bird
ecebbbf5a6
murmurhash32 ubsan fix. 2019-10-19 03:25:20 +08:00
chertus
c5a850240c better ambiguous column detection in multiple join rewriter 2019-10-18 20:09:17 +03:00
chertus
37f07213ee better test 2019-10-18 19:45:59 +03:00
chertus
1bb8174285 disable push down for CROSS JOIN tests 2019-10-18 19:34:06 +03:00
chertus
2533652847 columns match priority: table alias > table name> aliased table name 2019-10-18 19:16:57 +03:00
alesapin
a014924c19 Remove wrong tests 2019-10-18 19:04:12 +03:00
alesapin
cdc195727e Fix some races from lazy load and add ugly interface to loader (need to be refactored) 2019-10-18 19:04:09 +03:00
Alexander Kuzmenkov
5e2cc37381
Distinguish Array and Tuple field types when creating from array of Fields. (#7179) 2019-10-18 18:57:05 +03:00
Alexander Tokmakov
06b28f9fe3 fix uninitialized offset for Lazy db 2019-10-18 16:09:24 +03:00
Alexander Kuzmenkov
3143fa37d7
Merge pull request #7371 from CurtizJ/fix-optimize-read-in-order
Fix optimize_read_in_order with IN and a subquery.
2019-10-18 15:55:53 +03:00
BayoNet
a34e57646d Merge branch 'master' of github.com:ClickHouse/ClickHouse 2019-10-18 15:44:11 +03:00
BayoNet
e1e82cb438
DOCS-8299: Added a link with metrics for system.metrics in RU docs (#7379)
* Typo fix.

* Links fix.

* Fixed links in docs.

* More fixes.

* Link fixes.

* DOCAPI-8299: Link update in RU docs.
2019-10-18 12:25:56 +03:00
hcz
502672c973 Add aggregate function combinators: -OrNull & -OrDefault (#7331) 2019-10-18 12:25:39 +03:00
alesapin
71cbe878fc
Merge pull request #7374 from millb/fixed_getMultipleValuesFromConfig
Fixed function getMultipleValuesFromConfig
2019-10-18 11:55:41 +03:00
alexey-milovidov
3803d94db6
Merge pull request #7376 from amosbird/helpakuzm
Fix ubsan introduced by Field refactoring.
2019-10-18 06:29:27 +03:00
chertus
0f6176cc2d throw on ambiguous qualified column 2019-10-18 00:08:28 +03:00
Mikhail Korotov
a1f417a537
Update gtest_getMultipleValuesFromConfig.cpp 2019-10-18 00:07:27 +03:00
Amos Bird
16d1b4472e Fix ubsan introduced by Field refactoring. 2019-10-18 04:30:33 +08:00
Vladimir Kopysov
008d142a33 Add a tentative english translation of the 'tiered storage' section 2019-10-17 21:33:18 +03:00
alesapin
b222ec1209 Fix segmentation fault 2019-10-17 20:53:08 +03:00
alesapin
c29b39002d Fix race condition, add test 2019-10-17 20:36:53 +03:00
alesapin
05392fd882 Fix deadlock, add test and refactoring 2019-10-17 20:18:54 +03:00