Test data generator: preparation [#CLICKHOUSE-2].

This commit is contained in:
Alexey Milovidov 2017-04-13 05:52:11 +03:00
parent 3106bccaff
commit 93560e80b1

View File

@ -27,7 +27,7 @@ struct Models
static void read(MarkovModel & model, const String & path)
{
ReadBufferFromFile in(path);
model.read(path);
model.read(in);
}
Models()