cxzl25 commented on PR #38489: URL: https://github.com/apache/spark/pull/38489#issuecomment-1326175282
Add UT. ## Current ``` [info] - SPARK-41003: BHJ LeftAnti does not update numOutputRows when codegen is disabled *** FAILED *** (10 seconds, 124 milliseconds) [info] 0 did not equal 2 The query plan metric numOutputRows did not match, expected:2, actual:0 (SQLMetricsTestUtils.scala:270) [info] org.scalatest.exceptions.TestFailedException: ``` ## Fix ``` [info] - SPARK-41003: BHJ LeftAnti does not update numOutputRows when codegen is disabled (9 seconds, 123 milliseconds) ``` -- 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]
