bogao007 commented on PR #47133: URL: https://github.com/apache/spark/pull/47133#issuecomment-2231824089
> @bogao007 - test failure seems related ? > > ``` > [error] /home/runner/work/spark/spark/sql/core/src/main/scala/org/apache/spark/sql/execution/python/TransformWithStateInPandasExec.scala:51:12: class TransformWithStateInPandasExec needs to be abstract. > [error] Missing implementation for member of trait StatefulOperator: > [error] def validateAndMaybeEvolveStateSchema(hadoopConf: org.apache.hadoop.conf.Configuration, batchId: Long, stateSchemaVersion: Int): Array[String] = ??? > [error] case class TransformWithStateInPandasExec( > ``` Yeah, that's because I didn't merge the latest master into this PR. I will fix it, thanks! -- 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]
