amaliujia commented on a change in pull request #14452:
URL: https://github.com/apache/beam/pull/14452#discussion_r608262568
##########
File path:
sdks/java/testing/nexmark/src/main/java/org/apache/beam/sdk/nexmark/NexmarkLauncher.java
##########
@@ -1162,6 +1163,11 @@ private void modelResultRates(NexmarkQueryModel model) {
return null;
}
+ if (configuration.query == PORTABILITY_BATCH && options.isStreaming()) {
+ NexmarkUtils.console("Query 13 does not support streaming mode");
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:
[email protected]