pjfanning commented on PR #2976:
URL: https://github.com/apache/drill/pull/2976#issuecomment-2615377643

   compile issues:
   
   ```
     Error: 1-27 10:16:19] [autobuild] [ERROR] 
/home/runner/work/drill/drill/contrib/storage-kafka/src/test/java/org/apache/drill/exec/store/kafka/cluster/EmbeddedKafkaCluster.java:[89,30]
 error: cannot find symbol
     Error: 1-27 10:16:19] [autobuild] [ERROR]   symbol:   method HostNameProp()
     Error: 1-27 10:16:19] [autobuild] [ERROR]   location: class KafkaConfig
     Error: 1-27 10:16:19] [autobuild] [ERROR] 
/home/runner/work/drill/drill/contrib/storage-kafka/src/test/java/org/apache/drill/exec/store/kafka/cluster/EmbeddedKafkaCluster.java:[90,30]
 error: cannot find symbol
     Error: 1-27 10:16:19] [autobuild] [ERROR]   symbol:   method 
AdvertisedHostNameProp()
     Error: 1-27 10:16:19] [autobuild] [ERROR]   location: class KafkaConfig
     Error: 1-27 10:16:19] [autobuild] [ERROR] 
/home/runner/work/drill/drill/contrib/storage-kafka/src/test/java/org/apache/drill/exec/store/kafka/cluster/EmbeddedKafkaCluster.java:[91,30]
 error: cannot find symbol
     Error: 1-27 10:16:19] [autobuild] [ERROR]   symbol:   method PortProp()
     Error: 1-27 10:16:19] [autobuild] [ERROR]   location: class KafkaConfig
     Error: 1-27 10:16:19] [autobuild] [ERROR] 
/home/runner/work/drill/drill/contrib/storage-kafka/src/test/java/org/apache/drill/exec/store/kafka/cluster/EmbeddedKafkaCluster.java:[92,30]
 error: cannot find symbol
     Error: 1-27 10:16:19] [autobuild] [ERROR]   symbol:   method 
AdvertisedPortProp()
     Error: 1-27 10:16:19] [autobuild] [ERROR]   location: class KafkaConfig
     Error: 1-27 10:16:19] [autobuild] [ERROR] 
/home/runner/work/drill/drill/contrib/storage-kafka/src/test/java/org/apache/drill/exec/store/kafka/cluster/EmbeddedKafkaCluster.java:[148,41]
 error: cannot find symbol
     Error: 1-27 10:16:19] [autobuild] [ERROR]   symbol:   method hostName()
     Error: 1-27 10:16:19] [autobuild] [ERROR]   location: variable 
serverConfig of type KafkaConfig
     Error: 1-27 10:16:19] [autobuild] [ERROR] 
/home/runner/work/drill/drill/contrib/storage-kafka/src/test/java/org/apache/drill/exec/store/kafka/cluster/EmbeddedKafkaCluster.java:[148,73]
 error: cannot find symbol
     Error: 1-27 10:16:19] [autobuild] [ERROR]   symbol:   method port()
     Error: 1-27 10:16:19] [autobuild] [ERROR]   location: variable 
serverConfig of type KafkaConfig
     Error: 1-27 10:16:19] [autobuild] [ERROR] 
/home/runner/work/drill/drill/contrib/storage-kafka/src/test/java/org/apache/drill/exec/store/kafka/cluster/EmbeddedKafkaCluster.java:[149,8]
 error: no suitable method found for 
collect(Collector<CharSequence,CAP#1,String>)
     Error: 1-27 10:16:19] [autobuild] [ERROR]     method 
Stream.<R#1>collect(Supplier<R#1>,BiConsumer<R#1,? super 
Object>,BiConsumer<R#1,R#1>) is not applicable
     Error: 1-27 10:16:19] [autobuild] [ERROR]       (cannot infer 
type-variable(s) R#1
     Error: 1-27 10:16:19] [autobuild] [ERROR]         (actual and formal 
argument lists differ in length))
     Error: 1-27 10:16:19] [autobuild] [ERROR]     method 
Stream.<R#2,A>collect(Collector<? super Object,A,R#2>) is not applicable
     Error: 1-27 10:16:19] [autobuild] [ERROR]       (cannot infer 
type-variable(s) R#2,A
     Error: 1-27 10:16:19] [autobuild] [ERROR]         (argument mismatch; 
Collector<CharSequence,CAP#2,String> cannot be converted to Collector<? super 
Object,A,R#2>))
     Error: 1-27 10:16:19] [autobuild] [ERROR]   where R#1,T,R#2,A are 
type-variables:
     Error: 1-27 10:16:19] [autobuild] [ERROR]     R#1 extends Object declared 
in method <R#1>collect(Supplier<R#1>,BiConsumer<R#1,? super 
T>,BiConsumer<R#1,R#1>)
     Error: 1-27 10:16:19] [autobuild] [ERROR]     T extends Object declared in 
interface Stream
     Error: 1-27 10:16:19] [autobuild] [ERROR]     R#2 extends Object declared 
in method <R#2,A>collect(Collector<? super T,A,R#2>)
     Error: 1-27 10:16:19] [autobuild] [ERROR]     A extends Object declared in 
method <R#2,A>collect(Collector<? super T,A,R#2>)
     Error: 1-27 10:16:19] [autobuild] [ERROR]   where CAP#1,CAP#2 are fresh 
type-variables:
     Error: 1-27 10:16:19] [autobuild] [ERROR]     CAP#1 extends Object from 
capture of ?
     Error: 1-27 10:16:19] [autobuild] [ERROR]     CAP#2 extends Object from 
capture of ?
     Error: 1-27 10:16:19] [autobuild] [ERROR] 
/home/runner/work/drill/drill/contrib/storage-kafka/src/test/java/org/apache/drill/exec/store/kafka/TestKafkaSuite.java:[84,32]
 error: method apply in class KafkaZkClient cannot be applied to given types;
     Error: 1-27 10:16:19] [autobuild] [ERROR]   required: 
String,boolean,int,int,int,Time,String,ZKClientConfig,String,String,boolean,boolean
     Error: 1-27 10:16:19] [autobuild] [ERROR]   found:    
String,boolean,int,int,int,Time,String,String,Option<String>,Option<ZKClientConfig>
     Error: 1-27 10:16:19] [autobuild] [ERROR]   reason: actual and formal 
argument lists differ in length
     Error: 1-27 10:16:19] [autobuild] [ERROR] 
/home/runner/work/drill/drill/contrib/storage-kafka/src/test/java/org/apache/drill/exec/store/kafka/TestKafkaSuite.java:[86,28]
 error: incompatible types: String cannot be converted to ZKClientConfig
   ```


-- 
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: dev-unsubscr...@drill.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to