Repository: incubator-carbondata
Updated Branches:
refs/heads/master f5ecfbf5c -> f5dcbb526
remove unused code for CarbonCommonConstants.java
remove unused code for CarbonCommonConstants.java
Project: http://git-wip-us.apache.org/repos/asf/incubator-carbondata/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-carbondata/commit/0df4c8b6
Tree: http://git-wip-us.apache.org/repos/asf/incubator-carbondata/tree/0df4c8b6
Diff: http://git-wip-us.apache.org/repos/asf/incubator-carbondata/diff/0df4c8b6
Branch: refs/heads/master
Commit: 0df4c8b6ad96e0ba3d0a88f9442e74ad18b5d0a8
Parents: f5ecfbf
Author: qiuheng <jarray888@users.noreply.github.com>
Authored: Mon Dec 19 09:23:51 2016 +0800
Committer: GitHub <noreply@github.com>
Committed: Mon Dec 19 09:23:51 2016 +0800
----------------------------------------------------------------------
.../core/constants/CarbonCommonConstants.java | 17 -----------------
1 file changed, 17 deletions(-)
----------------------------------------------------------------------
http://git-wip-us.apache.org/repos/asf/incubator-carbondata/blob/0df4c8b6/core/src/main/java/org/apache/carbondata/core/constants/CarbonCommonConstants.java
----------------------------------------------------------------------
diff --git a/core/src/main/java/org/apache/carbondata/core/constants/CarbonCommonConstants.java
b/core/src/main/java/org/apache/carbondata/core/constants/CarbonCommonConstants.java
index 033b48d..06937a9 100644
--- a/core/src/main/java/org/apache/carbondata/core/constants/CarbonCommonConstants.java
+++ b/core/src/main/java/org/apache/carbondata/core/constants/CarbonCommonConstants.java
@@ -513,7 +513,6 @@ public final class CarbonCommonConstants {
public static final String SHORT_TYPE = "ShortType";
public static final String DECIMAL_TYPE = "DecimalType";
public static final String STRING = "String";
- public static final String COLUMNAR = "columnar";
public static final String INTEGER = "Integer";
public static final String SHORT = "Short";
@@ -521,9 +520,7 @@ public final class CarbonCommonConstants {
public static final String TIMESTAMP = "Timestamp";
public static final String ARRAY = "ARRAY";
public static final String STRUCT = "STRUCT";
- public static final String INCLUDE = "include";
public static final String FROM = "from";
- public static final String WITH = "with";
/**
* FACT_UPDATE_EXTENSION.
*/
@@ -886,16 +883,6 @@ public final class CarbonCommonConstants {
public static String SYSTEM_LEVEL_COMPACTION_LOCK_FOLDER = "SystemCompactionLock";
/**
- * to enable blocklet distribution
- */
- public static String ENABLE_BLOCKLET_DISTRIBUTION = "enable.blocklet.distribution";
-
- /**
- * to enable blocklet distribution default value
- */
- public static String ENABLE_BLOCKLET_DISTRIBUTION_DEFAULTVALUE = "false";
-
- /**
* This batch size is used to send rows from load step to another step in batches.
*/
public static final String DATA_LOAD_BATCH_SIZE = "DATA_LOAD_BATCH_SIZE";
@@ -927,10 +914,6 @@ public final class CarbonCommonConstants {
public static int DEFAULT_MAX_NUMBER_OF_COLUMNS = 20000;
/**
- * maximum length of column
- */
- public static final int DEFAULT_COLUMN_LENGTH = 100000;
- /**
* Maximum waiting time (in seconds) for a query for requested executors to be started
*/
public static final String CARBON_EXECUTOR_STARTUP_TIMEOUT =
|