omkreddy commented on PR #16022: URL: https://github.com/apache/kafka/pull/16022#issuecomment-2124872121
looks compilation failure after `KAFKA-7632: Support Compression Levels (KIP-390) (#15516)`. Can we rebase the PR? ``` [2024-05-22T13:44:38.423Z] > Task :clients:compileTestJava [2024-05-22T13:44:38.423Z] /home/jenkins/jenkins-agent/workspace/Kafka_kafka-pr_PR-16022/clients/src/test/java/org/apache/kafka/common/requests/RequestResponseTest.java:1417: error: no suitable method found for withRecords(CompressionType,SimpleRecord) [2024-05-22T13:44:38.423Z] MemoryRecords records = MemoryRecords.withRecords(CompressionType.NONE, new SimpleRecord("blah".getBytes())); [2024-05-22T13:44:38.423Z] ^ [2024-05-22T13:44:38.423Z] method MemoryRecords.withRecords(Compression,SimpleRecord...) is not applicable [2024-05-22T13:44:38.423Z] (argument mismatch; CompressionType cannot be converted to Compression) [2024-05-22T13:44:38.423Z] method MemoryRecords.withRecords(Compression,int,SimpleRecord...) is not applicable [2024-05-22T13:44:38.423Z] (argument mismatch; CompressionType cannot be converted to Compression) [2024-05-22T13:44:38.423Z] method MemoryRecords.withRecords(byte,Compression,SimpleRecord...) is not applicable [2024-05-22T13:44:38.423Z] (argument mismatch; CompressionType cannot be converted to byte) [2024-05-22T13:44:38.423Z] method MemoryRecords.withRecords(long,Compression,SimpleRecord...) is not applicable [2024-05-22T13:44:38.423Z] (argument mismatch; CompressionType cannot be converted to long) [2024-05-22T13:44:38.423Z] method MemoryRecords.withRecords(byte,long,Compression,SimpleRecord...) is not applicable [2024-05-22T13:44:38.423Z] (argument mismatch; CompressionType cannot be converted to byte) [2024-05-22T13:44:38.423Z] method MemoryRecords.withRecords(long,Compression,Integer,SimpleRecord...) is not applicable [2024-05-22T13:44:38.423Z] (argument mismatch; CompressionType cannot be converted to long) [2024-05-22T13:44:38.423Z] method MemoryRecords.withRecords(byte,long,Compression,TimestampType,SimpleRecord...) is not applicable [2024-05-22T13:44:38.423Z] (argument mismatch; CompressionType cannot be converted to byte) [2024-05-22T13:44:38.423Z] method MemoryRecords.withRecords(byte,long,Compression,TimestampType,long,short,int,int,boolean,SimpleRecord...) is not applicable [2024-05-22T13:44:38.423Z] (argument mismatch; CompressionType cannot be converted to byte) ``` -- 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