anishshri-db commented on code in PR #44542:
URL: https://github.com/apache/spark/pull/44542#discussion_r1446857416


##########
sql/core/src/main/scala/org/apache/spark/sql/execution/streaming/statefulOperators.scala:
##########


Review Comment:
   Actually looked at other places - it does seem that they are fine. Could you 
please check the pattern once again ?
   
   ```
       child.execute().mapPartitionsWithReadStateStore(
         getStateInfo,
         keyExpressions.toStructType,
         stateManager.getStateValueSchema,
         numColsPrefixKey = 0,
         session.sessionState,
         Some(session.streams.stateStoreCoordinator)) { case (store, iter) =>
   ```
   
   2 spaces are already added in the beginning. Do we need 2 more for the next 
line statement ?



-- 
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]

Reply via email to