mcvsubbu commented on a change in pull request #6916: URL: https://github.com/apache/incubator-pinot/pull/6916#discussion_r632167065
########## File path: compatibility-verifier/sample-test-suite/pre-controller-upgrade.yaml ########## @@ -33,7 +39,23 @@ operations: tableConfigFileName: feature-test-1.json recordReaderConfigFileName: data/recordReaderConfig.json segmentName: FeatureTest1_Segment + - type: streamOp + description: create Kafka topic PinotRealtimeFeatureTest2Event + op: CREATE + streamConfigFileName: feature-test-2-realtime-stream-config.json + - type: streamOp + description: publish rows to PinotRealtimeFeatureTest2Event + op: PRODUCE + streamConfigFileName: feature-test-2-realtime-stream-config.json + numRows: 9 Review comment: we dont need more data in csv. we loop around until we reach the number of rows, so it is ok. yes, we do need to modify the query results. -- 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