jerqi commented on code in PR #2223:
URL:
https://github.com/apache/incubator-uniffle/pull/2223#discussion_r1818582063
##########
common/src/main/java/org/apache/uniffle/common/config/RssBaseConf.java:
##########
@@ -305,6 +305,11 @@ public class RssBaseConf extends RssConf {
.stringType()
.defaultValue("8k")
.withDescription("The buffer size to cache the write index content
for LOCALFILE.");
+ public static final ConfigOption<String> RSS_STORAGE_LOCALFILE_WRITER_CLASS =
+ ConfigOptions.key("rss.storage.localfile.writer.class")
Review Comment:
Could you use camel style for last segement?
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]