aloyszhang opened a new issue #8619: URL: https://github.com/apache/pulsar/issues/8619
**Describe the bug** Master branch compile failed, ```shell Error: /home/runner/work/pulsar/pulsar/pulsar-client/src/main/java/org/apache/pulsar/client/impl/schema/generic/GenericProtobufNativeSchema.java:[70,5] method does not override or implement a method from a supertype Error: /home/runner/work/pulsar/pulsar/pulsar-client/src/main/java/org/apache/pulsar/client/impl/schema/generic/GenericProtobufNativeSchema.java:[72,33] cannot find symbol Error: symbol: method getSchemaInfoByVersion(byte[]) Error: location: class org.apache.pulsar.client.impl.schema.generic.GenericProtobufNativeSchema Error: /home/runner/work/pulsar/pulsar/pulsar-client/src/main/java/org/apache/pulsar/client/impl/schema/ProtobufNativeSchema.java:[105,5] method does not override or implement a method from a supertype ``` **To Reproduce** Steps to reproduce the behavior: 1. git pull origin master 2. mvn clean package -DskipTests ---------------------------------------------------------------- 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: us...@infra.apache.org