XiaoHongbo-Hope opened a new pull request, #587:
URL: https://github.com/apache/paimon-rust/pull/587

   ## Summary
   
   Align Rust's `global-index.enabled` default with Java Paimon and PyPaimon. 
When the option is absent, Rust scans can now use existing global indexes; an 
explicit `false` still disables them.
   
   ## Changes
   
   - Default `global-index.enabled` to `true` when it is not configured.
   - Add a regression test covering the default and explicit `true` / `false` 
overrides.
   - Update the SQL option reference with the corrected default.
   
   ## Testing
   
   - `cargo test --locked -p paimon --lib` (1800 passed, 1 ignored)
   - `cargo test --locked -p paimon --lib 
test_global_index_enabled_defaults_and_overrides`
   - `cargo fmt --all -- --check`
   - `cargo clippy --locked -p paimon --all-targets -- -D warnings`
   


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