Description
The CachedBatchSerializerNoUnwrapSuite test Do not unwrap ColumnarToRowExec expects the cached plan to be a WholeStageCodegenExec wrapping a ColumnarToRowExec, but Comet replaces this with CometNativeColumnarToRow + CometNativeScan.
This test fails when running Spark 4.1.1 SQL tests with Comet enabled.
Description
The
CachedBatchSerializerNoUnwrapSuitetestDo not unwrap ColumnarToRowExecexpects the cached plan to be aWholeStageCodegenExecwrapping aColumnarToRowExec, but Comet replaces this withCometNativeColumnarToRow+CometNativeScan.This test fails when running Spark 4.1.1 SQL tests with Comet enabled.