lucaspeng12138 commented on code in PR #4410:
URL: https://github.com/apache/inlong/pull/4410#discussion_r920878849
##########
inlong-manager/manager-common/src/main/java/org/apache/inlong/manager/common/pojo/sink/hive/HiveSinkDTO.java:
##########
@@ -152,4 +159,13 @@ public static HiveTableInfo getHiveTableInfo(HiveSinkDTO
hiveInfo, List<HiveColu
return tableInfo;
}
+ private HiveSinkDTO decodePassword() {
+ if (this.password != null) {
Review Comment:
fixed
--
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]