Anton Popov
|
272c066cf9
|
fix special builds
|
2021-07-20 20:10:19 +03:00 |
|
Anton Popov
|
c4b454494f
|
Merge remote-tracking branch 'upstream/master' into HEAD
|
2021-07-20 15:41:01 +03:00 |
|
alexey-milovidov
|
b52411a715
|
Merge pull request #12455 from amosbird/npc
Nullable primary key with correct KeyCondition
|
2021-07-18 17:52:20 +03:00 |
|
Anton Popov
|
14168b11f2
|
Merge remote-tracking branch 'upstream/master' into HEAD
|
2021-07-07 17:05:11 +03:00 |
|
alexey-milovidov
|
a11351a473
|
Merge pull request #25484 from vdimir/issue-19589
Fix assert with non uint8 in prewhere
|
2021-06-28 00:03:12 +03:00 |
|
alexey-milovidov
|
6662e7ab0f
|
Merge pull request #25732 from matwey/missed_include_optional_2
Fix some more missed includes
|
2021-06-26 14:04:06 +03:00 |
|
vdimir
|
eb85c5a8e7
|
Fix assert with non uint8 in prewhere
|
2021-06-21 15:32:29 +03:00 |
|
Anton Popov
|
567043113c
|
Merge remote-tracking branch 'upstream/master' into HEAD
|
2021-06-21 01:36:06 +03:00 |
|
Amos Bird
|
f2ed5ef42b
|
Nullable primary key with correct KeyCondition
|
2021-06-18 23:04:24 +08:00 |
|
mergify[bot]
|
c723dd7d40
|
Merge branch 'master' into arrow
|
2021-06-18 12:18:57 +00:00 |
|
vdimir
|
23fb229dec
|
Merge branch 'update_01049_join_low_card_bug' into issue-23351
|
2021-06-17 15:38:40 +03:00 |
|
Matwey V. Kornilov
|
aa1ac2a506
|
Add missed #include <optional>
This is required for std::optional<std::string> language;
Signed-off-by: Matwey V. Kornilov <matwey.kornilov@gmail.com>
|
2021-06-17 14:41:28 +03:00 |
|
Maksim Kita
|
67e9b85951
|
Merge ext into common
|
2021-06-16 23:28:41 +03:00 |
|
Pavel Kruglov
|
c8b37977da
|
Fix bugs, support dictionary for Arrow format
|
2021-06-15 16:15:27 +03:00 |
|
vdimir
|
05115dcd32
|
Merge branch 'master' into issue-23351
|
2021-06-15 12:06:42 +03:00 |
|
Alexey Milovidov
|
447d7bb8cd
|
Minor changes
|
2021-06-14 07:13:35 +03:00 |
|
Alexey Milovidov
|
93b907931d
|
Fix the annoying ya.make.
|
2021-06-13 21:21:44 +03:00 |
|
alexey-milovidov
|
05d1af153c
|
Merge branch 'master' into rename-const-context-ptr
|
2021-06-12 03:25:09 +03:00 |
|
Alexey Milovidov
|
bcf4d5c29d
|
Fix clang-tidy
|
2021-06-10 05:23:44 +03:00 |
|
Anton Popov
|
b3b29be02f
|
Merge remote-tracking branch 'upstream/master' into HEAD
|
2021-06-07 19:03:24 +03:00 |
|
Anton Popov
|
384ea35ed9
|
fix getIndicesOfNonDefaultRows with ColumnConst
|
2021-06-07 18:44:47 +03:00 |
|
Anton Popov
|
eaf806a731
|
better interface for getIndicesOfNonDefaultRows
|
2021-06-07 18:34:22 +03:00 |
|
Anton Popov
|
e41749997d
|
better interface for getting ratio of default values
|
2021-06-07 16:50:27 +03:00 |
|
Alexey Milovidov
|
885ce194e0
|
Making fundamentals correct
|
2021-06-07 00:49:55 +03:00 |
|
mergify[bot]
|
d68d5e0ef1
|
Merge branch 'master' into rename-const-context-ptr
|
2021-06-04 14:41:41 +00:00 |
|
Anton Popov
|
df5c407950
|
fix tests
|
2021-06-02 19:50:54 +03:00 |
|
Nikolai Kochetov
|
dbaa6ffc62
|
Rename ContextConstPtr to ContextPtr.
|
2021-06-01 15:20:52 +03:00 |
|
achimbab
|
99a5f1506a
|
Merge remote-tracking branch 'origin' into pr_sequenceNextNode
|
2021-06-01 17:25:24 +09:00 |
|
Anton Popov
|
018a303387
|
Merge remote-tracking branch 'upstream/master' into HEAD
|
2021-05-31 23:08:04 +03:00 |
|
Alexander Kuzmenkov
|
3f57fc085b
|
remove mutable context references from functions interface
Also remove it from some visitors.
|
2021-05-28 19:45:37 +03:00 |
|
Anton Popov
|
3e92c7f61a
|
Merge remote-tracking branch 'upstream/master' into HEAD
|
2021-05-25 21:45:19 +03:00 |
|
Anton Popov
|
de4afb0cb9
|
ColumnSparse: add comments
|
2021-05-21 03:57:11 +03:00 |
|
Anton Popov
|
8718044dbd
|
fix style check
|
2021-05-19 23:25:55 +03:00 |
|
vdimir
|
d266050b23
|
Merge branch 'master' into issue-23351
|
2021-05-17 09:42:59 +03:00 |
|
Anton Popov
|
46226a5591
|
fix unit tests
|
2021-05-17 02:17:01 +03:00 |
|
Anton Popov
|
86d6673d61
|
minor fixes
|
2021-05-16 21:59:43 +03:00 |
|
vdimir
|
8dddcebe8c
|
Handle correct nullability with low card in HashJoin
|
2021-05-15 17:09:51 +03:00 |
|
vdimir
|
be966f0e8c
|
Revert "Try to not remove lowcard in merge join"
This reverts commit 35bbbd05b6 .
|
2021-05-15 14:26:59 +03:00 |
|
Anton Popov
|
d8df0903b9
|
Merge remote-tracking branch 'upstream/master' into HEAD
|
2021-05-14 23:38:16 +03:00 |
|
Anton Popov
|
8ae1533f8f
|
better serialization in native format
|
2021-05-14 23:29:48 +03:00 |
|
vdimir
|
35bbbd05b6
|
Try to not remove lowcard in merge join
|
2021-05-14 15:10:56 +03:00 |
|
Pavel Kruglov
|
25ceb1df65
|
Final fixes
|
2021-05-13 20:00:13 +03:00 |
|
mergify[bot]
|
1b181606e8
|
Merge branch 'master' into arrow_array
|
2021-05-13 12:23:48 +00:00 |
|
Pavel Kruglov
|
8ed6ad7c55
|
Refactor, support all types in array, add nested arrays support, more tests
|
2021-05-12 19:06:08 +03:00 |
|
Alexey Milovidov
|
18b7e38994
|
Remove redundant template
|
2021-05-10 00:26:34 +03:00 |
|
Alexey Milovidov
|
3de9a12b76
|
Fix build
|
2021-05-07 01:57:41 +03:00 |
|
Alexey Milovidov
|
2c9ae14cb0
|
Add 256 bit integers in some places
|
2021-05-06 03:31:09 +03:00 |
|
Alexey Milovidov
|
962a7113f6
|
Remove code that I do not like (crazy templates)
|
2021-05-04 20:26:09 +03:00 |
|
Alexey Milovidov
|
43bd37b6cc
|
Fix style
|
2021-05-04 02:46:11 +03:00 |
|
Alexey Milovidov
|
6ca37b9512
|
Untangle UUID
|
2021-05-04 01:59:38 +03:00 |
|