Skip to content

Commit

Permalink
Merge 2551c7c into 1baa485
Browse files Browse the repository at this point in the history
  • Loading branch information
jack86596 committed Jun 11, 2019
2 parents 1baa485 + 2551c7c commit 8e45e81
Show file tree
Hide file tree
Showing 2 changed files with 253 additions and 236 deletions.
Original file line number Diff line number Diff line change
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
Loading

0 comments on commit 8e45e81

Please sign in to comment.