Skip to content

Commit aaa899e

Browse files
committed
misspell has been fixed
1 parent d595527 commit aaa899e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ydb/library/yql/dq/actors/protos/dq_stats.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ enum EDqStatsMode {
1919
message TDqAsyncBufferStats {
2020
// Data
2121
uint64 Bytes = 1; // physical bytes
22-
uint64 DecompressedBytes = 11; // decomressed bytes
22+
uint64 DecompressedBytes = 11; // decompressed bytes
2323
uint64 Rows = 2; // logical rows (if applicable)
2424
uint64 Chunks = 3; // chunk is group of sent/received bytes in single batch
2525
uint64 Splits = 4; // logical partitioning (if applicable)

0 commit comments

Comments
 (0)