dongjoon-hyun commented on pull request #31709:
URL: https://github.com/apache/spark/pull/31709#issuecomment-791785032
In this case, `ExpressionEncoderSuite` extends `CodegenInterpretedPlanTest`.
`CodegenInterpretedPlanTest` always do the following. It seems that we need to
move this test case into other test suite.
```scala
withSQLConf(SQLConf.CODEGEN_FACTORY_MODE.key -> codegenMode) {
super.test(testName + " (codegen path)", testTags: _*)(testFun)(pos)
}
withSQLConf(SQLConf.CODEGEN_FACTORY_MODE.key -> interpretedMode) {
super.test(testName + " (interpreted path)", testTags:
_*)(testFun)(pos)
}
```
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]