healchow commented on a change in pull request #3118:
URL: https://github.com/apache/incubator-inlong/pull/3118#discussion_r825693024



##########
File path: 
inlong-manager/manager-client/src/main/java/org/apache/inlong/manager/client/api/util/InlongStreamSinkTransfer.java
##########
@@ -152,7 +152,8 @@ private static StreamSink 
parseClickHouseSink(ClickHouseSinkResponse sinkRespons
                 sinkFieldResponse.getFieldName(),
                 sinkFieldResponse.getFieldComment(),
                 null, sinkFieldResponse.getSourceFieldName(),
-                
sinkFieldResponse.getSourceFieldType())).collect(Collectors.toList());
+                sinkFieldResponse.getSourceFieldType(),
+                
sinkFieldResponse.getIsSourceBuiltin())).collect(Collectors.toList());

Review comment:
       Replace with isSourceMetaField pls.




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