You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@carbondata.apache.org by ch...@apache.org on 2016/12/19 03:18:54 UTC

[1/2] incubator-carbondata git commit: remove unused code for CarbonCommonConstants.java

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 <ja...@users.noreply.github.com>
Authored: Mon Dec 19 09:23:51 2016 +0800
Committer: GitHub <no...@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 =


[2/2] incubator-carbondata git commit: Remove unused code for CarbonCommonConstants.java This closes #442

Posted by ch...@apache.org.
Remove unused code for CarbonCommonConstants.java This closes #442


Project: http://git-wip-us.apache.org/repos/asf/incubator-carbondata/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-carbondata/commit/f5dcbb52
Tree: http://git-wip-us.apache.org/repos/asf/incubator-carbondata/tree/f5dcbb52
Diff: http://git-wip-us.apache.org/repos/asf/incubator-carbondata/diff/f5dcbb52

Branch: refs/heads/master
Commit: f5dcbb52616de71e724ebe08dfca11851dfc31d3
Parents: f5ecfbf 0df4c8b
Author: chenliang613 <ch...@apache.org>
Authored: Mon Dec 19 11:18:37 2016 +0800
Committer: chenliang613 <ch...@apache.org>
Committed: Mon Dec 19 11:18:37 2016 +0800

----------------------------------------------------------------------
 .../core/constants/CarbonCommonConstants.java      | 17 -----------------
 1 file changed, 17 deletions(-)
----------------------------------------------------------------------