CTTY commented on code in PR #9462:
URL: https://github.com/apache/hudi/pull/9462#discussion_r1510428362


##########
rfc/rfc-60/rfc-60.md:
##########
@@ -97,22 +97,21 @@ public interface HoodieStorageStrategy extends Serializable 
{
 }
 ```
 
-### Generating file paths for object store optimized layout
+### Generating File Paths for Object Store Optimized Layout
 
 We want to distribute files evenly across multiple random prefixes, instead of 
following the traditional Hive storage
 layout of keeping them under a common table path/prefix. In addition to the 
`Table Path`, for this new layout user will
 configure another `Table Storage Path` under which the actual data files will 
be distributed. The original `Table Path` will

Review Comment:
   Yes, users may want to have multiple buckets and have different access 
controls/encryptions on different buckets. It's not a common use case but it 
would be nice to enable that



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