vinothchandar commented on code in PR #14092:
URL: https://github.com/apache/hudi/pull/14092#discussion_r2430895701


##########
rfc/rfc-80/rfc-80.md:
##########
@@ -81,8 +81,8 @@ The bucket is divided into multiple columngroups by column 
cluster. When columng
 ### Proposed Storage Format Changes
 After splitting the fileGroup by columngroup, the naming rules for base files 
and log files change. We add the cfName suffix at the end of all file names to 
facilitate Hudi itself to distinguish column groups. If it's not present, we 
assume default column group.
 So, new file name templates will be as follows:  
-- Base file: [file_id]\_[write_token]\_[begin_time][_cfName].[extension]  
-- Log file: 
[file_id]\_[begin_instant_time][_cfName].log.[version]_[write_token]  
+- Base file: 
[file_id]\_[write_token]\_[begin_time][_cgName_cgSegment].[extension]  
+- Log file: 
[file_id]\_[begin_instant_time][_cgName_cgSegment].log.[version]_[write_token]  

Review Comment:
   cgName, cgSegment will be autogenerated by Hudi, right? 
   
   are these uuids.. 



-- 
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]

Reply via email to