Github user ueshin commented on a diff in the pull request:
https://github.com/apache/spark/pull/17436#discussion_r152189670
--- Diff:
sql/catalyst/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala ---
@@ -140,6 +140,13 @@ object SQLConf {
.booleanConf
.createWithDefault(true)
+ val COLUMN_VECTOR_OFFHEAP_ENABLED =
+ buildConf("spark.sql.columnVector.offheap.enable")
--- End diff --
Sorry for the late comment but this should be
`spark.sql.columnVector.offheap.enabled` instead of
`spark.sql.columnVector.offheap.enable`?
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]