You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@inlong.apache.org by GitBox <gi...@apache.org> on 2022/08/11 14:19:24 UTC

[GitHub] [inlong] healchow commented on a diff in pull request #5475: [INLONG-5474][Manager][Agent] Add metadata parameter

healchow commented on code in PR #5475:
URL: https://github.com/apache/inlong/pull/5475#discussion_r943543251


##########
inlong-manager/manager-pojo/src/main/java/org/apache/inlong/manager/pojo/source/file/FileSourceDTO.java:
##########
@@ -82,6 +82,9 @@ public class FileSourceDTO {
     @ApiModelProperty("Column separator of data source ")
     private String dataSeparator;
 
+    @ApiModelProperty("Metadata filters by label")
+    private Map<String, String> filterMetaByLabels;

Review Comment:
   Why is this field in `FileSource` is `List<Map<>>`, but here is `Map<>`?



-- 
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: commits-unsubscribe@inlong.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org