mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
Test data generator: preparation [#CLICKHOUSE-2].
This commit is contained in:
parent
3106bccaff
commit
93560e80b1
@ -27,7 +27,7 @@ struct Models
|
||||
static void read(MarkovModel & model, const String & path)
|
||||
{
|
||||
ReadBufferFromFile in(path);
|
||||
model.read(path);
|
||||
model.read(in);
|
||||
}
|
||||
|
||||
Models()
|
||||
|
Loading…
Reference in New Issue
Block a user