You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by vi...@apache.org on 2019/09/06 15:31:36 UTC

[incubator-hudi] branch master updated: [hotfix] fix typo

This is an automated email from the ASF dual-hosted git repository.

vinoth pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-hudi.git


The following commit(s) were added to refs/heads/master by this push:
     new 07a0ea8  [hotfix] fix typo
07a0ea8 is described below

commit 07a0ea87ab8239889149e462864acee66fa9547d
Author: leesf <49...@qq.com>
AuthorDate: Fri Sep 6 07:25:28 2019 +0800

    [hotfix] fix typo
---
 .../org/apache/hudi/common/table/view/AbstractTableFileSystemView.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hudi-common/src/main/java/org/apache/hudi/common/table/view/AbstractTableFileSystemView.java b/hudi-common/src/main/java/org/apache/hudi/common/table/view/AbstractTableFileSystemView.java
index 6bd9802..75de330 100644
--- a/hudi-common/src/main/java/org/apache/hudi/common/table/view/AbstractTableFileSystemView.java
+++ b/hudi-common/src/main/java/org/apache/hudi/common/table/view/AbstractTableFileSystemView.java
@@ -250,7 +250,7 @@ public abstract class AbstractTableFileSystemView implements SyncableFileSystemV
   /**
    * Helper to convert file-status to data-files
    *
-   * @param statuses List of Fole-Status
+   * @param statuses List of File-Status
    */
   private Stream<HoodieDataFile> convertFileStatusesToDataFiles(FileStatus[] statuses) {
     Predicate<FileStatus> roFilePredicate = fileStatus ->