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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]