amoro
amoro copied to clipboard
[Improvement]Support admin-configured default table properties
Currently, to set user-configued properties of a table, it can be achieved by 1. adding table properties in create table DDL or 2. add dynamic table properties in a DML. Whereas for a multi-user platform, it is common to share options such as write.target-file-size-bytes within a group of users. Thus, administrators should be capable to set service-wide options with default vaules instead of setting shared options by users in their SQLs repeatly.