liaoyt opened a new issue, #3857:
URL: https://github.com/apache/amoro/issues/3857

   ### Search before asking
   
   - [x] I have searched in the 
[issues](https://github.com/apache/amoro/issues?q=is%3Aissue) and found no 
similar issues.
   
   
   ### What would you like to be improved?
   
   according to iceberg spec, the metadata json file must match the follwer 
format
   metastore table: `<V>-<random-uuid>.metadata.json`
   file system table : `v<V>.metadata.json`
   
   and for amoro internal catalog, which is `v<V>-<random-uuid>.metadata.json`, 
this format has nothing affect the icebrg/mix_iceberg format for reading and 
writing, but for other system follwering the spce, such as clickhosue(), can 
not reconigze this format
   
   for reference:
   https://iceberg.apache.org/spec/#metastore-tables
   https://github.com/ClickHouse/ClickHouse/issues/68436
   
   ### How should we improve?
   
   use iceberg metastore table format: `<V>-<random-uuid>.metadata.json`
   
   ### Are you willing to submit PR?
   
   - [x] Yes I am willing to submit a PR!
   
   ### Subtasks
   
   _No response_
   
   ### Code of Conduct
   
   - [x] I agree to follow this project's [Code of 
Conduct](https://www.apache.org/foundation/policies/conduct)
   


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