Skip to content

Commit

Permalink
[SPARK-29189][FOLLOW-UP][SQL] Beautify config name
Browse files Browse the repository at this point in the history
### What changes were proposed in this pull request?
Beautify comment

### Why are the changes needed?
The config name now is pretty weird.

### Does this PR introduce any user-facing change?
No

### How was this patch tested?
No test.

Closes #26054 from wangshisan/SPARK-29189.

Authored-by: gwang3 <gwang3@ebay.com>
Signed-off-by: Dongjoon Hyun <dhyun@apple.com>
  • Loading branch information
wangshisan authored and dongjoon-hyun committed Oct 8, 2019
1 parent 0da667d commit b3eba29
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -833,7 +833,7 @@ object SQLConf {
.createWithDefault(10000)

val IGNORE_DATA_LOCALITY =
buildConf("spark.sql.sources.ignore.datalocality")
buildConf("spark.sql.sources.ignoreDataLocality.enabled")
.doc("If true, Spark will not fetch the block locations for each file on " +
"listing files. This speeds up file listing, but the scheduler cannot " +
"schedule tasks to take advantage of data locality. It can be particularly " +
Expand Down

0 comments on commit b3eba29

Please sign in to comment.