Azat Khuzhin
|
73ddc25e1e
|
Require mutations for DROP COLUMN by root column name for nested columns
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
|
2022-04-29 07:09:34 +03:00 |
|
Alexey Milovidov
|
4d6c030d23
|
Revert "clang-tidy report issues with Medium priority"
|
2022-04-04 23:41:42 +03:00 |
|
Antonio Andelic
|
d96b682a55
|
Refactor
|
2022-04-04 07:24:42 +00:00 |
|
taiyang-li
|
4547ed370a
|
add hints for column description
|
2022-04-04 07:24:42 +00:00 |
|
Maksim Kita
|
a1a4552740
|
Merge pull request #35184 from DevTeamBK/clang-tidy-issues
clang-tidy report issues with Medium priority
|
2022-03-29 13:19:54 +02:00 |
|
Rajkumar
|
3d3b6d1956
|
clang-tidy report issues with Medium priority
|
2022-03-10 07:23:49 -08:00 |
|
Anton Popov
|
df3b07fe7c
|
Merge remote-tracking branch 'upstream/master' into HEAD
|
2022-03-03 22:25:28 +00:00 |
|
Maksim Kita
|
b1a956c5f1
|
clang-tidy check performance-move-const-arg fix
|
2022-03-02 18:15:27 +00:00 |
|
Anton Popov
|
c1fdcf7a64
|
Merge remote-tracking branch 'upstream/master' into HEAD
|
2022-03-01 20:21:39 +03:00 |
|
Azat Khuzhin
|
644f9168fa
|
Ignore per-column TTL in CREATE TABLE AS if new table engine does not support it
Follow-up for: #6968
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
|
2022-02-28 10:29:26 +03:00 |
|
Anton Popov
|
fcdebea925
|
Merge remote-tracking branch 'upstream/master' into HEAD
|
2022-02-25 13:41:30 +03:00 |
|
Maksim Kita
|
d6e88f56cd
|
Merge pull request #34623 from CurtizJ/minor-subcolumns-fix
Fix quadratic complexity while adding subcolumns
|
2022-02-16 12:38:00 +01:00 |
|
Anton Popov
|
e4fddaa03a
|
fix quadratic complexity while adding subcolumns
|
2022-02-16 02:42:50 +03:00 |
|
Anton Popov
|
a661eaf39f
|
better performance of getting storage snapshot
|
2022-02-16 02:17:22 +03:00 |
|
Yakov Olkhovskiy
|
579fe6c97a
|
major rework, transform added to the insert pipe
|
2022-02-13 17:42:59 +00:00 |
|
Yakov Olkhovskiy
|
4d5fb56c29
|
added EPHEMERAL default for column (preliminary)
|
2022-02-07 23:21:10 +00:00 |
|
Anton Popov
|
a20922b2d3
|
Merge remote-tracking branch 'origin/sparse-serialization' into HEAD
|
2021-11-09 15:36:25 +03:00 |
|
Anton Popov
|
4017b1eb89
|
Update src/Storages/ColumnsDescription.cpp
Co-authored-by: Vladimir C <vdimir@clickhouse.com>
|
2021-09-24 14:08:33 +03:00 |
|
Anton Popov
|
8943389d03
|
normalize ASTs in ColumnsDescription
|
2021-09-22 18:55:20 +03:00 |
|
Anton Popov
|
2b58f39c10
|
dynamic columns: support missed columns in distributed
|
2021-07-23 19:34:23 +03:00 |
|
Anton Popov
|
a36c387e4e
|
fix iterating over list
|
2021-07-21 21:47:20 +03:00 |
|
Anton Popov
|
af65637ca2
|
fix subcolumns of object
|
2021-07-21 17:45:19 +03:00 |
|
Anton Popov
|
f99374cca6
|
Merge remote-tracking branch 'origin/sparse-serialization' into HEAD
|
2021-07-20 18:20:21 +03:00 |
|
Anton Popov
|
9e3af27f40
|
better performance of getSampleBlockForColumns
|
2021-07-15 20:36:48 +03:00 |
|
Anton Popov
|
cfdf8fadcf
|
fix build
|
2021-07-15 18:31:21 +03:00 |
|
Anton Popov
|
5f71a6f5bb
|
improve performance of getting columns list
|
2021-07-15 16:29:01 +03:00 |
|
Anton Popov
|
072e65b728
|
Merge remote-tracking branch 'origin/sparse-serialization' into HEAD
|
2021-07-07 17:20:38 +03:00 |
|
Maksim Kita
|
352e1f27ff
|
Update using Map datatyle in system log tables before merge
|
2021-06-28 14:42:21 +03:00 |
|
alesapin
|
11a1606c15
|
Less strict
|
2021-06-08 12:54:00 +03:00 |
|
Anton Popov
|
205a23282b
|
Merge remote-tracking branch 'origin/sparse-serialization' into HEAD
|
2021-06-07 19:38:22 +03:00 |
|
fibersel
|
cb53bbb7b0
|
add experimental codecs flag, add integration test for experimental codecs
|
2021-05-06 14:57:22 +03:00 |
|
Anton Popov
|
e44706911e
|
dynamic columns: better getting of sample block
|
2021-05-05 02:02:54 +03:00 |
|
Ivan
|
495c6e03aa
|
Replace all Context references with std::weak_ptr (#22297)
* Replace all Context references with std::weak_ptr
* Fix shared context captured by value
* Fix build
* Fix Context with named sessions
* Fix copy context
* Fix gcc build
* Merge with master and fix build
* Fix gcc-9 build
|
2021-04-11 02:33:54 +03:00 |
|
Anton Popov
|
658f24dcff
|
Merge pull request #19358 from CurtizJ/fix-subcolumns
Fix several cases, while reading subcolumns
|
2021-01-25 20:26:07 +03:00 |
|
Alexey Milovidov
|
7005e3a826
|
Fix wrong serde of ColumnsDescription
|
2021-01-23 04:11:18 +03:00 |
|
Anton Popov
|
ac3de63a71
|
fix several cases, while reading subcolumns
|
2021-01-21 15:34:11 +03:00 |
|
Anton Popov
|
d7200ee2ed
|
minor changes
|
2021-01-13 02:20:32 +03:00 |
|
Anton Popov
|
d7aad3bf79
|
Merge remote-tracking branch 'upstream/master' into HEAD
|
2020-12-07 19:13:01 +03:00 |
|
Anton Popov
|
be493ed561
|
fix nested and subcolumns
|
2020-11-24 17:14:47 +03:00 |
|
Anton Popov
|
b384beb564
|
Merge remote-tracking branch 'upstream/master' into HEAD
|
2020-11-23 17:46:51 +03:00 |
|
Anton Popov
|
1f65478b49
|
implement nested with multiple nesting
|
2020-11-21 20:27:42 +03:00 |
|
Alexander Kuzmenkov
|
0d43e4c448
|
fixup
|
2020-11-19 20:16:45 +03:00 |
|
Nikolai Kochetov
|
1db8e77371
|
Add comments. Update ActionsDAG::Index
|
2020-11-10 17:54:59 +03:00 |
|
Anton Popov
|
829c7c99ea
|
implement nested with multiple nesting
|
2020-11-09 15:26:24 +03:00 |
|
Anton Popov
|
01a04e06ef
|
implement nested with multiple nesting
|
2020-11-06 21:57:04 +03:00 |
|
Nikolai Kochetov
|
07a7c46b89
|
Refactor ExpressionActions [Part 3]
|
2020-11-03 14:28:28 +03:00 |
|
Anton Popov
|
e32349ea56
|
fixes related to Nested
|
2020-10-29 17:14:23 +03:00 |
|
Anton Popov
|
734b503864
|
fix alters of nested
|
2020-10-27 14:27:14 +03:00 |
|
Anton Popov
|
a249f0c95e
|
Merge remote-tracking branch 'upstream/master' into HEAD
|
2020-10-23 22:05:00 +03:00 |
|
Anton Popov
|
c75262120a
|
better subcolumns for arrays
|
2020-10-19 19:25:42 +03:00 |
|