gengliangwang commented on PR #56977: URL: https://github.com/apache/spark/pull/56977#issuecomment-4889359632
Thanks @cloud-fan! Added `ColumnarToRowExecSuite` locking `advanceBatch`'s contract directly: null current -> no release; non-null -> `closeIfFreeable`; exhausted iterator -> null with no metric bump; non-exhausted -> next batch with `numInputBatches`/`numOutputRows` bumped. Uses a recording `ColumnVector` stub, so no `SparkSession` is needed. All 3 cases pass. -- 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]
