sd4324530 commented on issue #2270: URL: https://github.com/apache/fluss/issues/2270#issuecomment-3702503241
@wuchong A few more details: `set_cluster_configs`: How to handle a parameter where the `value` is empty? I have two ideas. A. Code check and throw an exception. B. The submission is normal, but `AlterConfigOpType` is `SET`. `admin.alterClusterConfigs` will determine if there is an exception (for compatibility: a certain configuration can indeed be set to empty?). `get_cluster_configs` For example, if three keys are passed in, how should we handle it if the configuration for the second key does not exist? I also have two ideas. A. It still returns 3 `Row`s, of which the second `Row` has no field. B. Returns only two `Row`s, corresponding to the first and third keys respectively. What do you think? -- 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]
