npawar commented on a change in pull request #5303:
URL: https://github.com/apache/incubator-pinot/pull/5303#discussion_r416022829



##########
File path: 
pinot-spi/src/main/java/org/apache/pinot/spi/stream/StreamConsumerFactory.java
##########
@@ -52,7 +53,7 @@ void init(StreamConfig streamConfig) {
    * @return
    */
   public abstract StreamLevelConsumer createStreamLevelConsumer(String 
clientId, String tableName, Schema schema,
-      String groupId);
+      String groupId, Set<String> sourceFields);

Review comment:
       done

##########
File path: 
pinot-spi/src/main/java/org/apache/pinot/spi/stream/StreamDecoderProvider.java
##########
@@ -35,13 +36,13 @@
    * @param schema
    * @return
    */
-  public static StreamMessageDecoder create(StreamConfig streamConfig, Schema 
schema) {
+  public static StreamMessageDecoder create(StreamConfig streamConfig, Schema 
schema, Set<String> fields) {

Review comment:
       done




----------------------------------------------------------------
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:
us...@infra.apache.org



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

Reply via email to