vernedeng commented on code in PR #6764:
URL: https://github.com/apache/inlong/pull/6764#discussion_r1040715740
##########
inlong-manager/manager-pojo/src/main/java/org/apache/inlong/manager/pojo/sink/hive/HiveSinkRequest.java:
##########
@@ -41,7 +41,6 @@
@JsonTypeDefine(value = SinkType.HIVE)
public class HiveSinkRequest extends SinkRequest {
- @NotBlank(message = "jdbcUrl cannot be blank")
@ApiModelProperty("Hive JDBC URL, such as jdbc:hive2://${ip}:${port}")
Review Comment:
Maybe need more UT to ensure the blacnk jdbcUrl will not cause some
unexcepted failure.
--
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]