Github user watermen commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/1736#discussion_r159039529
--- Diff:
streaming/src/main/scala/org/apache/spark/sql/execution/streaming/CarbonAppendableStreamSink.scala
---
@@ -80,6 +80,12 @@ class CarbonAppendableStreamSink(
CarbonProperties.getInstance().getHandoffSize
)
+ // auto handoff
+ private val enableAutoHandoff = hadoopConf.getBoolean(
+ CarbonCommonConstants.ENABLE_AUTO_HANDOFF,
--- End diff --
Write the name in doc.
---