You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@uniffle.apache.org by GitBox <gi...@apache.org> on 2022/11/09 16:00:08 UTC

[GitHub] [incubator-uniffle] selectbook commented on issue #299: [Improvement] Make config type of RSS_STORAGE_TYPE as enum

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

   is it change to 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: dev-unsubscribe@uniffle.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org