stevenzwu commented on PR #7638: URL: https://github.com/apache/iceberg/pull/7638#issuecomment-1556023878
> s3://my-table-data-bucket/my_ns.db/my_table/data/dt=20220101/_SUCCESS with entropy enabled, the file path will look like. see the random prefix `2d3905f8` in the path. https://iceberg.apache.org/docs/latest/aws/#object-store-file-layout ``` s3://my-table-data-bucket/2d3905f8/my_ns.db/my_table/data/dt=20220101/_SUCCESS ``` The success file pattern assumes a well known / predefined path, which may not be true with S3 object store. Hive is not much different with distributed file system, since it assumes file layout following folder pattern. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
