alexey-milovidov
|
a083e6bc64
|
Merge pull request #3799 from yandex/low-cardinality-join
Low cardinality join
|
2018-12-10 21:46:42 +03:00 |
|
alexey-milovidov
|
cea269883c
|
Merge pull request #3803 from yandex/low-cardinality-native-format-conversion-2
LowCardinality support for old clients, part 2
|
2018-12-10 21:03:43 +03:00 |
|
alexey-milovidov
|
3be02d5214
|
Merge pull request #3807 from amosbird/nitfix
Fix copy-paste error.
|
2018-12-10 20:52:08 +03:00 |
|
KochetovNicolai
|
635b16ac4b
|
Update MergeTreeDataPart.cpp
Skip size check for LowCardinality column file.
|
2018-12-10 20:47:18 +03:00 |
|
Amos Bird
|
197d73d5bc
|
Fix copy-paste error.
|
2018-12-11 01:31:10 +08:00 |
|
alexey-milovidov
|
5152e2b8fa
|
Merge pull request #2658 from yandex/issue-3578
CLICKHOUSE-3578 apply column defaults for semistructured input formats
|
2018-12-10 18:56:22 +03:00 |
|
alexey-milovidov
|
fdae3eefa3
|
Merge pull request #3805 from proller/fix4
clang-format of dbms/src/Dictionaries/*
|
2018-12-10 18:55:28 +03:00 |
|
proller
|
5e89894b98
|
Fix style
|
2018-12-10 18:50:58 +03:00 |
|
proller
|
c9e98c8deb
|
clang-format of dbms/src/Dictionaries/*
|
2018-12-10 18:25:45 +03:00 |
|
Ivan Blinkov
|
6a90abc543
|
Support SUBSTRING(expr FROM start FOR length)
|
2018-12-10 15:54:02 +03:00 |
|
Nikolai Kochetov
|
1a6127dce4
|
Remove LowCardinality from NativeBlockOutputStream types for old clients.
|
2018-12-10 15:09:37 +03:00 |
|
Nikolai Kochetov
|
e4fd13f237
|
Remove LowCardinaity for joined keys.
|
2018-12-10 13:23:45 +03:00 |
|
Nikolai Kochetov
|
61cd6fe2d3
|
Remove LowCardinaity for joined keys.
|
2018-12-10 13:21:32 +03:00 |
|
alexey-milovidov
|
0fdb3b9628
|
Merge branch 'master' into issue-3578
|
2018-12-07 23:53:34 +03:00 |
|
alexey-milovidov
|
0b4f0ca7d5
|
Merge pull request #3744 from yandex/low-cardinality-nullable-group-by
LowCardinality optimization for single nullable column.
|
2018-12-07 23:32:27 +03:00 |
|
alexey-milovidov
|
92ab759ef6
|
Update Aggregator.h
|
2018-12-07 23:31:59 +03:00 |
|
proller
|
799edcef78
|
CLICKHOUSE-4189 Fix segfault (#3788)
* CLICKHOUSE-4189 Fix segfault
* Update ExpressionActions.cpp
* Update ExpressionActions.cpp
|
2018-12-07 23:05:02 +03:00 |
|
KochetovNicolai
|
431cff1613
|
Update NativeBlockInputStream.cpp
Fix type for LowCardinality inserts.
|
2018-12-07 20:17:50 +03:00 |
|
alesapin
|
21f8a86635
|
Merge branch 'chenxing-xc-master'
|
2018-12-07 17:13:11 +03:00 |
|
alesapin
|
80b49e4c0a
|
Add integration test, put dependent libs to contrib, slightly refine
code.
|
2018-12-07 14:41:24 +03:00 |
|
alexey-milovidov
|
68b5f02b10
|
Merge pull request #3683 from nicelulu/update_23
Compatible with LowCardinality type data write
|
2018-12-07 07:17:07 +03:00 |
|
alexey-milovidov
|
4305509236
|
Update DistributedBlockOutputStream.cpp
|
2018-12-07 07:15:26 +03:00 |
|
alexey-milovidov
|
e7f4d5a12b
|
Update DistributedBlockOutputStream.cpp
|
2018-12-07 07:14:52 +03:00 |
|
alexey-milovidov
|
acb4feef26
|
Merge pull request #3760 from yandex/fix-database-ordinary-load-table-deadlock
Fix database ordinary load table deadlock
|
2018-12-07 07:13:58 +03:00 |
|
alexey-milovidov
|
c5e88307c4
|
Update DatabaseOrdinary.cpp
|
2018-12-07 07:11:11 +03:00 |
|
alexey-milovidov
|
58c9e98167
|
Update DatabaseOrdinary.cpp
|
2018-12-07 07:10:22 +03:00 |
|
alexey-milovidov
|
d6915bf61d
|
Merge pull request #3762 from yandex/fix-something-with-columns-alias-and-prewhere
Fix source columns list for prewhere alias actions.
|
2018-12-07 07:09:14 +03:00 |
|
alexey-milovidov
|
16bb923df5
|
Merge pull request #3769 from yandex/low-cardinality-native-format-conversion
Support insertion into LowCardinality from old native clients.
|
2018-12-07 07:08:43 +03:00 |
|
alexey-milovidov
|
990c7dea03
|
Merge pull request #3772 from yandex/mutations-default-database
Add the default database to tables in a mutation query
|
2018-12-07 07:06:20 +03:00 |
|
Alexey Milovidov
|
f3c72daf50
|
Fixed name [#CLICKHOUSE-2]
|
2018-12-07 06:21:17 +03:00 |
|
alexey-milovidov
|
8ad92ad94f
|
Merge pull request #3774 from yandex/missing-sql-compatibility-functions
Some function name aliases and case insensitivity for SQL compatibility
|
2018-12-07 02:36:27 +03:00 |
|
Alexey Zatelepin
|
d70533d538
|
AddDefaultDatabaseVisitor now supports IN and descends into all parts of SELECT query #3597
|
2018-12-06 21:54:59 +03:00 |
|
Alexey Zatelepin
|
4cc4027821
|
add default database to table identifiers in alter commands #3597
|
2018-12-06 21:54:52 +03:00 |
|
chertus
|
60dc8fcac2
|
fixes for review CLICKHOUSE-3578
|
2018-12-06 20:20:17 +03:00 |
|
Ivan Blinkov
|
21c76a3d63
|
Make if function name case-insensive #3704
|
2018-12-06 17:40:32 +03:00 |
|
Ivan Blinkov
|
afcd6f9f09
|
Make substring function name case-insensitive + add two aliases #3704
|
2018-12-06 17:30:10 +03:00 |
|
Nikolai Kochetov
|
2bb57ce472
|
Support insertion into LowCardinality from old native clients.
|
2018-12-06 17:08:42 +03:00 |
|
Ivan Blinkov
|
ed04453122
|
Add locate -> position alias #3713
|
2018-12-06 16:36:23 +03:00 |
|
Ivan Blinkov
|
4ebbe3502d
|
Add replace -> replaceAll alias #3713
|
2018-12-06 16:23:45 +03:00 |
|
Ivan Blinkov
|
50314e3e91
|
Avoid repeating constants
|
2018-12-06 16:22:57 +03:00 |
|
alexey-milovidov
|
3f45fbbb33
|
Merge pull request #3763 from yandex/missing-sql-compatibility-functions
Add lcase/ucase functions + make lower/upper case-insensitive #3715
|
2018-12-06 03:44:45 +03:00 |
|
Ivan Blinkov
|
e110d0789f
|
Add lcase/ucase + make lower/upper case-insensitive #3715
|
2018-12-05 19:59:35 +03:00 |
|
Nikolai Kochetov
|
2fc0643bc9
|
Do not use table column aliases in prewhere alias action source columns
|
2018-12-05 19:36:26 +03:00 |
|
Alexey Milovidov
|
f66b15efb3
|
Removed useless file #3754
|
2018-12-05 17:59:48 +03:00 |
|
Alexey Zatelepin
|
c9b97ae86c
|
fix unexpected modification of original ORDER BY ast [#CLICKHOUSE-3859]
|
2018-12-05 17:02:34 +03:00 |
|
proller
|
61328a2c9b
|
ARM build fixes (#3754)
|
2018-12-05 16:41:29 +03:00 |
|
chertus
|
8500335ef5
|
cleanup unused code
|
2018-12-05 15:49:15 +03:00 |
|
Nikolai Kochetov
|
715d120ed9
|
Fix deadlock in DatabaseOrdinary in case of exception while loading tables.
|
2018-12-05 15:46:32 +03:00 |
|
chertus
|
1a7313eaa0
|
resolve class name conflict
|
2018-12-05 15:27:21 +03:00 |
|
chertus
|
3db00b7b98
|
Merge branch 'master' into issue-3578
|
2018-12-05 14:43:14 +03:00 |
|