mirror of
https://github.com/Infinidat/infi.clickhouse_orm.git
synced 2025-02-22 03:00:33 +03:00
TRIVIAL fix test
This commit is contained in:
parent
51ba2d9d21
commit
31ee58967f
|
@ -31,7 +31,7 @@ class EnginesTestCase(unittest.TestCase):
|
||||||
|
|
||||||
def test_merge_tree_with_sampling(self):
|
def test_merge_tree_with_sampling(self):
|
||||||
class TestModel(SampleModel):
|
class TestModel(SampleModel):
|
||||||
engine = MergeTree('date', ('date', 'event_id', 'event_group'), sampling_expr='intHash32(event_id)')
|
engine = MergeTree('date', ('date', 'event_id', 'event_group', 'intHash32(event_id)'), sampling_expr='intHash32(event_id)')
|
||||||
self._create_and_insert(TestModel)
|
self._create_and_insert(TestModel)
|
||||||
|
|
||||||
def test_merge_tree_with_granularity(self):
|
def test_merge_tree_with_granularity(self):
|
||||||
|
|
Loading…
Reference in New Issue
Block a user