Andy Grove

Results 657 comments of Andy Grove

> I will take a look at this one. Thanks @anuragmantri. There is a closely related issue https://github.com/apache/datafusion-comet/issues/1646 that you may want to look at as well.

Althtough this is a bug and a correctness issue, it is not a regression from 0.7.0 behavior, so I am changing the milestone to 0.9.0

I started learning about OpenDAL. Some initial notes: - There is an [object_store_opendal](https://crates.io/crates/object_store_opendal) crate that wraps OpenDAL in the object-store-rs API, making it easy to integrate into Comet/DataFusion (we already...

There are now many more test failures than when this PR was first created.

Current failures: core1: ``` 2025-06-05T16:40:13.0938574Z [info] - avoid reordering broadcast join keys to match input hash partitioning *** FAILED *** (2 seconds, 403 milliseconds) 2025-06-05T16:41:30.1094281Z [info] - test with low...

The Spark SQL tests for 3.5.5 are now all passing, and there is just the TPC-DS issue left

The remaining failure is related to exchange reuse in TPC-DS q44. ``` 2025-06-06T00:48:02.3079684Z OUTPUT: TakeOrderedAndProject(limit=100, orderBy=[rnk#18761 ASC NULLS FIRST], output=[rnk#18761,best_performing#18767,worst_performing#18768]) 2025-06-06T00:48:02.3081088Z +- Project [rnk#18761, i_product_name#18894 AS best_performing#18767, i_product_name#18905 AS worst_performing#18768]...

replaced with https://github.com/apache/datafusion-comet/pull/1865