Closed andygrove closed 1 week ago
Is https://github.com/apache/datafusion-comet/issues/875 a blocker for this PR
Is #875 a blocker for this PR
I don't think so. I have been using the unified memory approach for my local benchmarking and have not encountered any issues.
All tests are passing, but this is misleading because the Spark tests are running with spark.memory.offHeap.enabled=false
, so they are not using Comet for execution.
Okay. At least we know Spark tests can pass under off-heap. It is a good news for us. We don't need to update Spark tests. In #1063, we can restore it to test Comet execution.
Oh, I misread it.
Yea, we can try to restore it in #1063. As I commented there, if Spark tests cannot pass under off-heap, we can have a test-only setup to run Spark tests with on-heap + Comet execution.
Which issue does this PR close?
Closes #949 Closes #1017
Rationale for this change
What changes are included in this PR?
How are these changes tested?