Github user kumarvishal09 commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/2822#discussion_r226994945
--- 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 --
are we going to fix page size to 10240??
---