tomtongue commented on PR #12017: URL: https://github.com/apache/iceberg/pull/12017#issuecomment-3332081207
@flyrain Thanks for replying as well. Totally agree with your idea, based on your comment, I was also thinking that the same functionality should be moved to `location` property along with removing `write.metadata.path` parameter, and add the `location` parameter to the doc as a new configurable parameter for the path. I think if users don't specify the `location` parameter in a view creation, the view metadata should be located in `iceberg-table-path/metadata`, but if users specif the parameter, the view metadata should be located in `user-specified-location/`. Let me try to remove `write.metadata.path` and move its functionality to `location`. If there's any problems, please let me know. -- 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]
