ajantha-bhat commented on a change in pull request #2814: [CARBONDATA-3001] configurable page size in MB
URL:
https://github.com/apache/carbondata/pull/2814#discussion_r275270478
##########
File path: format/src/main/thrift/carbondata.thrift
##########
@@ -180,6 +180,7 @@ struct BlockletInfo3{
4: required i64 dimension_offsets;
5: required i64 measure_offsets;
6: required i32 number_number_of_pages; // This is rquired for alter table, in case of alter table when filter is only selected on new added column this will help
+ 7: optional list<i16> row_count_in_page; // This will contain the row count in each page.
Review comment:
done
----------------------------------------------------------------
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