[
https://issues.apache.org/jira/browse/BEAM-12112?focusedWorklogId=578034&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-578034
]
ASF GitHub Bot logged work on BEAM-12112:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 07/Apr/21 00:29
Start Date: 07/Apr/21 00:29
Worklog Time Spent: 10m
Work Description: emilymye commented on a change in pull request #14452:
URL: https://github.com/apache/beam/pull/14452#discussion_r608261887
##########
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:
nit - maybe have "skipping" prefix here since this reads a bit right now
like it should throw an error instead of just skipping if in streaming
--
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]
Issue Time Tracking
-------------------
Worklog Id: (was: 578034)
Time Spent: 50m (was: 40m)
> beam_PostCommit_Java_Nexmark_* failures (Dataflow/Direct/Flink)
> ---------------------------------------------------------------
>
> Key: BEAM-12112
> URL: https://issues.apache.org/jira/browse/BEAM-12112
> Project: Beam
> Issue Type: Bug
> Components: test-failures, testing-nexmark
> Reporter: Emily Ye
> Assignee: Rui Wang
> Priority: P2
> Time Spent: 50m
> Remaining Estimate: 0h
>
> Likely related to [https://github.com/apache/beam/pull/14404]
> Jenkins Example:
> https://ci-beam.apache.org/job/beam_PostCommit_Java_Nexmark_Direct/7245
--
This message was sent by Atlassian Jira
(v8.3.4#803005)