jerrypeng commented on a change in pull request #10057:
URL: https://github.com/apache/pulsar/pull/10057#discussion_r603667095
##########
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:
This is a BC break change to an API that is already marked as stable.
Why do we need to change the name?
--
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]