apache / apache/datafusion-comet
chore: Separate out extended explain info unit test into spark dependent and spark independent parts
Open
- Dominant language
- Scala
- Stars
- 1.3k
- Forks
- 373
- Avg merge
- 2d 6h
- Merged PRs (30d)
- 190
Description
### Describe the bug
Separate out extended explain info unit test into spark dependent and spark independent parts
### Steps to reproduce
_No response_
### Expected behavior
_No response_
### Additional context
The test `test("explain comet")` has a conditional check which executes only if `supportsExtendedExplainInfo` is true. This can be moved into a separate unit test that is run only for Spark 4.0 and greater which actually support extended info.
Contributor guide
Assessment
This issue has not been assessed yet.