voonhous commented on code in PR #19810:
URL: https://github.com/apache/hudi/pull/19810#discussion_r3932395704


##########
hudi-common/src/test/java/org/apache/hudi/common/schema/TestHoodieSchema.java:
##########
@@ -75,6 +75,17 @@ public class TestHoodieSchema {
           + "  ]"
           + "}";
 
+  // The Blob schema is persisted in the table schema of every BLOB table, so 
its serialized shape is pinned literally.
+  private static final String BLOB_SCHEMA_JSON = 
"{\"type\":\"record\",\"name\":\"blob\",\"fields\":["

Review Comment:
   Renamed to `EXPECTED_BLOB_SCHEMA_JSON` in c803cdca6c03.



-- 
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]

Reply via email to