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/05/18 02:29:51 UTC

[GitHub] [incubator-inlong] gong commented on a diff in pull request #4138: [INLONG-4137][Manager] Add complex type (array, map, struct) for Hive sink

gong commented on code in PR #4138:
URL: https://github.com/apache/incubator-inlong/pull/4138#discussion_r875414446


##########
inlong-manager/manager-client/src/main/java/org/apache/inlong/manager/client/api/util/InlongStreamSinkTransfer.java:
##########
@@ -320,4 +312,11 @@ private static HiveSink parseHiveSink(HiveSinkResponse sinkResponse, StreamSink
         return hiveSink;
     }
 
+    public static Pair<FieldType, Object> trandferfromstring(String type) {

Review Comment:
   `trandferfromstring` use CamelCase



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