You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by GitBox <gi...@apache.org> on 2022/09/15 09:23:04 UTC

[GitHub] [pinot] navina commented on a diff in pull request #9224: Extract record keys, headers and metadata from Stream sources

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-unsubscribe@pinot.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org