GitHub user rxin opened a pull request:
https://github.com/apache/spark/pull/22476
[SPARK-24157] spark.sql.streaming.noDataMicroBatches.enabled
## What changes were proposed in this pull request?
This patch changes the config option
`spark.sql.streaming.noDataMicroBatchesEnabled` to
`spark.sql.streaming.noDataMicroBatches.enabled` to be more consistent with
rest of the configs. Unfortunately there is one streaming config called
`spark.sql.streaming.metricsEnabled`. For that one we should just use a
fallback config and change it in a separate patch.
## How was this patch tested?
Made sure no other references to this config are in the code base:
```
> git grep "noDataMicro"
sql/catalyst/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala:
buildConf("spark.sql.streaming.noDataMicroBatches.enabled")
```
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/rxin/spark SPARK-24157
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/22476.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #22476
----
commit 37716c836a20a684ef7425addd5f43cf10cd857f
Author: Reynold Xin <rxin@...>
Date: 2018-09-19T21:40:33Z
[SPARK-24157] spark.sql.streaming.noDataMicroBatches.enabled
----
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]