chertus
|
0e1044b165
|
Merge branch 'master' into issue-3578
|
2018-11-15 13:28:53 +03:00 |
|
chertus
|
ebf3d60186
|
column defaults without CapNProto [CLICKHOUSE-3578]
|
2018-11-14 21:20:16 +03:00 |
|
alexey-milovidov
|
3b2cd38beb
|
Merge pull request #3570 from yandex/fix-with-with-alias-only
Fix WITH with alias only
|
2018-11-14 04:22:38 +03:00 |
|
Sabyanin Maxim
|
3e4c981db2
|
small changes
|
2018-11-13 22:17:40 +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
|
f4c26e78d2
|
renames [#CLICKHOUSE-3859]
|
2018-11-13 16:13:01 +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 |
|
Nikolai Kochetov
|
986d490435
|
Comments.
|
2018-11-12 21:33:39 +03:00 |
|
Nikolai Kochetov
|
97d9ce5193
|
Fix WITH with single alias. #2465
|
2018-11-12 21:28:32 +03:00 |
|
Sabyanin Maxim
|
b869cfed9a
|
fixed couple of mistakes.
|
2018-11-12 18:45:35 +03:00 |
|
Alexey Milovidov
|
03c35f2aa4
|
Remove Analyzers because it was failed refactoring attempt [#CLICKHOUSE-2]
|
2018-11-12 18:40:33 +03:00 |
|
chertus
|
af4cceb877
|
make branch up to date
|
2018-11-12 18:25:21 +03:00 |
|
chertus
|
9966f975a3
|
Merge branch 'master' into issue-3578
|
2018-11-12 17:58:00 +03:00 |
|
chertus
|
2fe3cdb3f5
|
restore lost commits [CLICKHOUSE-3578]
|
2018-11-12 17:52:30 +03:00 |
|
Ivan Lezhankin
|
935615a647
|
Reimplement FREEZE command.
|
2018-11-12 15:26:14 +03:00 |
|
Ivan Lezhankin
|
03e6a29eb2
|
Implement 'ALTER … FREEZE' command.
Need some tests!
|
2018-11-12 15:26: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 |
|
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 |
|
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 |
|
Nikolai Kochetov
|
28be6d6443
|
Review fixes.
|
2018-11-09 20:23:48 +03:00 |
|
Sabyanin Maxim
|
9befbd94e4
|
is_in_order_key, is_in_partition_key, is_in_sample_key in system.columns works, is_in_primary_key not yet
|
2018-11-09 18:39:21 +03:00 |
|
Nikolai Kochetov
|
1e9aeba603
|
Split ExpressionAnalyzer and SyntaxAnalyzer.
|
2018-11-09 18:01:18 +03:00 |
|
chertus
|
cc005c3ac9
|
Merge branch 'master' into issue-3578
|
2018-11-09 13:12:34 +03:00 |
|
Nikolai Kochetov
|
726ae0cb9a
|
Split ExpressionAnalyzer and SyntaxAnalyzer.
|
2018-11-08 19:47:12 +03:00 |
|
Nikolai Kochetov
|
baef5abc12
|
Review fixes.
|
2018-11-08 15:06:35 +03:00 |
|
Sabyanin Maxim
|
f8f2779f7b
|
make ColumnComment just a hashmap
|
2018-11-08 15:03:42 +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 |
|
Nikolai Kochetov
|
7f8deccd7e
|
Merged with master.
|
2018-11-07 15:52:16 +03:00 |
|
Nikolai Kochetov
|
748b0f7077
|
SyntaxAnalyzer (in progress).
|
2018-11-07 15:44:05 +03:00 |
|
chertus
|
9819c10628
|
fix build with libcxx
|
2018-11-07 14:46:39 +03:00 |
|
Nikolai Kochetov
|
7a5cfc7a6d
|
Skip columns from prewhere_info->remove_columns_actions in prewhere result for alias source columns. [#CLICKHOUSE-4111]
|
2018-11-07 13:53:36 +03:00 |
|
Artem Zuikov
|
e9dc302cdc
|
Merge pull request #3465 from 4ertus2/bugs
hotfix for distributed DDLs over secure port [CLICKHOUSE-4089]
|
2018-11-06 21:39:10 +03:00 |
|
Nikolai Kochetov
|
bcd6e03257
|
SyntaxAnalyzer (in progress).
|
2018-11-06 21:13:35 +03:00 |
|
chertus
|
172acbabd0
|
fix tests (second attempt) [CLICKHOUSE-4089]
|
2018-11-06 19:38:01 +03:00 |
|
Artem Zuikov
|
469ce719dc
|
Merge pull request #3521 from 4ertus2/joins
Set default database name for tables in view's (sub)selects [CLICKHOUSE-3145]
|
2018-11-06 19:15:07 +03:00 |
|
chertus
|
458e20c31f
|
fix tests/integration over ssl by alesapin@
|
2018-11-06 17:42:30 +03:00 |
|
Sabyanin Maxim
|
dacd999d4f
|
Merge branch 'master' into CLICKHOUSE-4032
|
2018-11-06 16:50:07 +03:00 |
|
alesapin
|
70df5a1cb7
|
Merge pull request #3534 from yandex/block_structure_mistmatch
[WIP] Trying to fix block structure mismatch
|
2018-11-06 16:40:05 +03:00 |
|
chertus
|
756342551a
|
add general comment for visitors
|
2018-11-06 16:28:22 +03:00 |
|
Sabyanin Maxim
|
bdcdc15b1e
|
fixed comment test.
remove ColumnComment struct.
style fixes
|
2018-11-06 16:26:43 +03:00 |
|
Nikolai Kochetov
|
8df77930ec
|
Added InterpreterSelectQuery::unifyStreams
|
2018-11-06 14:44:45 +03:00 |
|
Nikolai Kochetov
|
d7992b11d8
|
Fix block structure mismatch in MergingSorted stream.
|
2018-11-06 13:11:37 +03:00 |
|
Alexey Milovidov
|
c5173782dc
|
Potentially better #3490
|
2018-11-05 17:29:38 +03:00 |
|
alexey-milovidov
|
c25e093b82
|
Merge pull request #3512 from lapkofear/amd_perf_problem
fixed group by int16 and Date types on AMD EPYC 7401P machine
|
2018-11-04 11:53:38 +03:00 |
|
chertus
|
50d9a6e5d5
|
refactoring: unify QueryAliasesVisitor with other AST visitors
|
2018-11-02 18:09:15 +03:00 |
|
alesapin
|
b74dd7fb3f
|
Merge pull request #3530 from yandex/project-clone-performance
Project clone performance
|
2018-11-02 17:29:21 +03:00 |
|
chertus
|
2f5fb25de6
|
Merge branch 'master' into joins
|
2018-11-02 13:39:19 +03:00 |
|
Alexey Milovidov
|
120e2cbe2f
|
Use "ALL" as "join_default_strictness" setting by default for compatibility [#CLICKHOUSE-4087]
|
2018-11-02 13:03:05 +03:00 |
|
Nikolai Kochetov
|
ecd48dfd07
|
Removed column clone from project action.
|
2018-11-02 12:57:29 +03:00 |
|
Nikolai Kochetov
|
9332dd5d2f
|
Removed column clone from project action.
|
2018-11-02 12:56:37 +03:00 |
|
alexey-milovidov
|
c19b1d919e
|
Merge pull request #3517 from yandex/kill_pending_queries
CLICKHOUSE-4094: Add ability to kill pending queries
|
2018-11-01 21:07:45 +03:00 |
|
Alexey Milovidov
|
30a2513fac
|
Whitespace [#CLICKHOUSE-2]
|
2018-11-01 20:55:53 +03:00 |
|
alexey-milovidov
|
b1db9ec23c
|
Merge pull request #3436 from amosbird/master
Flexible fields assignment
|
2018-11-01 20:22:28 +03:00 |
|
chertus
|
009f77002e
|
add default db name to views [CLICKHOUSE-3145]
|
2018-11-01 20:07:20 +03:00 |
|
alesapin
|
11092e895c
|
Better comment
|
2018-11-01 18:22:59 +03:00 |
|
alesapin
|
b0ac729228
|
CLICKHOUSE-4094: Add ability to kill pending queries
|
2018-11-01 17:56:37 +03:00 |
|
chertus
|
d6defafad2
|
use AddDefaultDatabaseVisitor for views [CLICKHOUSE-3145]
|
2018-11-01 17:49:37 +03:00 |
|
alexey-milovidov
|
121f04522e
|
Merge pull request #3503 from yandex/check_array_value_null
Better code for check on null values inside array IN expression
|
2018-11-01 17:01:06 +03:00 |
|
alexey-milovidov
|
00fa7d9fad
|
Update Aggregator.cpp
|
2018-11-01 15:42:57 +03:00 |
|
Artem Zuikov
|
eb535c4b9b
|
Merge pull request #3500 from 4ertus2/joins
refactoring: one place for db and table extraction from AST
|
2018-11-01 14:59:56 +03:00 |
|
igor.lapko
|
2d565f1099
|
code style fix
|
2018-11-01 13:42:15 +02:00 |
|
chertus
|
1a71a443b8
|
resolve review remarks
|
2018-11-01 14:32:44 +03:00 |
|
alesapin
|
63c6647be4
|
Better comment
|
2018-11-01 14:23:23 +03:00 |
|
alesapin
|
abcc692dbf
|
CLICKHOUSE-4096: Fix nested unaliased joins segfault
|
2018-11-01 14:23:23 +03:00 |
|
igor.lapko
|
d603cb1eb8
|
fixed group by int16 and Date types on AMD EPYC 7401P machine
|
2018-11-01 09:01:34 +02:00 |
|
chertus
|
1db565193c
|
description for TranslateQualifiedNamesVisitor
|
2018-10-31 20:45:41 +03:00 |
|
chertus
|
1eae5c38ea
|
remove code duplicates for creating table AST node
|
2018-10-31 20:31:04 +03:00 |
|
chertus
|
d8674a264a
|
ExpressionAnalyzer fix columns deduplication
|
2018-10-31 15:58:12 +03:00 |
|
alesapin
|
892ab4ce8a
|
Better code for check on null values inside array IN expression
|
2018-10-31 12:17:47 +03:00 |
|
chertus
|
4ff0391ca6
|
DatabaseAndTableWithAlias - the only place for db & table expraction from AST
|
2018-10-30 19:31:21 +03:00 |
|
chertus
|
d2518fdb3f
|
more refactoring: funcs to extract database_and_table from AST
|
2018-10-29 22:04:28 +03:00 |
|
Artem Zuikov
|
ccfb51b8dd
|
Merge pull request #3476 from 4ertus2/joins
ExpressionAnalyzer refactoring - remove duplicated code
|
2018-10-29 11:36:06 +03:00 |
|
Sabyanin Maxim
|
65bd40e290
|
Merge branch 'master' of github.com:yandex/ClickHouse into CLICKHOUSE-4032
|
2018-10-27 22:33:52 +03:00 |
|
chertus
|
95c618b163
|
ExpressionAnalyzer: remove duplicated code
|
2018-10-26 18:13:02 +03:00 |
|
alesapin
|
64b1108989
|
Merge branch 'master' of github.com:yandex/ClickHouse into fix_non_deterministic_compile
|
2018-10-25 20:01:22 +03:00 |
|
alesapin
|
a4dd489165
|
Do not build compiled functions
|
2018-10-25 19:52:28 +03:00 |
|
chertus
|
480bee07db
|
hotfix for distributed DDLs over secure port [CLICKHOUSE-4089]
|
2018-10-25 14:35:19 +03:00 |
|
chertus
|
e8f9e3c2a2
|
better fix for distributed DDL [CLICKHOUSE-4036] [CLICKHOUSE-4015]
|
2018-10-25 12:40:30 +03:00 |
|
chertus
|
6375009c81
|
Merge branch 'master' into joins
|
2018-10-24 19:43:48 +03:00 |
|
chertus
|
7a24e9b8ff
|
one more minor fix
|
2018-10-24 18:41:28 +03:00 |
|
chertus
|
a844d10a9a
|
minor fix
|
2018-10-24 18:39:37 +03:00 |
|
chertus
|
58f14b0db2
|
USE database for ON CLUSTER DDLs [CLICKHOUSE-4036]
|
2018-10-24 18:31:07 +03:00 |
|
alesapin
|
54a1f0c2a6
|
enable compiled expressions byt default
|
2018-10-24 14:36:02 +03:00 |
|
alesapin
|
070d75c7c9
|
Don't unfold non deterministic expressions
|
2018-10-24 14:31:23 +03:00 |
|
Amos Bird
|
3cf2177268
|
Flexible fields assignment
Field f;
before:
f = Int64(-42);
after:
f = -42;
|
2018-10-24 08:47:33 +08:00 |
|
alexey-milovidov
|
10abde5b62
|
Merge pull request #3441 from CurtizJ/CLICKHOUSE-1834
Setting for TCP keepalive. [CLICKHOUSE-1834]
|
2018-10-23 23:21:15 +03:00 |
|
alexey-milovidov
|
165890a3e6
|
Merge pull request #3453 from yandex/fix-union-header
Fix union header
|
2018-10-23 23:18:36 +03:00 |
|
alesapin
|
1c77cf51ce
|
Remove compile_expressions by default
|
2018-10-23 21:25:55 +03:00 |
|
Nikolai Kochetov
|
d2f0925685
|
Uniform headers for union stream. #2156
|
2018-10-23 21:01:38 +03:00 |
|
alexey-milovidov
|
4bf54337b9
|
Merge pull request #3292 from CurtizJ/order-by-efficient
Efficiently finish sorting by (x, y) stream, that already sorted by (x) [CLICKHOUSE-4022]
|
2018-10-23 11:34:22 +03:00 |
|
alexey-milovidov
|
9c3278f378
|
Merge pull request #3400 from zhang2014/fix/ISSUES-2312
ISSUES-2312 fix nested view & joined view without database
|
2018-10-23 11:21:29 +03:00 |
|
CurtizJ
|
7963e952f1
|
rename setting to tcp_keep_alive
|
2018-10-23 02:02:57 +03:00 |
|
alexey-milovidov
|
72b3ec1ffa
|
Merge pull request #3428 from 4ertus2/joins
Мore ExpressionAnalyser refactoring, add unit-test for it
|
2018-10-22 22:24:39 +03:00 |
|
CurtizJ
|
a05aa5448d
|
add setting keep_alive
|
2018-10-22 21:09:55 +03:00 |
|
Alexey Zatelepin
|
bd38b4f560
|
add clear error message #275
|
2018-10-22 15:38:04 +03:00 |
|
alesapin
|
c6debd1c33
|
Better comment
|
2018-10-22 14:30:24 +03:00 |
|
chertus
|
a62fae8332
|
Merge branch 'master' into joins
|
2018-10-22 11:25:43 +03:00 |
|
alesapin
|
dcc8ca49d7
|
Add global counter to subqueries
|
2018-10-20 00:03:45 +03:00 |
|
chertus
|
b784f754a7
|
minor settings changes
|
2018-10-19 18:42:47 +03:00 |
|
chertus
|
dcf04ac36d
|
unit-test for ExpressionAnalyzer [CLICKHOUSE-3996]
|
2018-10-19 18:33:40 +03:00 |
|
chertus
|
5aedca40c2
|
fix asan
|
2018-10-18 22:27:28 +03:00 |
|
chertus
|
a32e06d298
|
more ExpressionAnalyzer refactoring [CLICKHOUSE-3996]
|
2018-10-18 18:03:14 +03:00 |
|
Artem Zuikov
|
52e94ecc5a
|
Merge pull request #3368 from 4ertus2/joins
Extract visitors from ExpressionAnalyser [CLICKHOUSE-3996]
|
2018-10-17 15:48:42 +03:00 |
|
chertus
|
5d3f03a6d2
|
minor refactoring (function naming)
|
2018-10-17 14:06:46 +03:00 |
|
chertus
|
40f1805bf4
|
fix gcc build
|
2018-10-17 13:59:05 +03:00 |
|
zhang2014
|
133363e8e3
|
ISSUES-2312 fix nested view & joined view without database
|
2018-10-17 14:35:16 +08:00 |
|
Alexey Milovidov
|
44f5c735aa
|
Temporary disable "enable_optimize_predicate_expression" setting by default #1777
|
2018-10-17 06:46:06 +03:00 |
|
chertus
|
27d66a45c3
|
extract more visitors from ExpressionAnalyzer [CLICKHOUSE-3996]
|
2018-10-16 22:00:05 +03:00 |
|
chertus
|
4071155043
|
better ActionsVisitor extraction [CLICKHOUSE-3996]
|
2018-10-16 15:34:20 +03:00 |
|
chertus
|
e6e28d2451
|
Merge branch 'master' into joins
|
2018-10-16 13:10:32 +03:00 |
|
chertus
|
465cb6d267
|
fix for Decimal128 group by [issue-3378]
|
2018-10-15 22:14:08 +03:00 |
|
Sabyanin Maxim
|
e050bc0428
|
Merge branch 'master' into CLICKHOUSE-4032
|
2018-10-14 18:35:45 +03:00 |
|
Sabyanin Maxim
|
ab050c8466
|
add comment section in column declaration.
add comment column type in alter method.
add comment section in system.columns.
|
2018-10-14 18:30:06 +03:00 |
|
Alexey Milovidov
|
50234013b5
|
Whitespaces [#CLICKHOUSE-4016]
|
2018-10-14 11:23:21 +03:00 |
|
Alexey Milovidov
|
98859f232b
|
Merge branch 'master' into group_by_two_level_compatibility
|
2018-10-13 02:13:30 +03:00 |
|
chertus
|
9120d5f38e
|
extract visitor from ExpressionAnalyser [CLICKHOUSE-3996]
|
2018-10-12 18:41:28 +03:00 |
|
alesapin
|
72ef357a02
|
Fix typo assignment
|
2018-10-12 17:52:39 +03:00 |
|
alesapin
|
17150fd688
|
CLICKHOUSE-4060: Use individual context for each function
|
2018-10-12 16:03:57 +03:00 |
|
Alexey Milovidov
|
6e39e021f0
|
Disable "compile_expressions" setting by default because it is not production ready [#CLICKHOUSE-4060]
|
2018-10-12 03:21:24 +03:00 |
|
alexey-milovidov
|
12772c2cd5
|
Merge pull request #3357 from yandex/check-for-array-join-in-prewhere
Added check for invalid PREWHERE
|
2018-10-12 01:32:44 +03:00 |
|
alexey-milovidov
|
27a07a9d90
|
Merge pull request #3356 from yandex/llvm-better-exception-messages
LLVM compiler: better exception messages.
|
2018-10-12 00:18:42 +03:00 |
|
Alexey Milovidov
|
e752271d99
|
Added check for invalid PREWHERE #3336
|
2018-10-11 23:52:25 +03:00 |
|
Alexey Milovidov
|
7d6365d139
|
LLVM compiler: better exception messages [#CLICKHOUSE-2]
|
2018-10-11 23:31:41 +03:00 |
|
chertus
|
c593d9a971
|
extract ExecuteScalarSubqueriesVisitor from ExpressionAnalyser [CLICKHOUSE-3996]
|
2018-10-11 22:28:59 +03:00 |
|
Alexey Milovidov
|
e3773c5d0c
|
Fixed code that was out of style #3145
|
2018-10-11 00:01:53 +03:00 |
|
Alexey Milovidov
|
55923011b5
|
Attempt to fix use-after-free, try 1 #3145
|
2018-10-10 23:44:50 +03:00 |
|
Alexey Milovidov
|
55bc2b812b
|
Miscellaneous #3145
|
2018-10-10 23:44:19 +03:00 |
|
Alexey Milovidov
|
75221c478a
|
Miscellaneous #3145
|
2018-10-10 23:37:01 +03:00 |
|
Alexey Milovidov
|
2c0ea27377
|
Miscellaneous #3145
|
2018-10-10 23:35:21 +03:00 |
|
Alexey Milovidov
|
5e50e6bfef
|
Fixed strange code #3145
|
2018-10-10 23:26:04 +03:00 |
|
alexey-milovidov
|
b9ecc4b819
|
Merge pull request #3340 from CurtizJ/issue-3253
Fix unnecessarily preparations for join at initial server [ISSUE-3253]
|
2018-10-10 23:04:13 +03:00 |
|
CurtizJ
|
16bea3d008
|
remove logs
|
2018-10-10 20:09:09 +03:00 |
|
CurtizJ
|
815380b8b2
|
fix unnecessarily preparations for join at initial server
|
2018-10-10 20:07:21 +03:00 |
|
chertus
|
1b7354f809
|
disable AST logging
|
2018-10-10 19:23:27 +03:00 |
|
alexey-milovidov
|
34bd8568b6
|
Merge pull request #3339 from liuyimin-bytedance/master
Issue 3269 Fix incorrect OR evaluation when multiples ORs are optimized to IN
|
2018-10-10 16:42:24 +03:00 |
|
alexey-milovidov
|
fe79529627
|
Update LogicalExpressionsOptimizer.cpp
|
2018-10-10 16:41:44 +03:00 |
|
liuyimin
|
019677c55b
|
Add fake range for tuple ASTFunction generated by Optimizer so that prepared set indexation works correctly
|
2018-10-10 21:31:18 +08:00 |
|
alexey-milovidov
|
4e6fd3e3fe
|
Merge pull request #3337 from VadimPE/CLICKHOUSE-3021
[CLICKHOUSE-3021] fix bug with unsupported value in CREATE TABLE
|
2018-10-10 16:23:17 +03:00 |
|
alexey-milovidov
|
2aa255f8b0
|
Update InterpreterCreateQuery.cpp
|
2018-10-10 16:23:06 +03:00 |
|
Vadim
|
56bfc25d9a
|
Update InterpreterCreateQuery.cpp
|
2018-10-10 16:15:17 +03:00 |
|
Vadim
|
834267054e
|
Update InterpreterCreateQuery.cpp
|
2018-10-10 16:14:29 +03:00 |
|
VadimPE
|
779a178347
|
CLICKHOUSE-3021 fix bug with unsupported value in CREATE TABLE
|
2018-10-10 15:50:29 +03:00 |
|