manojpec commented on a change in pull request #4067:
URL: https://github.com/apache/hudi/pull/4067#discussion_r768490005



##########
File path: 
hudi-common/src/main/java/org/apache/hudi/metadata/HoodieTableMetadata.java
##########
@@ -73,6 +74,17 @@ static boolean isMetadataTable(String basePath) {
     return basePath.endsWith(METADATA_TABLE_REL_PATH);
   }
 
+  /**
+   * Is the log file for the Metadata table?
+   *
+   * @param logFile - Log file to check
+   * @return True if the log file belongs to the Metadata table, False 
otherwise.
+   */
+  static boolean isMetadataTable(HoodieLogFile logFile) {

Review comment:
       no more needed. 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]


Reply via email to