mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-13 09:52:38 +00:00
some refines
This commit is contained in:
parent
eaa31d04c1
commit
39740d2ed9
@ -103,8 +103,7 @@ struct TranslateImpl
|
||||
/// Technically '\0' can be mapped into other character,
|
||||
/// so we need to process '\0' delimiter separately
|
||||
*dst++ = 0;
|
||||
++data_size;
|
||||
res_offsets[i] = data_size;
|
||||
res_offsets[i] = ++data_size;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user