Alexey Milovidov
|
7b58e3a272
|
Merge branch 'master' into add-test-for-lost-replicas-cleanup
|
2020-07-30 23:46:51 +03:00 |
|
alexey-milovidov
|
fc35ce69fa
|
Merge pull request #12666 from ClickHouse/forward_alter_error_to_client
Forward exceptions to client if exception happened during ALTER
|
2020-07-30 21:36:06 +03:00 |
|
alexey-milovidov
|
4c3241808d
|
Merge pull request #12728 from ClickHouse/prevent-inconsistent-merge-tree-settings
Safe logic for incorrect MergeTreeSettings
|
2020-07-30 17:55:39 +03:00 |
|
alexey-milovidov
|
a22bdb1989
|
Merge pull request #13081 from CurtizJ/fix-index_analysis
Fix wrong index analysis with functions
|
2020-07-30 15:30:55 +03:00 |
|
Anton Popov
|
cf505a92ef
|
Merge pull request #9278 from achulkov2/polygon-dict-grids
Polygon dictionaries with grids
|
2020-07-29 21:32:35 +03:00 |
|
Alexander Kuzmenkov
|
239f08271a
|
Merge pull request #12745 from azat/cast-nullable-string-to-enum
Fix CAST(Nullable(String), Enum())
|
2020-07-29 20:23:21 +03:00 |
|
Anton Popov
|
4c266d1e5d
|
fix wrong index analysis with functions
|
2020-07-29 19:09:38 +03:00 |
|
alesapin
|
7a806eb90f
|
Merge pull request #13017 from ClickHouse/freeze_partition_with_name
Alter table freeze with verbose output
|
2020-07-29 18:42:48 +03:00 |
|
Anton Popov
|
b952487cab
|
remote test
|
2020-07-29 13:22:10 +03:00 |
|
Ildus Kurbangaliev
|
fdf4fd337a
|
add mapAdd and mapSubtract functions (#11735)
|
2020-07-29 11:50:30 +03:00 |
|
Anton Popov
|
48e6253442
|
minor fixes
|
2020-07-29 04:32:23 +03:00 |
|
Anton Popov
|
6d58279535
|
Merge remote-tracking branch 'upstream/master' into HEAD
|
2020-07-29 02:15:30 +03:00 |
|
Nikolai Kochetov
|
f9d7cacf53
|
Merge pull request #12989 from ClickHouse/fix-12602
Fix `Block structure mismatch` error for queries with UNION and JOIN
|
2020-07-28 21:15:33 +03:00 |
|
Nikolai Kochetov
|
5ebeed3247
|
Merge pull request #13009 from ClickHouse/fix-12623
Fix 12623
|
2020-07-28 21:15:13 +03:00 |
|
alesapin
|
c75830e878
|
Alter table freeze with verbose output
|
2020-07-28 18:10:36 +03:00 |
|
Vitaly Baranov
|
f440953b87
|
Merge pull request #12646 from vitlibar/fix-create-user-if-not-exists
CREATE USER IF NOT EXISTS now doesn't throw exception if the user exists.
|
2020-07-28 17:43:01 +03:00 |
|
Nikolai Kochetov
|
c509ba6919
|
Added test.
|
2020-07-28 15:29:49 +03:00 |
|
alexey-milovidov
|
7a22717180
|
Merge pull request #12760 from ClickHouse/sticky_mutations_bug
Sticking mutations bug
|
2020-07-28 14:42:54 +03:00 |
|
Nikolai Kochetov
|
f047194e11
|
Added test.
|
2020-07-28 13:45:10 +03:00 |
|
Nikita Mikhaylov
|
89d2bbed44
|
Merge pull request #12327 from achimbab/bayesAB
Add bayesAB function for bayesian_ab_testing
|
2020-07-28 13:18:26 +03:00 |
|
Nikolai Kochetov
|
1f2390b65e
|
Merge pull request #12840 from ClickHouse/remove-wrong-threads-limiting
Remove thread limiting.
|
2020-07-28 12:03:07 +03:00 |
|
alesapin
|
ef305b8b7e
|
Merge pull request #12951 from ClickHouse/clear_column_in_pk
Add tests for primary key clear column
|
2020-07-28 11:38:00 +03:00 |
|
alexey-milovidov
|
795c09fdbb
|
Merge pull request #12662 from ildus/simple_aggr_for_minmap_maxmap
Add minMap and maxMap support to SimpleAggregateFunction
|
2020-07-28 00:03:34 +03:00 |
|
Alexey Milovidov
|
d223c6802c
|
Add missing file
|
2020-07-27 23:41:20 +03:00 |
|
Alexey Milovidov
|
ec84ed30cb
|
Merge branch 'master' into prevent-inconsistent-merge-tree-settings
|
2020-07-27 21:39:25 +03:00 |
|
alesapin
|
0ba8ce2d25
|
Add tests for primary key clear column
|
2020-07-27 19:16:43 +03:00 |
|
Nikolai Kochetov
|
a59e1c2f71
|
Added a test.
|
2020-07-27 17:46:57 +03:00 |
|
nikitamikhaylov
|
4d8a00d25e
|
Merge branch 'master' of github.com:ClickHouse/ClickHouse into achimbab-bayesAB
|
2020-07-27 17:13:27 +03:00 |
|
jakalletti
|
7f853c2a56
|
fix arcadia
|
2020-07-27 17:10:57 +03:00 |
|
alexey-milovidov
|
7dac65ce0f
|
Merge pull request #12659 from zhang2014/fix/ISSUES-10572
ISSUES-10572 fix bloom filter with const column
|
2020-07-27 14:38:56 +03:00 |
|
alesapin
|
e0bf5913e7
|
Fix sticking mutations
|
2020-07-26 17:21:57 +03:00 |
|
alesapin
|
78d357f0d2
|
Add a test for sticking mutations bug
|
2020-07-25 17:42:20 +03:00 |
|
Azat Khuzhin
|
500509d9ed
|
Add a test for CAST(Nullable(String), Enum())
|
2020-07-24 20:45:07 +03:00 |
|
Nikolai Kochetov
|
0320b05408
|
Merge pull request #12746 from ClickHouse/add-test-extra-overflow-row
Added test with extra overflow row.
|
2020-07-24 15:29:52 +03:00 |
|
Winter Zhang
|
50203a5dc0
|
ISSUES-12293 allow push predicate when subquery contains with clause (#12663)
|
2020-07-24 12:00:18 +03:00 |
|
Nikolai Kochetov
|
a8970150b5
|
Added test with extra overflow row.
|
2020-07-24 12:00:05 +03:00 |
|
Alexey Milovidov
|
9bbcb67dac
|
Merge branch 'master' into prevent-inconsistent-merge-tree-settings
|
2020-07-23 23:34:51 +03:00 |
|
alexey-milovidov
|
e7ec08615e
|
Merge pull request #12727 from ClickHouse/add-test-for-alter-after-freeze
Add a test for ALTER after FREEZE
|
2020-07-23 23:33:46 +03:00 |
|
Artem Zuikov
|
2041d7d0d8
|
Fix move_functions_out_of_any optimisation with lambda (#12664)
|
2020-07-23 18:15:22 +03:00 |
|
philip.han
|
b71fe9dab9
|
Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into bayesAB
|
2020-07-23 22:21:15 +09:00 |
|
Alexey Milovidov
|
16f558b642
|
Added failing test
|
2020-07-23 15:37:20 +03:00 |
|
Alexey Milovidov
|
068905dd2d
|
Add a test for ALTER after FREEZE #7733
|
2020-07-23 15:07:49 +03:00 |
|
alexey-milovidov
|
456bf4461b
|
Merge branch 'master' into br1
|
2020-07-23 13:26:41 +03:00 |
|
alesapin
|
6fdcb59df7
|
Merge branch 'master' into forward_alter_error_to_client
|
2020-07-23 10:48:58 +03:00 |
|
alesapin
|
c83bf1ab74
|
Revert "Refactor joinGet and implement multi-key lookup."
|
2020-07-23 10:47:17 +03:00 |
|
alexey-milovidov
|
004481f98b
|
Merge pull request #12418 from amosbird/jgmk
Refactor joinGet and implement multi-key lookup.
|
2020-07-22 21:44:24 +03:00 |
|
alexey-milovidov
|
f75c242491
|
Merge pull request #12653 from zhang2014/feature/truncate_without_table
ISSUES-4006 support truncate table without table keyword
|
2020-07-22 21:43:04 +03:00 |
|
alesapin
|
8c8bdd5070
|
Fix tests and work with multiple mutations
|
2020-07-22 18:19:54 +03:00 |
|
Nikolai Kochetov
|
76d784be9c
|
Merge pull request #12613 from ClickHouse/remove-sort-description-from-streams
Remove sort description from streams
|
2020-07-22 17:35:05 +03:00 |
|
Vitaly Baranov
|
0093425201
|
CREATE USER IF NOT EXISTS now doesn't throw exception if the user exists.
|
2020-07-22 16:41:42 +03:00 |
|