peterxcli opened a new pull request, #25001: URL: https://github.com/apache/datafusion/pull/25001
## Which issue does this PR close? - Closes #23307. ## Rationale for this change The remaining specialized IN-list paths need SQL-level coverage to verify dispatch and end-to-end behavior. ## What changes are included in this PR? Adds SQL logic tests for: - generic `ArrayStaticFilter` values using lists - dictionary literal flattening The cases cover matches, non-matches, nulls, and `NOT IN` behavior where applicable. ## What is the testing strategy for this PR? - `cargo fmt --all` - `cargo test --test sqllogictests -- in_list` - `RUST_BACKTRACE=1 cargo test --profile ci --exclude datafusion-examples --exclude datafusion-benchmarks --exclude datafusion-cli --workspace --lib --tests --bins --features avro,json,backtrace,extended_tests,recursive_protection,parquet_encryption` `cargo clippy --all-targets --all-features -- -D warnings` was also run. It is currently blocked by an existing `clippy::needless_pass_by_value` warning in unchanged code at `datafusion/sqllogictest/src/engines/conversion.rs:99` (`decimal_to_str(BigDecimal)`) with the repository-pinned Rust 1.97 toolchain. ## Are there any user-facing changes? No. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
