GitHub user kiszk opened a pull request:
https://github.com/apache/spark/pull/19794
[SPARK-20101][SQL][FOLLOW-UP] use correct config name
"spark.sql.columnVector.offheap.enabled"
## What changes were proposed in this pull request?
This PR addresses [the spelling
miss](https://github.com/apache/spark/pull/17436#discussion_r152189670) of the
config name `spark.sql.columnVector.offheap.enabled`.
We should use `spark.sql.columnVector.offheap.enabled`.
## How was this patch tested?
Existing tests
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/kiszk/spark SPARK-20101-follow
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/19794.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 #19794
----
commit 951635e31ec64620e8f538eefd12c78082358569
Author: Kazuaki Ishizaki <[email protected]>
Date: 2017-11-22T09:05:00Z
fix spelling miss
----
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]