mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-11 08:52:06 +00:00
style
This commit is contained in:
parent
f1709f9a80
commit
9803565af7
@ -47,7 +47,7 @@ void LineAsStringRowInputFormat::readLineObject(IColumn & column)
|
||||
saveUpToPosition(in, object, pos);
|
||||
loadAtPosition(in, object, pos);
|
||||
|
||||
/// Last character is always \n.
|
||||
/// Last character is always \n.
|
||||
column.insertData(object.data(), object.size() - 1);
|
||||
}
|
||||
|
||||
@ -72,5 +72,4 @@ void registerInputFormatProcessorLineAsString(FormatFactory & factory)
|
||||
return std::make_shared<LineAsStringRowInputFormat>(sample, buf, params);
|
||||
});
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user