lukecwik commented on issue #11271: [BEAM-9624] Adds Convert to Accumulators 
operator for use in combiner lifting for streaming pipelines
URL: https://github.com/apache/beam/pull/11271#issuecomment-606693397
 
 
   Java Precommit failed due to:
   ```
   19:54:56 > Task :sdks:java:harness:compileTestJava
   19:54:56 
/home/jenkins/jenkins-slave/workspace/beam_PreCommit_Java_Commit/src/sdks/java/harness/src/test/java/org/apache/beam/fn/harness/CombineRunnersTest.java:350:
 error: method createRunnerForPTransform in interface 
PTransformRunnerFactory<T> cannot be applied to given types;
   19:54:56         .createRunnerForPTransform(
   19:54:56         ^
   19:54:56   required: 
PipelineOptions,BeamFnDataClient,BeamFnStateClient,String,PTransform,Supplier<String>,Map<String,PCollection>,Map<String,Coder>,Map<String,WindowingStrategy>,PCollectionConsumerRegistry,PTransformFunctionRegistry,PTransformFunctionRegistry,Consumer<ThrowingRunnable>,BundleSplitListener,BundleFinalizer
   19:54:56   found: 
PipelineOptions,<null>,<null>,String,PTransform,<null>,Map<Object,Object>,Map<Object,Object>,Map<Object,Object>,PCollectionConsumerRegistry,PTransformFunctionRegistry,PTransformFunctionRegistry,<null>,<null>
   19:54:56   reason: actual and formal argument lists differ in length
   19:54:56   where T is a type-variable:
   19:54:56     T extends Object declared in interface PTransformRunnerFactory
   ```

----------------------------------------------------------------
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]


With regards,
Apache Git Services

Reply via email to