Github user chenliang613 commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/2592#discussion_r215655761
--- Diff:
core/src/main/java/org/apache/carbondata/core/constants/CarbonCommonConstants.java
---
@@ -470,15 +447,6 @@
*/
@CarbonProperty
public static final String CARBON_DATE_FORMAT = "carbon.date.format";
- /**
- * STORE_LOCATION_HDFS
- */
- @CarbonProperty
- public static final String STORE_LOCATION_HDFS =
"carbon.storelocation.hdfs";
--- End diff --
can you please explain, why need to remove : "STORE_LOCATION_HDFS" ?
---