lokeshj1703 commented on code in PR #13485:
URL: https://github.com/apache/hudi/pull/13485#discussion_r2174290019
##########
hudi-common/src/test/java/org/apache/hudi/avro/TestHoodieAvroUtils.java:
##########
@@ -170,7 +170,7 @@ public class TestHoodieAvroUtils {
+
"{\"name\":\"ss\",\"type\":{\"name\":\"ss\",\"type\":\"record\",\"fields\":["
+ "{\"name\":\"fn\",\"type\":[\"null\" ,\"string\"],\"default\":
null},{\"name\":\"ln\",\"type\":[\"null\" ,\"string\"],\"default\": null}]}}]}";
- public static final String SCHEMA_WITH_AVRO_TYPES_STR =
"{\"name\":\"TestRecordAvroTypes\",\"type\":\"record\",\"fields\":["
+ public static final String SCHEMA_WITH_AVRO_TYPES_STR =
"{\"name\":\"TestRecordAvroTypes\",\"type\":\"record\",\"namespace\":
\"com.acme.avro\",\"fields\":["
Review Comment:
Not really. I think it got added while working on the tests. Removed it.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]