alamb commented on code in PR #3976:
URL: https://github.com/apache/arrow-datafusion/pull/3976#discussion_r1008456526
##########
benchmarks/src/bin/parquet_filter_pushdown.rs:
##########
@@ -156,8 +122,7 @@ async fn run_benchmarks(
disjunction([
col("request_method").not_eq(lit("GET")),
col("response_status").eq(lit(400_u16)),
- // TODO this fails in the FilterExec with Error: Internal("The
type of Dictionary(Int32, Utf8) = Utf8 of binary physical should be same")
Review Comment:
Now it fails from https://github.com/apache/arrow-datafusion/issues/4006 🤦
```shell
cargo run --release --bin parquet_filter_pushdown -- --path /tmp
...
> Using scan options ParquetScanOptions { pushdown_filters: true,
reorder_filters: true, enable_page_index: true }
Error: ArrowError(ExternalError(ArrowError("underlying Arrow error: Compute
error: Error evaluating filter predicate: Internal(\"Cannot evaluate binary
expression Eq with types Utf8 and UInt16\")")))
```
--
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]