linliu-code commented on code in PR #14317:
URL: https://github.com/apache/hudi/pull/14317#discussion_r2789165166


##########
hudi-common/src/test/java/org/apache/hudi/common/testutils/SchemaTestUtil.java:
##########
@@ -78,10 +78,18 @@ public static Schema getSimpleSchema() throws IOException {
     return new 
Schema.Parser().parse(SchemaTestUtil.class.getResourceAsStream("/simple-test.avsc"));
   }
 
+  public static Schema getSchema(String path) throws IOException {

Review Comment:
   Removed.



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