alamb commented on PR #16711:
URL: https://github.com/apache/datafusion/pull/16711#issuecomment-3078620431

   I looked into this failure running clickbench:
   
   ```
   │ QQuery 27    │  2328.28 ms │          FAIL │  incomparable │
   ```
   
   I ran the 
[`q27.sql`](https://github.com/apache/datafusion/blob/a862f7adbb5dbe80f85cbe15e3ae8e7d801c30c3/benchmarks/queries/clickbench/queries/q27.sql#L1-L0)
 on this branch and the cached array reader panics:
   
   ```shell
   ]s$ ~/Downloads/datafusion-cli-alamb_test_pushdown -f  
~/Software/datafusion/benchmarks/queries/clickbench/queries/q27.sql
   DataFusion CLI v48.0.0
   
   thread 'tokio-runtime-worker' panicked at 
/Users/andrewlamb/.cargo/git/checkouts/arrow-rs-583cca34693b79b8/4d24172/parquet/src/arrow/array_reader/cached_array_reader.rs:118:13:
   assertion `left == right` failed
     left: 319484
    right: 319488
   note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
   Join Error
   caused by
   External error: task 441 panicked with message "assertion `left == right` 
failed\n  left: 319484\n right: 319488"
   ``` 
   


-- 
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: github-unsubscr...@datafusion.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org
For additional commands, e-mail: github-h...@datafusion.apache.org

Reply via email to