File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ message TRowDispatcherCoordinatorConfig {
17
17
message TJsonParserConfig {
18
18
uint64 BatchSizeBytes = 1 ;
19
19
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
21
21
}
22
22
23
23
message TRowDispatcherConfig {
Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ NYT::TNode MakeOutputSchema() {
74
74
struct TInputType {
75
75
const TVector<ui64>& Offsets;
76
76
const TVector<const TVector<NYql::NUdf::TUnboxedValue>*>& Values;
77
- const ui64 RowsOffset; // ofset of first value
77
+ const ui64 RowsOffset; // offset of first value
78
78
const ui64 NumberRows;
79
79
80
80
ui64 GetOffset (ui64 rowId) const {
You can’t perform that action at this time.
0 commit comments