jeffkbkim commented on PR #14417: URL: https://github.com/apache/kafka/pull/14417#issuecomment-1755898146
not sure what this error is from ``` > Task :streams:compileJava /home/jenkins/jenkins-agent/workspace/Kafka_kafka-pr_PR-14417/streams/src/main/java/org/apache/kafka/streams/kstream/internals/KGroupedTableImpl.java:246: error: incompatible types: inference variable V#1 has incompatible equality constraints KeyValueStore<Bytes,byte[]>,VAgg return aggregate(initializer, adder, subtractor, Materialized.with(keySerde, null)); ^ where V#1,K#1,S,VAgg,K#2,V#2 are type-variables: V#1 extends Object declared in method <K#1,V#1,S>with(Serde<K#1>,Serde<V#1>) K#1 extends Object declared in method <K#1,V#1,S>with(Serde<K#1>,Serde<V#1>) S extends StateStore declared in method <K#1,V#1,S>with(Serde<K#1>,Serde<V#1>) VAgg extends Object declared in method <VAgg>aggregate(Initializer<VAgg>,Aggregator<? super K#2,? super V#2,VAgg>,Aggregator<? super K#2,? super V#2,VAgg>) K#2 extends Object declared in class KGroupedTableImpl V#2 extends Object declared in class KGroupedTableImpl 1 error ``` -- 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: jira-unsubscr...@kafka.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org