nsivabalan commented on code in PR #7412:
URL: https://github.com/apache/hudi/pull/7412#discussion_r1044958674


##########
hudi-hadoop-mr/src/main/java/org/apache/hudi/hadoop/InputSplitUtils.java:
##########
@@ -52,24 +44,4 @@ public static void writeBoolean(Boolean valueToWrite, 
DataOutput out) throws IOE
   public static boolean readBoolean(DataInput in) throws IOException {
     return in.readBoolean();
   }
-
-  /**
-   * Return correct base-file schema based on split.
-   *
-   * @param split File Split
-   * @param conf Configuration
-   * @return
-   */
-  public static Schema getBaseFileSchema(FileSplit split, Configuration conf) {

Review Comment:
   there are no usages for these is 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]

Reply via email to