navina commented on code in PR #9224: URL: https://github.com/apache/pinot/pull/9224#discussion_r971747264
########## pinot-spi/src/main/java/org/apache/pinot/spi/stream/StreamMessageMetadata.java: ########## @@ -18,26 +18,38 @@ */ package org.apache.pinot.spi.stream; +import javax.annotation.Nullable; +import org.apache.pinot.spi.data.readers.GenericRow; + + /** * A class that provides metadata associated with the message of a stream, for e.g., Review Comment: good point. I will update the doc. -- 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: commits-unsubscr...@pinot.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org