Kevin-Li-2025 commented on PR #23226:
URL: https://github.com/apache/datafusion/pull/23226#issuecomment-4902758594

   Thanks for catching the prefix-pruning case. I pushed two follow-ups:
   
   - `9a52c0a39` percent-encodes decoded partition literal values when building 
listing prefixes, so filters like `category = 'Electronics/Computers'` list 
`category=Electronics%2FComputers` and still reach the later decoded partition 
comparison. I also added prefix coverage for both `/` and space escaping.
   - `13174399b` updates `crossbeam-epoch` from `0.9.18` to `0.9.20` to resolve 
the new `RUSTSEC-2026-0204` cargo-audit failure.
   
   Local checks run:
   
   - `cargo audit --ignore RUSTSEC-2026-0194 --ignore RUSTSEC-2026-0195`
   - `cargo test -p datafusion-catalog-listing test_parse_partitions_for_path`
   - `cargo test -p datafusion-catalog-listing test_evaluate_partition_prefix`
   - `git diff --check`
   
   New CI is queued on head `13174399b`.


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

Reply via email to