eolivelli commented on a change in pull request #10057:
URL: https://github.com/apache/pulsar/pull/10057#discussion_r603801134



##########
File path: 
pulsar-client-api/src/main/java/org/apache/pulsar/client/api/schema/GenericRecord.java
##########
@@ -82,7 +83,8 @@ default SchemaType getSchemaType() {
      * @return the internal representation of the record
      * @throws UnsupportedOperationException if the operation is not supported
      */
-    default Object getNativeRecord() {
+    @Override
+    default Object getNativeObject() {

Review comment:
       @jerrypeng this is a new method introduced a couple of weeks ago with 
https://github.com/apache/pulsar/pull/9614
   
   we are free to change it now, and it is better to do it now, that we have 
not released 2.8 yet




-- 
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:
[email protected]


Reply via email to