Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
xubo245 committed Nov 2, 2018
1 parent db377ce commit cfc1b6f
Showing 1 changed file with 10 additions and 10 deletions.
Expand Up @@ -169,7 +169,7 @@ private CarbonCommonConstants() {
*/
@CarbonProperty
public static final String LOCK_PATH = "carbon.lock.path";

public static final String LOCK_PATH_DEFAULT = "";

/**
Expand Down Expand Up @@ -222,7 +222,7 @@ private CarbonCommonConstants() {
@CarbonProperty
public static final String SPARK_SCHEMA_STRING_LENGTH_THRESHOLD =
"spark.sql.sources.schemaStringLengthThreshold";

public static final int SPARK_SCHEMA_STRING_LENGTH_THRESHOLD_DEFAULT = 4000;

//TODO: add annotation and whether change to dynamic
Expand Down Expand Up @@ -257,7 +257,7 @@ private CarbonCommonConstants() {
@CarbonProperty
public static final String CARBON_SQLASTBUILDER_CLASSNAME =
"spark.carbon.sqlastbuilder.classname";

public static final String CARBON_SQLASTBUILDER_CLASSNAME_DEFAULT =
"org.apache.spark.sql.hive.CarbonSqlAstBuilder";

Expand Down Expand Up @@ -297,7 +297,7 @@ private CarbonCommonConstants() {
* default value of ENABLE_CALCULATE_DATA_INDEX_SIZE
*/
public static final String DEFAULT_ENABLE_CALCULATE_SIZE = "true";

/**
* this will be used to skip / ignore empty lines while loading
*/
Expand Down Expand Up @@ -348,7 +348,7 @@ private CarbonCommonConstants() {
@CarbonProperty
public static final String CARBON_MERGE_INDEX_IN_SEGMENT =
"carbon.merge.index.in.segment";

public static final String CARBON_MERGE_INDEX_IN_SEGMENT_DEFAULT = "true";

/**
Expand All @@ -358,7 +358,7 @@ private CarbonCommonConstants() {
@CarbonProperty
public static final String CARBON_MINMAX_ALLOWED_BYTE_COUNT =
"carbon.minmax.allowed.byte.count";

public static final String CARBON_MINMAX_ALLOWED_BYTE_COUNT_DEFAULT = "200";

//////////////////////////////////////////////////////////////////////////////////////////
Expand Down Expand Up @@ -580,7 +580,7 @@ private CarbonCommonConstants() {
/**
* TIME_STAT_UTIL_TYPE_DEFAULT
*/

public static final String ENABLE_DATA_LOADING_STATISTICS_DEFAULT = "false";

/**
Expand Down Expand Up @@ -638,7 +638,7 @@ private CarbonCommonConstants() {
* MAX_TIMEOUT_FOR_CARBON_LOCK
*/
public static final int MAX_TIMEOUT_FOR_CARBON_LOCK_DEFAULT = 5;

/**
* CARBON_PREFETCH_BUFFERSIZE
*/
Expand Down Expand Up @@ -741,7 +741,7 @@ private CarbonCommonConstants() {
*/
@CarbonProperty
public static final String CARBON_MERGE_SORT_PREFETCH = "carbon.merge.sort.prefetch";

public static final String CARBON_MERGE_SORT_PREFETCH_DEFAULT = "true";

/**
Expand Down Expand Up @@ -964,7 +964,7 @@ private CarbonCommonConstants() {
*/
@CarbonProperty
public static final String LOAD_BATCH_SORT_SIZE_INMB = "carbon.load.batch.sort.size.inmb";

public static final String LOAD_BATCH_SORT_SIZE_INMB_DEFAULT = "0";

/**
Expand Down

0 comments on commit cfc1b6f

Please sign in to comment.