andygrove commented on PR #2829:
URL:
https://github.com/apache/datafusion-comet/pull/2829#issuecomment-3712076062
Test failure:
```
CometExec3_4PlusSuite:
- subquery limit: limit with offset should return correct results (565
milliseconds)
- offset (602 milliseconds)
- test BloomFilterMightContain can take a constant value input (231
milliseconds)
- test NULL inputs for BloomFilterMightContain (251 milliseconds)
- test BloomFilterMightContain from random input *** FAILED *** (511
milliseconds)
org.apache.spark.SparkException: Job aborted due to stage failure: Task 1
in stage 41.0 failed 1 times, most recent failure: Lost task 1.0 in stage 41.0
(TID 102) (localhost executor driver): org.apache.comet.CometNativeException:
assertion `left == right` failed: Unsupported BloomFilter version: 2, expecting
version: 1
left: 2
right: 1
at comet::errors::init::{{closure}}(__internal__:0)
at std::panicking::panic_with_hook(__internal__:0)
at std::panicking::panic_handler::{{closure}}(__internal__:0)
at std::sys::backtrace::__rust_end_short_backtrace(__internal__:0)
at __rustc::rust_begin_unwind(__internal__:0)
at core::panicking::panic_fmt(__internal__:0)
at core::panicking::assert_failed_inner(__internal__:0)
at core::panicking::assert_failed(__internal__:0)
at
<datafusion_comet_spark_expr::bloom_filter::spark_bloom_filter::SparkBloomFilter
as core::convert::From<&[u8]>>::from(__internal__:0)
```
--
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]