the-other-tim-brown commented on code in PR #13602:
URL: https://github.com/apache/hudi/pull/13602#discussion_r2229709591


##########
hudi-common/src/main/java/org/apache/hudi/common/table/read/FileGroupReaderSchemaHandler.java:
##########
@@ -162,7 +163,7 @@ protected InternalSchema doPruneInternalSchema(Schema 
requiredSchema, InternalSc
   }
 
   @VisibleForTesting
-  Schema generateRequiredSchema() {
+  public Schema generateRequiredSchema() {

Review Comment:
   This was actually just because the tests for this method were in the wrong 
class, I will update and revert this change to the visibility of the method



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