sijie commented on a change in pull request #4177: [pulsar-clients]Support
nested struct for GenericRecord
URL: https://github.com/apache/pulsar/pull/4177#discussion_r281047307
##########
File path:
pulsar-client/src/test/java/org/apache/pulsar/client/impl/schema/SchemaBuilderTest.java
##########
@@ -200,4 +223,265 @@ public void testGenericRecordBuilderByIndex() {
assertEquals(0.7f, fields.floatField);
assertEquals(1.34d, fields.doubleField);
}
+
+ @Test
+ public void testGenericRecordBuilderAvroByFiledname() {
Review comment:
```suggestion
public void testGenericRecordBuilderAvroByFieldName() {
```
----------------------------------------------------------------
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]
With regards,
Apache Git Services