sunithabeeram commented on a change in pull request #4025: Extend stream 
interfaces to expose message metadata like ingestion timestamp
URL: https://github.com/apache/incubator-pinot/pull/4025#discussion_r273624315
 
 

 ##########
 File path: 
pinot-core/src/main/java/org/apache/pinot/core/realtime/stream/StreamMessageDecoder.java
 ##########
 @@ -58,4 +58,40 @@ void init(Map<String, String> props, Schema indexingSchema, 
String topicName)
    * @return A new row decoded from the buffer
    */
   GenericRow decode(T payload, int offset, int length, GenericRow destination);
+
 
 Review comment:
   I will add deprecations in a followup as it needs to be done across the 
interfaces we have touched here.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to