andygrove opened a new issue, #4137: URL: https://github.com/apache/datafusion-comet/issues/4137
## 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. -- 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]
