We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d595527 commit aaa899eCopy full SHA for aaa899e
ydb/library/yql/dq/actors/protos/dq_stats.proto
@@ -19,7 +19,7 @@ enum EDqStatsMode {
19
message TDqAsyncBufferStats {
20
// Data
21
uint64 Bytes = 1; // physical bytes
22
- uint64 DecompressedBytes = 11; // decomressed bytes
+ uint64 DecompressedBytes = 11; // decompressed bytes
23
uint64 Rows = 2; // logical rows (if applicable)
24
uint64 Chunks = 3; // chunk is group of sent/received bytes in single batch
25
uint64 Splits = 4; // logical partitioning (if applicable)
0 commit comments