File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
sql/catalyst/src/test/scala/org/apache/spark/sql/catalyst/expressions Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -58,8 +58,8 @@ class CodeGenerationSuite extends SparkFunSuite with ExpressionEvalHelper {
5858 GenerateOrdering .generate(Add (Literal (123 ), Literal (1 )).asc :: Nil )
5959 assert(CodegenMetrics .METRIC_COMPILATION_TIME .getCount() == startCount1 + 1 )
6060 assert(CodegenMetrics .METRIC_SOURCE_CODE_SIZE .getCount() == startCount2 + 1 )
61- assert(CodegenMetrics .METRIC_GENERATED_CLASS_BYTECODE_SIZE .getCount() > startCount1 )
62- assert(CodegenMetrics .METRIC_GENERATED_METHOD_BYTECODE_SIZE .getCount() > startCount1 )
61+ assert(CodegenMetrics .METRIC_GENERATED_CLASS_BYTECODE_SIZE .getCount() > startCount3 )
62+ assert(CodegenMetrics .METRIC_GENERATED_METHOD_BYTECODE_SIZE .getCount() > startCount4 )
6363 }
6464
6565 test(" SPARK-8443: split wide projections into blocks due to JVM code size limit" ) {
You can’t perform that action at this time.
0 commit comments