ravipesala commented on a change in pull request #2814: [CARBONDATA-3001] configurable page size in MB
URL:
https://github.com/apache/carbondata/pull/2814#discussion_r273864772
##########
File path: processing/src/main/java/org/apache/carbondata/processing/store/CarbonFactDataHandlerModel.java
##########
@@ -316,31 +326,19 @@ public static CarbonFactDataHandlerModel getCarbonFactDataHandlerModel(CarbonLoa
String[] tempStoreLocation, String carbonDataDirectoryPath) {
// for dynamic page size in write step if varchar columns exist
- List<Integer> varcharDimIdxInNoDict = new ArrayList<>();
Review comment:
Is the pageSize validation not applicable for compaction flow?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[hidden email]
With regards,
Apache Git Services