tomstepp commented on PR #36112: URL: https://github.com/apache/beam/pull/36112#issuecomment-3322071672
> https://develocity.apache.org/s/kpt4uubaoc7b4 > > ``` > Compilation failed; see the compiler output below. > /runner/_work/beam/beam/sdks/java/io/kafka/src/test/java/org/apache/beam/sdk/io/kafka/KafkaIOTest.java:827: error: no suitable method found for mkKafkaReadTransform(int,int,ValueAsTimestampFn,boolean,boolean,<null>,<null>,<null>) > mkKafkaReadTransform( > ^ > method KafkaIOTest.mkKafkaReadTransform(int,@org.checkerframework.checker.nullness.qual.Nullable SerializableFunction<KV<Integer,Long>,Instant>) is not applicable > (actual and formal argument lists differ in length) > method KafkaIOTest.mkKafkaReadTransform(int,@org.checkerframework.checker.nullness.qual.Nullable Integer,@org.chec > ``` However I don't see mkKafkaReadTransform at KafkaIOTest.java:827 (which is a blank line currently) -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
