vinothchandar commented on code in PR #14092: URL: https://github.com/apache/hudi/pull/14092#discussion_r2430894553
########## rfc/rfc-80/rfc-80.md: ########## @@ -50,7 +50,7 @@ The logic of compaction and reading is the same. Compaction costs across column The log merge we can make it pluggable to decide between hash or sort merge - we need to introduce new log headers or standard mechanism for merging to determine if base file or log files are sorted. ## Background -Currently, Hudi organizes data according to fileGroup granularity. The fileGroup is further divided into column clusters to introduce the columngroup concept. +Currently, Hudi organizes data according to fileGroup granularity. The fileGroup is further divided into column clusters to introduce the columngroup concept. Within a ColumnGroup, there is a ColumnSegment that allows for multiple file slices for the same column group to prevent large files. Inside each ColumnSegment, there are one or more FileSlices. Review Comment: does RLI now point to a filgroup/colsegment -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
