selectbook commented on issue #299:
URL: 
https://github.com/apache/incubator-uniffle/issues/299#issuecomment-1308986122

   is it change to something like this?
   
   `public static final ConfigOption<StorageType> RSS_STORAGE_TYPE = 
ConfigOptions
         .key("rss.storage.type")
         .enumType(StorageType.class)
         .noDefaultValue()
         .withDescription("Data storage for remote shuffle service");
   `


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

Reply via email to