fresh-borzoni commented on code in PR #574:
URL: https://github.com/apache/fluss-rust/pull/574#discussion_r3314088249


##########
bindings/elixir/lib/fluss/config.ex:
##########
@@ -74,6 +90,44 @@ defmodule Fluss.Config do
   def set_bootstrap_servers(%__MODULE__{} = config, servers) when 
is_binary(servers),
     do: %{config | bootstrap_servers: servers}
 
+  @spec set_remote_file_download_thread_num(t(), non_neg_integer()) :: t()
+  def set_remote_file_download_thread_num(%__MODULE__{} = config, threads)
+      when is_integer(threads),

Review Comment:
   nit: do you mind to tighten the guards to match type specs we use? 
   here and in other setters through config



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