muyangye commented on code in PR #2430:
URL: https://github.com/apache/streampipes/pull/2430#discussion_r1479310456


##########
streampipes-model/src/main/java/org/apache/streampipes/model/file/FileMetadata.java:
##########
@@ -28,15 +28,16 @@ public class FileMetadata {
 
   private @SerializedName("_rev") String rev;
 
-  private String internalFilename;
-  private String originalFilename;
+  private String filename;
   private String filetype;
 
   private long createdAt;
   private long lastModified;
 
   private String createdByUser;
 
+  public String test;

Review Comment:
   Yes, this is solely for testing purposes to see what will happen if I add 
another attribute to the FileMetadata class, will delete.



-- 
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