zuston commented on code in PR #9:
URL: https://github.com/apache/incubator-uniffle/pull/9#discussion_r912421404
##########
common/src/main/java/com/tencent/rss/common/config/RssConf.java:
##########
@@ -581,6 +582,11 @@ public <T> RssConf set(ConfigOption<T> option, T value) {
return this;
}
+ public <T> RssConf setList(ConfigOption<List<T>> option, Object value) {
Review Comment:
You are right. I remove it and reuse the method of `RssConf.set` to set list
values.
--
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]