Jackie-Jiang commented on a change in pull request #3979: Track "freshness"
timestamp across consuming segments
URL: https://github.com/apache/incubator-pinot/pull/3979#discussion_r280648082
##########
File path:
pinot-core/src/main/java/org/apache/pinot/core/realtime/stream/StreamLevelConsumer.java
##########
@@ -47,10 +48,9 @@ void start()
/**
* Get next row from the stream and decode it into a generic row
* @param destination the decoded generic row
- * @param metadata the metadata associated with the decoded stream if any
* @return the decoded generic row
*/
- default GenericRow next(GenericRow destination, StreamMessageMetadata
metadata) {
+ default GenericRow next(GenericRow destination, RowMetadata metadata) {
Review comment:
Please remove this API since it's not used right now. This interface is
public and stable, so let's be careful about it.
----------------------------------------------------------------
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]