nicolazar opened a new issue, #587:
URL: https://github.com/apache/fluss-rust/issues/587

   ### Search before asking
   
   - [x] I searched in the 
[issues](https://github.com/apache/fluss-rust/issues) and found nothing similar.
   
   
   ### Description
   
   Currently in `bindings/elixir/lib/fluss/admin.ex` when creating a database, 
the database descriptor is not passed through, meaning that it is not possible 
to set comment or custom_properties on a database. The bindings hardcode None 
([source](https://github.com/apache/fluss-rust/blob/main/bindings/elixir/native/fluss_nif/src/admin.rs#L95)).
 The upstream Rust API supports it; the Elixir layer just doesn't expose it.
   
   We should allow clients to set custom_properties and comment when creating a 
database.
   
   Additionally, the properties should be validated to only include the values 
accepted by the Fluss server.
   
   
   ### Willingness to contribute
   
   - [x] I'm willing to submit a PR!


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