You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by aa...@apache.org on 2021/04/05 02:47:38 UTC

[hadoop] branch branch-3.3 updated: HDFS-15950. Remove unused hdfs.proto import (#2858)

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

aajisaka pushed a commit to branch branch-3.3
in repository https://gitbox.apache.org/repos/asf/hadoop.git


The following commit(s) were added to refs/heads/branch-3.3 by this push:
     new e4d04a6  HDFS-15950. Remove unused hdfs.proto import (#2858)
e4d04a6 is described below

commit e4d04a640b144afde2eb1b3b91e5ce9e476b0575
Author: Gautham B A <ga...@gmail.com>
AuthorDate: Mon Apr 5 08:12:05 2021 +0530

    HDFS-15950. Remove unused hdfs.proto import (#2858)
    
    Signed-off-by: Akira Ajisaka <aa...@apache.org>
    (cherry picked from commit ca5e13fd74838fca3598587eb4770b797f436832)
---
 hadoop-hdfs-project/hadoop-hdfs-client/src/main/proto/inotify.proto | 1 -
 1 file changed, 1 deletion(-)

diff --git a/hadoop-hdfs-project/hadoop-hdfs-client/src/main/proto/inotify.proto b/hadoop-hdfs-project/hadoop-hdfs-client/src/main/proto/inotify.proto
index afcccaa..e1ade19 100644
--- a/hadoop-hdfs-project/hadoop-hdfs-client/src/main/proto/inotify.proto
+++ b/hadoop-hdfs-project/hadoop-hdfs-client/src/main/proto/inotify.proto
@@ -32,7 +32,6 @@ package hadoop.hdfs;
 
 import "acl.proto";
 import "xattr.proto";
-import "hdfs.proto";
 
 enum EventType {
   EVENT_CREATE = 0x0;

---------------------------------------------------------------------
To unsubscribe, e-mail: common-commits-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-commits-help@hadoop.apache.org