jerqi commented on code in PR #898:
URL: https://github.com/apache/incubator-uniffle/pull/898#discussion_r1201931017


##########
storage/src/main/java/org/apache/uniffle/storage/util/StorageType.java:
##########
@@ -20,11 +20,11 @@
 public enum StorageType {
   MEMORY(1),
   LOCALFILE(2),
-  HDFS(4),
-  LOCALFILE_HDFS(6),
+  HADOOP(4),
+  LOCALFILE_HADOOP(6),

Review Comment:
   Could we avoid modifying the config option? Because this is a incompatible 
change.



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

Reply via email to