fresh-borzoni commented on code in PR #355:
URL: https://github.com/apache/fluss-rust/pull/355#discussion_r2834902492
##########
bindings/python/src/config.rs:
##########
@@ -70,6 +70,11 @@ impl Config {
config.remote_file_download_thread_num = num;
}
}
+ "scanner.log.max-poll-records" => {
+ if let Ok(num) = value.parse::<usize>() {
+ config.scanner_log_max_poll_records = num;
Review Comment:
yeah, it's better to fix for the other configs, since we are here. Good
catch 👍
--
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]