Github user ravipesala commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/2822#discussion_r227241652
--- Diff:
core/src/main/java/org/apache/carbondata/core/constants/CarbonV3DataFormatConstants.java
---
@@ -63,6 +63,6 @@
/**
* number of rows per blocklet column page default value
*/
- short NUMBER_OF_ROWS_PER_BLOCKLET_COLUMN_PAGE_DEFAULT = 32000;
+ short NUMBER_OF_ROWS_PER_BLOCKLET_COLUMN_PAGE_DEFAULT = 10240;
--- End diff --
no, just for testing, going to be removed
---