Github user jackylk commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/1736#discussion_r159031130
--- 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
--- End diff --
Can you describe more how this feature is working, and you can copy the
description to document in `/doc` folder
---