GSharayu commented on a change in pull request #6916: URL: https://github.com/apache/incubator-pinot/pull/6916#discussion_r632166221
########## 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: the number of rows are consistent with offline data set(10 rows). Higher number of rows will need addition of more dummy data in csv and recalculate query results. What do you suggest? -- 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