Github user jackylk commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/2397#discussion_r199041537
--- Diff: core/src/main/java/org/apache/carbondata/core/constants/CarbonLoadOptionConstants.java ---
@@ -144,8 +144,8 @@
* If the sort memory is insufficient, spill inmemory pages to disk.
* The total amount of pages is at most the specified percentage of total sort memory. Default
* value 0 means that no pages will be spilled and the newly incoming pages will be spilled,
- * whereas value 1 means that all pages will be spilled and newly incoming pages will be loaded
- * into sort memory.
+ * whereas value 100 means that all pages will be spilled and newly incoming pages will be loaded
+ * into sort memory, Other percentage values range 0-100.
--- End diff --
please refine this sentence
---