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

markap14 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/nifi.git


The following commit(s) were added to refs/heads/main by this push:
     new cea924bc6b NIFI-10507 removed absolute.path from ListSmb (#6422)
cea924bc6b is described below

commit cea924bc6b39eae446b3f1200f4071857a4bd3a9
Author: kulikg <[email protected]>
AuthorDate: Mon Sep 19 22:49:20 2022 +0200

    NIFI-10507 removed absolute.path from ListSmb (#6422)
---
 .../src/main/java/org/apache/nifi/services/smb/SmbListableEntity.java    | 1 -
 1 file changed, 1 deletion(-)

diff --git 
a/nifi-nar-bundles/nifi-smb-bundle/nifi-smb-client-api/src/main/java/org/apache/nifi/services/smb/SmbListableEntity.java
 
b/nifi-nar-bundles/nifi-smb-bundle/nifi-smb-client-api/src/main/java/org/apache/nifi/services/smb/SmbListableEntity.java
index 53862f6532..a81d837b3a 100644
--- 
a/nifi-nar-bundles/nifi-smb-bundle/nifi-smb-client-api/src/main/java/org/apache/nifi/services/smb/SmbListableEntity.java
+++ 
b/nifi-nar-bundles/nifi-smb-bundle/nifi-smb-client-api/src/main/java/org/apache/nifi/services/smb/SmbListableEntity.java
@@ -73,7 +73,6 @@ public class SmbListableEntity implements ListableEntity {
                 new RecordField("filename", 
RecordFieldType.STRING.getDataType(), false),
                 new RecordField("shortName", 
RecordFieldType.STRING.getDataType(), false),
                 new RecordField("path", RecordFieldType.STRING.getDataType(), 
false),
-                new RecordField("absolute.path", 
RecordFieldType.STRING.getDataType(), false),
                 new RecordField("lastModifiedTime", 
RecordFieldType.LONG.getDataType(), false),
                 new RecordField("creationTime", 
RecordFieldType.LONG.getDataType(), false),
                 new RecordField("lastAccessTime", 
RecordFieldType.LONG.getDataType(), false),

Reply via email to