Jackie-Jiang commented on code in PR #14688:
URL: https://github.com/apache/pinot/pull/14688#discussion_r1893472491
##########
pinot-spi/src/main/java/org/apache/pinot/spi/stream/StreamDataDecoderImpl.java:
##########
@@ -30,6 +30,7 @@ public class StreamDataDecoderImpl implements
StreamDataDecoder {
public static final String KEY = "__key";
public static final String HEADER_KEY_PREFIX = "__header$";
public static final String METADATA_KEY_PREFIX = "__metadata$";
+ public static final String RECORD_SERIALIZED_VALUE_SIZE_KEY =
"recordSerializedValueSize";
Review Comment:
Suggest naming it `METADATA_KEY_PREFIX + "streamMessageSize"` to be more
specific. We can have it with prefix to avoid always concating them
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]