Skip to content

Commit c9f848c

Browse files
committed
Fixed typos
1 parent 9da66ef commit c9f848c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ydb/core/fq/libs/config/protos/row_dispatcher.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ message TRowDispatcherCoordinatorConfig {
1717
message TJsonParserConfig {
1818
uint64 BatchSizeBytes = 1;
1919
uint64 BatchCreationTimeoutMs = 2;
20-
uint64 StaticBufferSize = 3; // (number rows) * (number columns) limit, default 10^6 ~ 24 MiB
20+
uint64 StaticBufferSize = 3; // (number rows) * (number columns) limit, default 10^6
2121
}
2222

2323
message TRowDispatcherConfig {

ydb/core/fq/libs/row_dispatcher/json_filter.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ NYT::TNode MakeOutputSchema() {
7474
struct TInputType {
7575
const TVector<ui64>& Offsets;
7676
const TVector<const TVector<NYql::NUdf::TUnboxedValue>*>& Values;
77-
const ui64 RowsOffset; // ofset of first value
77+
const ui64 RowsOffset; // offset of first value
7878
const ui64 NumberRows;
7979

8080
ui64 GetOffset(ui64 rowId) const {

0 commit comments

Comments
 (0)