JingsongLi commented on PR #446: URL: https://github.com/apache/paimon-rust/pull/446#issuecomment-4875190092
Fixed the failing CI check in 6e32ac2. The failure was clippy-only: three evaluator functions exceeded the argument limit and one table-scan helper tripped type_complexity. I refactored the evaluator parameters into small context structs and added a type alias for the scan grouping map.\n\nLocal verification now includes the exact CI check command:\n- cargo fmt --all\n- cargo clippy --all-targets --workspace --features fulltext,vortex,mosaic -- -D warnings\n- cargo test -p paimon --features fulltext full_text --lib\n- cargo test -p paimon global_index --lib\n- cargo test -p paimon vector_search_builder --lib\n- cargo test -p paimon table_scan --lib -- 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]
