mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 23:21:59 +00:00
fixed typro
This commit is contained in:
parent
2cebda874d
commit
244a8b2cbf
@ -92,7 +92,7 @@ def test_text_count(started_cluster):
|
||||
"""
|
||||
assert result == expected_result
|
||||
|
||||
def test_parquet_groupby_witch_cache(started_cluster):
|
||||
def test_parquet_groupby_with_cache(started_cluster):
|
||||
logging.info('Start testing groupby ...')
|
||||
node = started_cluster.instances['h0_0_0']
|
||||
result = node.query("""
|
||||
|
Loading…
Reference in New Issue
Block a user