Skip to content

Commit

Permalink
Merge 2551c7c into 9d02092
Browse files Browse the repository at this point in the history
  • Loading branch information
jack86596 committed Jun 10, 2019
2 parents 9d02092 + 2551c7c commit 29bd39f
Show file tree
Hide file tree
Showing 2 changed files with 253 additions and 236 deletions.
Expand Up @@ -1316,6 +1316,11 @@ private CarbonCommonConstants() {
@CarbonProperty(dynamicConfigurable = true)
public static final String CARBON_CUSTOM_BLOCK_DISTRIBUTION = "carbon.custom.block.distribution";

/**
* default property of custom block distribution
*/
public static final String CARBON_CUSTOM_BLOCK_DISTRIBUTION_DEFAULT = "false";

/**
* This property defines how the tasks are split/combined and launch spark tasks during query
*/
Expand Down

0 comments on commit 29bd39f

Please sign in to comment.