HeartSaVioR commented on code in PR #44903:
URL: https://github.com/apache/spark/pull/44903#discussion_r1475118602
##########
sql/core/src/test/scala/org/apache/spark/sql/streaming/TransformWithStateSuite.scala:
##########
@@ -62,14 +62,14 @@ class RunningCountStatefulProcessor extends
StatefulProcessor[String, String, (S
class RunningCountMostRecentStatefulProcessor
extends StatefulProcessor[String, (String, String), (String, String, String)]
- with Logging {
+ with Logging {
@transient private var _countState: ValueState[Long] = _
@transient private var _mostRecent: ValueState[String] = _
@transient var _processorHandle: StatefulProcessorHandle = _
override def init(
- handle: StatefulProcessorHandle,
- outputMode: OutputMode) : Unit = {
+ handle: StatefulProcessorHandle,
Review Comment:
nit: 4 spaces for method params.
https://github.com/databricks/scala-style-guide?tab=readme-ov-file#indent
--
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]