Github user QiangCai commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/1736#discussion_r159197657
--- Diff:
core/src/main/java/org/apache/carbondata/core/constants/CarbonCommonConstants.java
---
@@ -1459,6 +1459,13 @@
*/
public static final String HANDOFF_SIZE =
"carbon.streaming.segment.max.size";
+ /**
+ * enable auto handoff streaming segment
+ */
+ public static final String ENABLE_AUTO_HANDOFF =
"carbon.enable.auto.handoff";
--- End diff --
ok---
