Maksim Kita
|
d24d3ae992
|
Added second variant of compilation
|
2021-07-01 22:56:36 +03:00 |
|
Maksim Kita
|
3fe559b31f
|
Compile aggregate functions
|
2021-07-01 22:56:35 +03:00 |
|
Maksim Kita
|
67e9b85951
|
Merge ext into common
|
2021-06-16 23:28:41 +03:00 |
|
Amos Bird
|
840895509e
|
Fix using aggregate projection when group by without key
|
2021-06-07 22:44:42 +08:00 |
|
Nikolai Kochetov
|
b54ff696e5
|
Merge branch 'master' into refactor-MergeTreeDataSelectExecutor
|
2021-06-01 12:08:37 +03:00 |
|
Nikolai Kochetov
|
d4cbce3761
|
Merge pull request #24782 from amosbird/projection-fix7
Fix empty part set with force_use_projection = 1
|
2021-06-01 11:36:50 +03:00 |
|
Nikolai Kochetov
|
b9aa404508
|
Review fixes.
|
2021-05-31 21:25:43 +03:00 |
|
Amos Bird
|
a206b76e5b
|
Fix empty part set with force_use_projection = 1
|
2021-05-31 10:31:45 +08:00 |
|
kssenii
|
2a631aaf08
|
Final fixes
|
2021-05-29 00:34:44 +03:00 |
|
Nikolai Kochetov
|
58fbc544cc
|
Add more comments.
|
2021-05-28 20:16:09 +03:00 |
|
Nikolai Kochetov
|
295a302bc8
|
Remove settings from ReadFromMergeTree.
|
2021-05-28 17:34:02 +03:00 |
|
Nikolai Kochetov
|
91e8c2c75d
|
Remove MergingFinal step.
|
2021-05-28 12:52:33 +03:00 |
|
Nikolai Kochetov
|
94f1ac5a16
|
Remove some commented code.
|
2021-05-28 12:41:07 +03:00 |
|
Nikolai Kochetov
|
c80ab6166a
|
Fix style.
|
2021-05-28 12:26:44 +03:00 |
|
Nikolai Kochetov
|
4e28b7cb02
|
Fix _sample_factor column.
|
2021-05-28 12:23:46 +03:00 |
|
Nikolai Kochetov
|
936bd8a011
|
Merge branch 'master' into refactor-MergeTreeDataSelectExecutor
|
2021-05-27 20:47:39 +03:00 |
|
Nikolai Kochetov
|
1aeb705b20
|
Fix some tests.
|
2021-05-27 19:53:58 +03:00 |
|
Nikolai Kochetov
|
cbdf3752ef
|
Part 3.
|
2021-05-27 16:40:33 +03:00 |
|
kssenii
|
73f16ee9ee
|
Merge branch 'master' of github.com:ClickHouse/ClickHouse into poco-file-to-std-fs
|
2021-05-26 23:08:08 +03:00 |
|
Nikolai Kochetov
|
a51a6ea0b7
|
Part 2.
|
2021-05-26 21:14:43 +03:00 |
|
kssenii
|
940eab6924
|
Review fixes
|
2021-05-26 09:26:19 +03:00 |
|
Nikolai Kochetov
|
34eaa48294
|
Part 1.
|
2021-05-25 19:34:43 +03:00 |
|
kssenii
|
c3fc2ff04b
|
Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into modulo-partition-key
|
2021-05-24 22:08:49 +00:00 |
|
Alexey Milovidov
|
d32819f068
|
Mark false positives for PVS-Studio
|
2021-05-24 06:59:12 +03:00 |
|
kssenii
|
659e57e60f
|
Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into modulo-partition-key
|
2021-05-23 22:46:00 +00:00 |
|
kssenii
|
bbf56e35ac
|
Merge branch 'master' of github.com:ClickHouse/ClickHouse into poco-file-to-std-fs
|
2021-05-23 10:54:48 +03:00 |
|
kssenii
|
94b5763dbd
|
Revert "Different approach to fix modulo"
This reverts commit 665f1aa0f6 .
|
2021-05-21 16:14:01 +00:00 |
|
kssenii
|
665f1aa0f6
|
Different approach to fix modulo
|
2021-05-21 14:30:08 +00:00 |
|
kssenii
|
bd0bc8e3e7
|
Revert "Adjust minMax index"
This reverts commit c69f587f8a .
|
2021-05-21 12:01:08 +00:00 |
|
kssenii
|
c69f587f8a
|
Adjust minMax index
|
2021-05-20 15:32:18 +00:00 |
|
kssenii
|
477214a57f
|
Fix partitionPrunner with modulo
|
2021-05-19 17:36:32 +00:00 |
|
alesapin
|
22cc1c953f
|
Revert "PVS Studio fixes"
This reverts commit 87c6e39a29 .
|
2021-05-18 10:34:16 +03:00 |
|
alesapin
|
87c6e39a29
|
PVS Studio fixes
|
2021-05-17 23:23:32 +03:00 |
|
kssenii
|
9b8df78fdd
|
Merge branch 'master' of github.com:ClickHouse/ClickHouse into poco-file-to-std-fs
|
2021-05-17 17:42:05 +03:00 |
|
alesapin
|
67d34c0136
|
merge with master
|
2021-05-17 14:13:18 +03:00 |
|
alesapin
|
17f229857c
|
Merge branch 'master' into nvartolomei-parts-move
|
2021-05-17 13:52:48 +03:00 |
|
Amos Bird
|
07b1be5a76
|
Fix distributed processing when using projection
|
2021-05-16 22:40:06 +08:00 |
|
Amos Bird
|
a113acc40c
|
Fix empty key
|
2021-05-14 22:54:14 +08:00 |
|
kssenii
|
0527f0ea33
|
Merge branch 'master' of github.com:ClickHouse/ClickHouse into poco-file-to-std-fs
|
2021-05-12 16:54:18 +03:00 |
|
kssenii
|
393b026f2e
|
Merge branch 'master' of github.com:ClickHouse/ClickHouse into poco-file-to-std-fs
|
2021-05-11 16:49:23 +03:00 |
|
alesapin
|
46e136b5c4
|
Merge branch 'master' into nv/parts-uuid-move-shard
|
2021-05-11 15:36:40 +03:00 |
|
Nikolai Kochetov
|
a7d717d767
|
Remove unused code.
|
2021-05-11 14:59:56 +03:00 |
|
Amos Bird
|
074c2ead9c
|
Fix
|
2021-05-11 18:22:23 +08:00 |
|
Amos Bird
|
5e9fab6d10
|
Comment debug info out
|
2021-05-11 18:12:29 +08:00 |
|
Amos Bird
|
5836e2e277
|
Fix issues in normal projection
|
2021-05-11 18:12:29 +08:00 |
|
Amos Bird
|
51d685bb9c
|
Even more fixes
|
2021-05-11 18:12:29 +08:00 |
|
Amos Bird
|
ddd4256a15
|
More fixes
|
2021-05-11 18:12:28 +08:00 |
|
Amos Bird
|
718c284437
|
Fix more tests
|
2021-05-11 18:12:28 +08:00 |
|
Amos Bird
|
ba17acbd63
|
Fix tests
|
2021-05-11 18:12:28 +08:00 |
|
Amos Bird
|
a3fd0b6f2e
|
Fix tests
|
2021-05-11 18:12:28 +08:00 |
|