We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0610865 commit d8dd50aCopy full SHA for d8dd50a
src/Processors/Formats/Impl/TemplateRowInputFormat.cpp
@@ -169,7 +169,7 @@ bool TemplateRowInputFormat::parseRowAndPrintDiagnosticInfo(MutableColumns & col
169
{
170
out << "Suffix does not match: ";
171
size_t last_successfully_parsed_idx = format_reader->getFormatDataIdx() + 1;
172
- const ReadBuffer::Position row_begin_pos = buf->position();
+ auto * const row_begin_pos = buf->position();
173
bool caught = false;
174
try
175
0 commit comments