fresh-borzoni opened a new pull request, #302:
URL: https://github.com/apache/fluss-rust/pull/302

   Ensures consistent API naming and behavior across all four Fluss clients by 
aligning with Java as the reference.
   
     - Config renames: bootstrap_server -> bootstrap_servers, request_max_size 
-> writer_request_max_size, scanner_remote_log_download_threads -> 
remote_file_download_thread_num
     - Python config: Add missing params (scanner.remote-log.prefetch-num, 
remote-file.download-thread-num) with getters/setters; drop client. prefix from 
dict keys
     - Method renames: admin.get_table() -> get_table_info() (Rust/CPP/Python), 
FlussConnection.connect() -> create() (Python), create_record_batch_scanner() 
-> create_record_batch_log_scanner() (CPP/Python), poll_batches() -> 
poll_record_batch()
     (Python), new_append_writer() -> new_append() (Python)
     - Param fix: drop_table(ignore_if_exists) -> 
drop_table(ignore_if_not_exists) (Rust)
     - Error codes: Surface API error codes in Python (FlussError.error_code) 
and CPP (Result.error_code)
     - dedup scanner creation logic
     - Tests: Add 5 Rust integration tests for error code scenarios


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