Alexey Zatelepin
ffb54509db
add tests [#CLICKHOUSE-3859]
2018-11-15 22:34:50 +03:00
Alexey Zatelepin
b071547b2d
add checks for ALTER MODIFY ORDER BY [#CLICKHOUSE-3859]
2018-11-14 20:12:32 +03:00
Alexey Zatelepin
29b34365e6
Merge branch 'master' into alter-order-by
...
Conflicts:
dbms/src/Interpreters/ExpressionAnalyzer.cpp
dbms/src/Storages/MergeTree/MergeTreeData.cpp
dbms/src/Storages/MergeTree/MergeTreeDataSelectExecutor.cpp
2018-11-13 16:27:19 +03:00
Alexey Zatelepin
2cc0aae82c
rearrange AST members in MergeTreeData [#CLICKHOUSE-3859]
2018-11-13 16:15:17 +03:00
Alexey Zatelepin
7167bfd7b3
fix prewhere with FINAL for VersionedCollapsingMergeTree [#CLICKHOUSE-3859]
2018-11-13 16:15:12 +03:00
Alexey Zatelepin
8b85822192
store original key ASTs, and not extracted ASTExpressionLists [#CLICKHOUSE-3859]
2018-11-13 16:14:44 +03:00
Alexey Zatelepin
31a6a6b4fd
calculate ReplicatedMergeTreeTableMetadata diff [#CLICKHOUSE-3859]
2018-11-13 16:13:55 +03:00
Alexey Zatelepin
74c48ed226
apply metadata changes on startup [#CLICKHOUSE-3859]
2018-11-13 16:13:50 +03:00
Alexey Zatelepin
96d7eee785
fix use-after-free in ZooKeeperNodeCache [#CLICKHOUSE-3859]
2018-11-13 16:13:46 +03:00
Alexey Zatelepin
106800b857
apply changes in ReplicatedMergeTreeAlterThread [#CLICKHOUSE-3859]
2018-11-13 16:13:40 +03:00
Alexey Zatelepin
4036ec83af
write metadata znode in StorageReplicatedMergeTree::alter() [#CLICKHOUSE-3859]
2018-11-13 16:13:34 +03:00
Alexey Zatelepin
ce1ead5b88
allow arbitrary callbacks in ZooKeeperNodeChange [#CLICKHOUSE-3859]
2018-11-13 16:13:29 +03:00
Alexey Zatelepin
a0a9aad777
Stat data in ZooKeeperNodeCache [#CLICKHOUSE-3859]
2018-11-13 16:13:23 +03:00
Alexey Zatelepin
0c0c4fd28d
add sorting_and_primary_keys_independent [#CLICKHOUSE-3859]
2018-11-13 16:13:19 +03:00
Alexey Zatelepin
07a22100cb
ALTER ORDER BY for ordinary MergeTree [#CLICKHOUSE-3859]
2018-11-13 16:13:14 +03:00
Alexey Zatelepin
02337242b5
ALTER MODIFY ORDER BY syntax [#CLICKHOUSE-3859]
2018-11-13 16:13:10 +03:00
Alexey Zatelepin
c4bf38ef07
comments [#CLICKHOUSE-3859]
2018-11-13 16:13:06 +03:00
Alexey Zatelepin
f4c26e78d2
renames [#CLICKHOUSE-3859]
2018-11-13 16:13:01 +03:00
Alexey Zatelepin
0fa86162d9
separate sorting key and primary key, allow setting primary key separately [#CLICKHOUSE-3859]
2018-11-13 16:12:55 +03:00
Alexey Zatelepin
9a92c0a55c
sort key is distinct from primary key [#CLICKHOUSE-3859]
2018-11-13 16:12:49 +03:00
Alexey Zatelepin
580146eedb
add primary key syntax [#CLICKHOUSE-3859]
2018-11-13 16:12:14 +03:00
KochetovNicolai
5f3dcf794a
Merge pull request #3551 from yandex/syntax-analyzer-2
...
Split ExpressionAnalyzer and SyntaxAnalyzer.
2018-11-12 11:43:52 +03:00
alexey-milovidov
76b4ab8e3d
Merge pull request #3565 from amosbird/variant
...
replace std::tuple with std::variant
2018-11-11 23:57:21 +03:00
Amos Bird
6815b25d18
replace std::tuple with std::variant
2018-11-12 03:29:52 +08:00
alexey-milovidov
c1d0bad810
Merge pull request #3563 from amosbird/master
...
Avoid materialization for dictGetTOrDefault
2018-11-11 20:41:03 +03:00
Amos Bird
f76bfb00a3
Avoid materialization for dictGetTOrDefault
2018-11-12 00:35:13 +08:00
Alexander Kuranoff
92bc884ccb
Update nyc_taxi.md ( #3558 )
...
Delete the dot in a sentese
2018-11-11 11:07:10 +01:00
Alexander Kuranoff
8098900efa
Update http_interface.md ( #3559 )
...
Fixed word
2018-11-11 11:06:50 +01:00
Alexander Kuranoff
1b7b8e48bb
Update formats.md ( #3560 )
...
Fixed word
2018-11-11 11:06:18 +01:00
proller
5678d1ed98
Build fixes ( #3545 )
...
* StorageSystemContributors clean
* Fix
* ARM fixes
* Fix arm compile
* fix
* Fix macos?
* Fix includes
* fix
* fix
* Try fix apple build part 1
* Fix identation
* Fix static libc++ in clang
* fix arm build
* better
* fix
* fix
* better check-include
2018-11-10 23:09:07 +03:00
BayoNet
1ba752e931
Russian version of hasAll
hasAny
docs. ( #3550 )
...
* Update of english version of descriprion of the table function `file`.
* New syntax for ReplacingMergeTree.
Some improvements in text.
* Significantly change article about SummingMergeTree.
Article is restructured, text is changed in many places of the document. New syntax for table creation is described.
* Descriptions of AggregateFunction and AggregatingMergeTree are updated. Russian version.
* New syntax for new syntax of CREATE TABLE
* Added english docs on Aggregating, Replacing and SummingMergeTree.
* CollapsingMergeTree docs. English version.
* 1. Update of CollapsingMergeTree. 2. Minor changes in markup
* Update aggregatefunction.md
* Update aggregatefunction.md
* Update aggregatefunction.md
* Update aggregatingmergetree.md
* GraphiteMergeTree docs update.
New syntax for creation of Replicated* tables.
Minor changes in *MergeTree tables creation syntax.
* Markup fix
* Markup and language fixes
* Clarification in the CollapsingMergeTree article
* DOCAPI-4821. Sync between ru and en versions of docs.
* Fixed the ambiguity in geo functions description.
* Example of JOIN in ru docs
* Deleted misinforming example.
* Descriptions for array functions 'hasAll' and 'hasAny' are translated into russian.
* Update array_functions.md
2018-11-10 23:00:22 +03:00
alexey-milovidov
93a3f1663e
Merge pull request #3552 from amosbird/patch-14
...
Prioritize rvalue creator for ColumnTuple
2018-11-10 22:57:55 +03:00
alexey-milovidov
9b0e1ba8df
Merge pull request #3557 from amosbird/master
...
Apply upstream jemalloc patch for potential leak
2018-11-10 20:58:39 +03:00
Alexey Milovidov
60d42eb4f7
Merge branch 'master' of github.com:yandex/ClickHouse
2018-11-10 20:52:32 +03:00
Alexey Milovidov
8f50c62033
Avoid busy loop in DDLWorker when ZooKeeper is not available [#CLICKHOUSE-4126]
2018-11-10 20:52:25 +03:00
Amos Bird
752cd7e4f8
Apply upstream jemalloc patch for potential leak
...
https://github.com/jemalloc/jemalloc/issues/1347
2018-11-11 00:32:27 +08:00
alexey-milovidov
6a28d8ccb7
Update build_osx.md
2018-11-10 15:37:54 +03:00
Nikolai Kochetov
28be6d6443
Review fixes.
2018-11-09 20:23:48 +03:00
Nikolai Kochetov
21c3b36d23
Updated test with mutations.
2018-11-09 19:35:05 +03:00
Nikolai Kochetov
1e9aeba603
Split ExpressionAnalyzer and SyntaxAnalyzer.
2018-11-09 18:01:18 +03:00
Amos Bird
076ec44089
Prioritize rvalue creator for ColumnTuple
...
This validates `ColumnTuple::create(Columns({std::move(s_c0), std::move(s_c1)})); `
2018-11-09 01:24:30 +08:00
Nikolai Kochetov
726ae0cb9a
Split ExpressionAnalyzer and SyntaxAnalyzer.
2018-11-08 19:47:12 +03:00
KochetovNicolai
4609569538
Merge pull request #3549 from yandex/syntax-analyzer
...
Syntax analyzer
2018-11-08 17:15:37 +03:00
Nikolai Kochetov
baef5abc12
Review fixes.
2018-11-08 15:06:35 +03:00
Alex Zatelepin
6aec41a2bd
Update CHANGELOG_RU.md
2018-11-08 15:04:52 +03:00
Alexey Zatelepin
aca55a651a
Add ru changelog for v18.14.13
2018-11-08 14:52:08 +03:00
Nikolai Kochetov
29fe5ea5b6
Review fixes.
2018-11-08 14:17:31 +03:00
Nikolai Kochetov
90120493bf
Syntax analyzer (in progress).
2018-11-08 12:06:11 +03:00
Nikolai Kochetov
a5a36d0078
Syntax analyzer (in progress).
2018-11-08 12:01:41 +03:00
Nikolai Kochetov
6ebfd2c42f
Syntax analyzer (in progress).
2018-11-08 12:01:12 +03:00