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


##########
sql/core/src/test/scala/org/apache/spark/sql/execution/streaming/state/SymmetricHashJoinStateManagerSuite.scala:
##########
@@ -236,10 +297,16 @@ class SymmetricHashJoinStateManagerSuite extends 
StreamTest with BeforeAndAfter
   def withJoinStateManager(
     inputValueAttribs: Seq[Attribute],
     joinKeyExprs: Seq[Expression],
-    stateFormatVersion: Int)(f: SymmetricHashJoinStateManager => Unit): Unit = 
{
+    stateFormatVersion: Int,
+    skipNullsForStreamStreamJoins: Boolean = false)
+                          (f: SymmetricHashJoinStateManager => Unit): Unit = {

Review Comment:
   Done, fixed the indent for the function.



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